Home
last modified time | relevance | path

Searched defs:handle (Results 251 - 275 of 1353) sorted by relevance

1...<<11121314151617181920>>...55

/third_party/node/deps/v8/include/cppgc/
H A Dallocation.h167 V8_INLINE static void* Allocate(AllocationHandle& handle, size_ argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-embedder-heap.h88 VisitTracedReference(const TracedReference<Value>& handle) VisitTracedReference() argument
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dallocation.h167 V8_INLINE static void* Allocate(AllocationHandle& handle, size_ argument
[all...]
/third_party/node/deps/v8/src/base/sanitizer/
H A Dlsan-virtual-address-space.cc45 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
/third_party/node/deps/v8/src/handles/
H A Dmaybe-handles.h38 V8_INLINE MaybeHandle(Handle<S> handle) : location_(handle.location_) {} in MaybeHandle() argument
H A Dmaybe-handles-inl.h106 inline MaybeObjectHandle handle(MaybeObject object, Isolate* isolate) { in handle() function
110 inline MaybeObjectHandle handle(MaybeObject object, LocalHeap* local_heap) { in handle() function
/third_party/node/deps/v8/src/roots/
H A Droots-inl.h53 bool RootsTable::IsRootHandle(Handle<T> handle, RootIndex* index) const { in IsRootHandle() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_bo.h43 uint32_t handle; member
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlsym_test.cpp39 void* handle = dlopen("libdlsym_get_answer.so", RTLD_NOW); in HWTEST_F() local
56 void* handle = dlopen("libempty.so", RTLD_NOW); in HWTEST_F() local
71 void* handle = dlopen("libempty.so", RTLD_NOW); in HWTEST_F() local
86 void* handle = dlopen("libldso_dlsym_dependent.so", RTLD_NOW); HWTEST_F() local
104 void* handle = dlopen("libdlsym_get_symbol.so", RTLD_NOW | RTLD_LOCAL); HWTEST_F() local
126 void* handle = dlopen("libempty.so", RTLD_NOW); HWTEST_F() local
192 void* handle = dlopen("libdlsym_weak_func_undefined.so", RTLD_NOW); HWTEST_F() local
208 void* handle = dlopen("libdlsym_weak_func.so", RTLD_NOW); HWTEST_F() local
225 void* handle = dlopen("libdlsym_lib_use_rtld_next.so", RTLD_NOW); HWTEST_F() local
245 void* handle = dlopen("libdlsym_symbol_impl_v1.so", RTLD_NOW); HWTEST_F() local
262 void* handle = dlopen("libdlsym_symbol_impl_v2.so", RTLD_NOW); HWTEST_F() local
279 void* handle = dlopen("libdlsym_symbol_v2_relro.so", RTLD_NOW); HWTEST_F() local
296 void* handle = dlopen("libdlsym_symbol_v3_relro.so", RTLD_NOW); HWTEST_F() local
314 void* handle = dlopen("libdlsym_symbol_version_3.so", RTLD_NOW); HWTEST_F() local
331 void* handle = dlopen("libdlsym_symbol_version_3.so", RTLD_NOW); HWTEST_F() local
[all...]
H A Dldso_dlopen_ns_test.cpp41 void* handle = dlopen_ns(&dlns, rootSo, RTLD_NOW); in HWTEST_F() local
76 void* handle = dlopen_ns(&dlnsTwo, rootSo, RTLD_NOW); in HWTEST_F() local
110 void* handle = dlopen_ns(&dlnsTwo, rootSo, RTLD_NOW); HWTEST_F() local
142 void* handle = dlopen_ns(&dlnsOne, sharedSo, RTLD_NOW); HWTEST_F() local
154 void* handle = dlopen("libdlopen_zip_test.so", RTLD_NOW); HWTEST_F() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_object.h94 vk_object_base_from_u64_handle(uint64_t handle, VkObjectType obj_type) in vk_object_base_from_u64_handle() argument
[all...]
/third_party/musl/libc-test/src/functionalext/dlns/
H A Ddlns_separated.c35 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in separated_0100() local
51 void* handle = dlopen_ns(&dlns, dllName2, RTLD_LAZY); in separated_0200() local
67 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_0300() local
84 void* handle = dlopen_ns(&dlns, errdllNamePath, RTLD_LAZY); in separated_0400() local
99 void* handle = dlopen_ns(&dlns, dllNamePath2, RTLD_LAZY); separated_0500() local
117 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); separated_0600() local
135 void* handle = dlopen_ns(&dlns, errPath_ns, RTLD_LAZY); separated_0700() local
157 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); separated_0800() local
180 void* handle = dlopen_ns(&dlns, dllName_sep_009, RTLD_LAZY); separated_0900() local
202 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); separated_1000() local
216 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); separated_1100() local
236 void* handle = dlopen_ns(&dlns, libcc, RTLD_LAZY); separated_1200() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.h39 uint32_t handle; member
/third_party/musl/libc-test/src/functionalext/symver/
H A Ddlvsym.c29 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0100() local
61 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0200() local
93 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0100() local
126 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); dlvsym_easy_symver_0200() local
159 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); dlvsym_easy_symver_0300() local
191 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); dlvsym_easy_symver_0400() local
223 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); dlvsym_hard_symver_0100() local
256 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); dlvsym_hard_symver_0200() local
289 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); dlvsym_hard_symver_0300() local
321 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); dlvsym_hard_symver_0400() local
[all...]
/third_party/node/deps/openssl/openssl/providers/
H A Dlegacyprov.c181 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() argument
/third_party/node/deps/openssl/openssl/crypto/
H A DLPdir_win.c70 HANDLE handle; member
/third_party/node/deps/uvwasi/src/
H A Dpoll_oneoff.c7 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() argument
23 static void timeout_cb(uv_timer_t* handle) { in timeout_cb() argument
[all...]
/third_party/openssl/crypto/
H A DLPdir_win.c70 HANDLE handle; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator.cpp87 void HandleAllocator::release(GLuint handle) in release() argument
99 void HandleAllocator::reserve(GLuint handle) in reserve() argument
[all...]
H A DMemoryObject.cpp56 importZirconHandle(Context *context, GLuint64 size, HandleType handleType, GLuint handle) importZirconHandle() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DMemoryObjectGL.cpp61 importZirconHandle(gl::Context *context, GLuint64 size, gl::HandleType handleType, GLuint handle) importZirconHandle() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Devent_tracer.cpp44 angle::TraceEventHandle handle = in AddTraceEvent() local
/third_party/skia/third_party/externals/swiftshader/include/Android/nativebase/
H A Dnativebase.h60 const native_handle_t* handle; member
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.h56 bool ownsHandle(const GrD3DDescriptorHeap::CPUHandle& handle) { in ownsHandle() argument
H A DGrD3DDescriptorHeap.h42 size_t getIndex(const CPUHandle& handle) { in getIndex() argument
50 size_t getIndex(const GPUHandle& handle) { in getIndex() argument

Completed in 9 milliseconds

1...<<11121314151617181920>>...55