Home
last modified time | relevance | path

Searched defs:Handle (Results 1 – 25 of 55) 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/e2fsprogs/lib/ext2fs/
Dnt_io.c208 HANDLE Handle; member
389 OUT PHANDLE Handle, in _OpenNtName()
497 OUT PHANDLE Handle, in _OpenDriveLetter()
517 IN HANDLE Handle in _FlushDrive()
533 IN HANDLE Handle in _LockDrive()
549 IN HANDLE Handle in _UnlockDrive()
560 IN HANDLE Handle in _DismountDrive()
576 IN HANDLE Handle in _IsMounted()
590 IN HANDLE Handle in _CloseDisk()
816 OUT PHANDLE Handle, in _Ext2OpenDevice()
[all …]
/third_party/gn/src/base/win/
Dscoped_handle.h38 typedef typename Traits::Handle Handle; typedef
104 typedef HANDLE Handle; typedef
124 typedef HANDLE Handle; typedef
142 typedef HANDLE Handle; typedef
Dregistry.h125 HKEY Handle() const { return key_; } in Handle() function
/third_party/boost/boost/flyweight/
Drefcounted.hpp155 refcounted_handle<Handle,TrackingHelper>& x, in swap()
170 ::boost::flyweights::detail::refcounted_handle<Handle,TrackingHelper>& x, in swap()
/third_party/flutter/skia/include/utils/
DSkEventTracer.h24 typedef uint64_t Handle; typedef
/third_party/skia/include/utils/
DSkEventTracer.h24 typedef uint64_t Handle; typedef
/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::__anon93db71850111::Handle
34 explicit Handle(HANDLE handle) : handle_(handle) {} in Handle() function in tint::utils::__anon93db71850111::Handle
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/
Dhandle_waiter.h21 class Handle; variable
Dhandle.cc19 Handle::Handle(zx_handle_t handle) : handle_(handle) { in Handle() function in zircon::dart::Handle
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DMetadataArraySafeHandle.cs79 internal IntPtr Handle property in Grpc.Core.Internal.MetadataArraySafeHandle
DRequestCallContextSafeHandle.cs46 public IntPtr Handle property in Grpc.Core.Internal.RequestCallContextSafeHandle
DSliceBufferSafeHandle.cs54 public IntPtr Handle property in Grpc.Core.Internal.SliceBufferSafeHandle
DBatchContextSafeHandle.cs61 public IntPtr Handle property in Grpc.Core.Internal.BatchContextSafeHandle
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_surface.cc47 const VulkanHandle<VkSurfaceKHR>& VulkanSurface::Handle() const { in Handle() function in vulkan::VulkanSurface
Dvulkan_handle.h51 operator Handle() const { return handle_; } in Handle() function
Dvulkan_command_buffer.cc47 VkCommandBuffer VulkanCommandBuffer::Handle() const { in Handle() function in vulkan::VulkanCommandBuffer
/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/flutter/skia/include/core/
DSkRasterHandleAllocator.h41 typedef void* Handle; typedef
/third_party/skia/include/core/
DSkRasterHandleAllocator.h41 typedef void* Handle; typedef
/third_party/skia/experimental/graphite/include/mtl/
DMtlTypes.h37 using Handle = const void*; variable
/third_party/boost/boost/process/detail/windows/
Dhandle_workaround.hpp36 SYSTEM_HANDLE_ENTRY_ Handle[1]; member
136 ::boost::winapi::HANDLE_ Handle, in nt_query_object()
246 ::boost::winapi::HANDLE_ Handle, in nt_query_object()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.h41 const Value *Handle; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp122 GlobalVariable *Handle = new GlobalVariable( in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp114 MachineOperand &Handle = MI.getOperand(1); in processInstr() local

123