Home
last modified time | relevance | path

Searched defs:Handle (Results 1 – 25 of 74) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp42 HandleList::iterator Find(void *Handle) { in Find()
46 bool Contains(void *Handle) { in Contains()
50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary()
78 for (void *Handle : Handles) { in LibLookup() local
83 for (void *Handle : llvm::reverse(Handles)) { in LibLookup() local
154 void *Handle = HandleSet::DLOpen(FileName, Err); in getPermanentLibrary() local
163 DynamicLibrary DynamicLibrary::addPermanentLibrary(void *Handle, in addPermanentLibrary()
/third_party/gn/src/base/win/
Dscoped_handle.h37 typedef typename Traits::Handle Handle; typedef
104 typedef HANDLE Handle; typedef
126 typedef HANDLE Handle; typedef
146 typedef HANDLE Handle; typedef
Dregistry.h124 HKEY Handle() const { return key_; } in Handle() function
/third_party/node/deps/v8/src/handles/
Dhandles-inl.h51 Handle<T>::Handle(T object, Isolate* isolate) in Handle() function
55 Handle<T>::Handle(T object, LocalIsolate* isolate) in Handle() function
59 Handle<T>::Handle(T object, LocalHeap* local_heap) in Handle() function
Dhandles.h109 V8_INLINE explicit Handle() : HandleBase(nullptr) { in Handle() function
115 V8_INLINE explicit Handle(Address* location) : HandleBase(location) { in Handle() function
133 V8_INLINE Handle(Handle<S> handle) : HandleBase(handle) {} in Handle() function
/third_party/node/deps/v8/src/wasm/
Dwasm-js.h18 class Handle; variable
Dmodule-instantiate.h27 class Handle; variable
Dwasm-features.h31 class Handle; variable
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_windows.cc28 class Handle { class
31 Handle() : handle_(nullptr) {} in Handle() function in tint::utils::__anon802cf1c00111::Handle
34 explicit Handle(HANDLE handle) : handle_(handle) {} in Handle() function in tint::utils::__anon802cf1c00111::Handle
/third_party/node/deps/v8/src/parsing/
Dscanner-character-streams.h17 class Handle; variable
/third_party/skia/include/utils/
DSkEventTracer.h24 typedef uint64_t Handle; typedef
/third_party/node/deps/v8/src/execution/
Dexecution.h16 class Handle; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp76 if (auto Handle = in LLVMOrcAddEagerlyCompiledIR() local
91 if (auto Handle = in LLVMOrcAddLazilyCompiledIR() local
106 if (auto Handle = in LLVMOrcAddObjectFile() local
/third_party/node/deps/v8/src/objects/
Dfield-type.h16 class Handle; variable
Dmodule.h21 class Handle; variable
/third_party/skia/include/core/
DSkRasterHandleAllocator.h41 typedef void* Handle; typedef
/third_party/node/deps/v8/src/interpreter/
Dhandler-table-builder.h18 class Handle; variable
/third_party/node/deps/v8/src/numbers/
Dconversions.h20 class Handle; variable
/third_party/skia/experimental/graphite/include/mtl/
DMtlTypes.h37 using Handle = const void*; variable
/third_party/node/deps/v8/tools/v8windbg/test/
Ddebug-callbacks.cc52 HRESULT __stdcall MyCallback::CreateThread(ULONG64 Handle, ULONG64 DataOffset, in CreateThread()
83 ULONG64 ImageFileHandle, ULONG64 Handle, ULONG64 BaseOffset, in CreateProcessW()
/third_party/rust/crates/cxx/gen/build/src/
Dcfg.rs400 struct Handle(*const Cfg<'static>); struct
420 const fn handle(self: &Cfg<'a>) -> Handle { in handle()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp89 class Handle class
92 Handle (void) {} // \note Left uninitialized on purpose in Handle() function in vk::Handle
93 Handle (deUint64 internal) : m_internal(internal) {} in Handle() function in vk::Handle
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_cuda_kernel_launch/
Dmodule.adoc113 [[cuda-function-destruction]]
/third_party/node/deps/v8/src/builtins/
Daccessors.h20 class Handle; variable
/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.h16 class Handle; variable

123