| /third_party/skia/include/utils/ |
| H A D | SkEventTracer.h | 24 typedef uint64_t Handle; typedef in SkEventTracer
|
| /third_party/skia/include/core/ |
| H A D | SkRasterHandleAllocator.h | 41 typedef void* Handle; typedef in SkRasterHandleAllocator
|
| /third_party/skia/third_party/externals/tint/src/utils/io/ |
| H A D | command_windows.cc | 28 class Handle { class 31 Handle() : handle_(nullptr) {} in Handle() function in tint::utils::__anon26164::Handle 34 explicit Handle(HANDLE handle) : handle_(handle) {} in Handle() function in tint::utils::__anon26164::Handle [all...] |
| /third_party/gn/src/base/win/ |
| H A D | registry.h | 124 HKEY Handle() const { return key_; } in Handle() function in base::win::RegKey
|
| H A D | scoped_handle.h | 37 typedef typename Traits::Handle Handle; typedef in base::win::GenericScopedHandle 104 typedef HANDLE Handle; typedef in base::win::HandleTraits 126 typedef HANDLE Handle; typedef in base::win::DummyVerifierTraits 146 typedef HANDLE Handle; global() typedef in base::win::VerifierTraits [all...] |
| /third_party/rust/crates/cxx/gen/build/src/ |
| H A D | cfg.rs | 400 struct Handle(*const Cfg<'static>); structure names
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | SafeStackLayout.h | 41 const Value *Handle; member
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_event_win32.h | 83 HANDLE Handle; member
|
| /third_party/node/deps/v8/src/handles/ |
| H A D | handles-inl.h | 51 Handle<T>::Handle(T object, Isolate* isolate) in Handle() function in v8::internal::Handle 55 Handle< function in v8::internal::Handle 59 Handle<T>::Handle(T object, LocalHeap* local_heap) Handle() function in v8::internal::Handle [all...] |
| H A D | handles.h | 109 V8_INLINE explicit Handle() : HandleBase(nullptr) { in Handle() function in v8::internal::final 115 V8_INLINE explicit Handle(Address* location) : HandleBase(location) { in Handle() function in v8::internal::final 133 V8_INLINE Handle(Handle<S> handle) : HandleBase(handle) {} Handle() function in v8::internal::final [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 42 HandleList::iterator Find(void *Handle) { in Find() argument 46 bool Contains(void *Handle) { in Contains() argument 50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() argument 154 void *Handle = HandleSet::DLOpen(FileName, Err); getPermanentLibrary() local 163 addPermanentLibrary(void *Handle, std::string *Err) addPermanentLibrary() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXReplaceImageHandles.cpp | 114 MachineOperand &Handle = MI.getOperand(1); in processInstr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerGlobalDtors.cpp | 122 GlobalVariable *Handle = new GlobalVariable( in runOnModule() local
|
| /third_party/node/deps/v8/tools/v8windbg/test/ |
| H A D | debug-callbacks.cc | 52 HRESULT __stdcall MyCallback::CreateThread(ULONG64 Handle, ULONG64 DataOffset, in CreateThread() argument 82 CreateProcessW( ULONG64 ImageFileHandle, ULONG64 Handle, ULONG64 BaseOffset, ULONG ModuleSize, PCSTR ModuleName, PCSTR ImageName, ULONG CheckSum, ULONG TimeDateStamp, ULONG64 InitialThreadHandle, ULONG64 ThreadDataOffset, ULONG64 StartOffset) CreateProcessW() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | frame-states.cc | 113 CreateBuiltinContinuationFrameStateCommon( JSGraph* jsgraph, FrameStateType frame_type, Builtin name, Node* closure, Node* context, Node** parameters, int parameter_count, Node* outer_frame_state, Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>(), const wasm::FunctionSig* signature = nullptr) CreateBuiltinContinuationFrameStateCommon() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 80 handle_type Handle; member in llvm::ScopedHandle [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
| H A D | WindowsSupport.h | 94 handle_type Handle; member in ScopedHandle [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RemoteObjectLayer.h | 336 auto &Handle = *HandleOrErr; in addObject() local
|
| /third_party/python/Lib/ |
| H A D | subprocess.py | 215 class Handle(int): class [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkDefs.hpp | 89 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/python/Modules/clinic/ |
| H A D | overlapped.c.h | 256 HANDLE Handle; in _overlapped_SetEvent() local 283 HANDLE Handle; in _overlapped_ResetEvent() local [all...] |
| /third_party/python/Lib/asyncio/ |
| H A D | events.py | 24 class Handle: class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 165 LVIValueHandle Handle; member
|
| /third_party/backends/frontend/ |
| H A D | saned.c | 245 Handle; typedef
|
| /third_party/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1198 typedef void* Handle; typedef in testing::internal::AutoHandle
|