Home
last modified time | relevance | path

Searched defs:access (Results 126 - 150 of 421) sorted by relevance

12345678910>>...17

/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.cc149 AddStorageBuffer(const std::string& name, const ast::Type* type, ast::Access access, uint32_t group, uint32_t binding) AddStorageBuffer() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc282 int access(const char* path, int mode) { in access() function
/third_party/python/PC/clinic/
H A Dwinreg.c.h306 REGSAM access = KEY_WRITE; in winreg_CreateKeyEx() local
432 REGSAM access = KEY_WOW64_64KEY; winreg_DeleteKeyEx() local
810 REGSAM access = KEY_READ; winreg_OpenKey() local
867 REGSAM access = KEY_READ; winreg_OpenKeyEx() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp105 tcu::PixelBufferAccess access = tcu::getSubregion(dst.getAccess(), clearIter->x, clearIter->y, 0, clearIter->width, clearIter->height, 1); in renderReference() local
425 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), in executeForContexts() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jar ... int timeoutMs int pollIntervalMs public java.lang.Object access (java.io.File, java.util.concurrent ...
/third_party/gn/src/base/win/
H A Dregistry.cc45 RegKey::RegKey(HKEY rootkey, const char16_t* subkey, REGSAM access) in RegKey() argument
62 LONG RegKey::Create(HKEY rootkey, const char16_t* subkey, REGSAM access) { in Create() argument
67 CreateWithDisposition(HKEY rootkey, const char16_t* subkey, DWORD* disposition, REGSAM access) CreateWithDisposition() argument
85 CreateKey(const char16_t* name, REGSAM access) CreateKey() argument
109 Open(HKEY rootkey, const char16_t* subkey, REGSAM access) Open() argument
123 OpenKey(const char16_t* relative_key_name, REGSAM access) OpenKey() argument
390 RegDelRecurse(HKEY root_key, const std::u16string& name, REGSAM access) RegDelRecurse() argument
[all...]
/third_party/alsa-lib/src/topology/
H A Dctl.c113 unsigned int j, count, access, cval; in tplg_save_access() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dudata.cpp1479 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) in udata_setFileAccess() argument
/third_party/libdrm/nouveau/
H A Dnouveau.c838 nouveau_bo_wait(struct nouveau_bo *bo, uint32_t access, in nouveau_bo_wait() argument
873 nouveau_bo_map(struct nouveau_bo *bo, uint32_t access, in nouveau_bo_map() argument
/third_party/libcoap/examples/
H A Doscore-interop-server.c45 #define access _access macro
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp201 create_indirect_load( nir_variable_mode mode, uint32_t binding, nir_ssa_def *offset, uint32_t id, unsigned bit_size, unsigned components, unsigned access) create_indirect_load() argument
261 create_indirect_store( nir_variable_mode mode, uint32_t binding, nir_ssa_def *offset, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) create_indirect_store() argument
301 create_load( nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, unsigned bit_size, unsigned components, unsigned access) create_load() argument
309 create_store( nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) create_store() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dudata.cpp1456 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) in udata_setFileAccess() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.c32 dzn_nir_create_bo_desc(nir_builder *b, nir_variable_mode mode, uint32_t desc_set, uint32_t binding, const char *name, unsigned access) dzn_nir_create_bo_desc() argument
[all...]
/third_party/libfuse/include/
H A Dfuse.h635 int (*access) (const char *, int); member
H A Dfuse_lowlevel.h932 void (*access) (fuse_req_t req, fuse_ino_t ino, int mask); member
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc265 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local
272 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local
295 ObjectAccess access = ObjectAccessOf(node->op()); in LowerNode() local
302 ObjectAccess access in LowerNode() local
[all...]
H A Dnode-properties.cc440 FieldAccess const& access = FieldAccessOf(effect->op()); in InferMapsUnsafe() local
H A Dtyped-optimization.cc290 FieldAccess const& access = FieldAccessOf(node->op()); in ReduceLoadField() local
H A Dstore-store-elimination.cc249 StoreOffset ToOffset(const FieldAccess& access) { in ToOffset() argument
317 const FieldAccess& access = FieldAccessOf(node->op()); in RecomputeSet() local
359 const FieldAccess& access in RecomputeSet() local
[all...]
H A Dmemory-lowering.cc379 ObjectAccess const& access = ObjectAccessOf(node->op()); in ReduceLoadFromObject() local
400 ElementAccess const& access = ElementAccessOf(node->op()); in ReduceLoadElement() local
472 FieldAccess const& access = FieldAccessOf(node->op()); in ReduceLoadField() local
505 ObjectAccess const& access = ObjectAccessOf(node->op()); ReduceStoreToObject() local
525 ElementAccess const& access = ElementAccessOf(node->op()); ReduceStoreElement() local
541 FieldAccess const& access = FieldAccessOf(node->op()); ReduceStoreField() local
590 ComputeIndex(ElementAccess const& access, Node* index) ComputeIndex() argument
[all...]
H A Drepresentation-change.h342 MachineType TypeForBasePointer(const FieldAccess& access) { in TypeForBasePointer() argument
347 MachineType TypeForBasePointer(const ElementAccess& access) { in TypeForBasePointer() argument
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-starboard.cc133 void* Allocate(void* address, size_t size, OS::MemoryPermission access) { in Allocate() argument
201 bool OS::SetPermissions(void* address, size_t size, MemoryPermission access) { in SetPermissions() argument
156 Allocate(void* address, size_t size, size_t alignment, MemoryPermission access) Allocate() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c446 iris_use_pinned_bo(struct iris_batch *batch, struct iris_bo *bo, bool writable, enum iris_domain access) iris_use_pinned_bo() argument

Completed in 30 milliseconds

12345678910>>...17