Searched refs:handle_type (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 68 typedef typename HandleTraits::handle_type handle_type; typedef 69 handle_type Handle; 77 explicit ScopedHandle(handle_type h) in ScopedHandle() 85 handle_type take() { in take() 86 handle_type t = Handle; in take() 91 ScopedHandle &operator=(handle_type h) { 103 operator handle_type() const { in handle_type() function 109 typedef HANDLE handle_type; typedef 111 static handle_type GetInvalid() { in GetInvalid() 115 static void Close(handle_type h) { in Close() [all …]
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 80 typedef typename HandleType::handle_type handle_type; typedef in __anonbc66c40b0111::ScopedHandle 82 handle_type Handle; 88 explicit ScopedHandle(handle_type handle) in ScopedHandle() 95 ScopedHandle& operator=(handle_type handle) { in operator =() 107 operator handle_type() { in operator handle_type() 114 typedef HANDLE handle_type; typedef 116 static handle_type GetInvalidHandle() { in GetInvalidHandle() 120 static void Destruct(handle_type Handle) { in Destruct() 124 static bool isValid(handle_type Handle) { in isValid() 130 typedef HANDLE handle_type; typedef [all …]
|
/external/vulkan-validation-layers/loader/ |
D | dirent_on_windows.c | 22 typedef ptrdiff_t handle_type; /* C99's intptr_t not sufficiently portable */ typedef 25 handle_type handle; /* -1 for failed rewind */ 45 (handle_type)_findfirst(dir->name, &dir->info)) != -1) { in opendir() 104 dir->handle = (handle_type)_findfirst(dir->name, &dir->info); in rewinddir()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepotbase.h | 28 typedef typename Node::handle_type handle_type; typedef 30 handle_type Put(args_type args, bool *inserted = nullptr); 97 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type 101 if (!Node::is_valid(args)) return handle_type(); in Put()
|
D | sanitizer_stackdepot.cc | 85 typedef StackDepotHandle handle_type; typedef
|
/external/strace/ |
D | file_handle.c | 36 int handle_type; member 84 tprintf(", handle_type=%d", h.handle_type); in SYS_FUNC() 122 h.handle_bytes, h.handle_type); in SYS_FUNC()
|
/external/strace/tests/ |
D | file_handle.c | 74 handle->handle_bytes, handle->handle_type); in main() 81 ", f_handle=0x", handle->handle_bytes, handle->handle_type); in main()
|
/external/libchrome/sandbox/win/src/ |
D | sandbox_policy.h | 246 virtual ResultCode AddKernelObjectToClose(const wchar_t* handle_type,
|
/external/compiler-rt/lib/msan/ |
D | msan_chained_origin_depot.cc | 100 typedef Handle handle_type; typedef
|
/external/kernel-headers/original/uapi/drm/ |
D | vmwgfx_drm.h | 201 enum drm_vmw_handle_type handle_type; member
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 39 handle_type handle; \
|
D | vktestbinding.h | 79 typedef T handle_type; typedef
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 3352 int handle_type; member
|