/external/strace/ |
file_handle.c | 36 int handle_type; member in struct:__anon24286 84 tprintf(", handle_type=%d", h.handle_type); 121 tprintf("{handle_bytes=%u, handle_type=%d", 122 h.handle_bytes, h.handle_type);
|
/external/vulkan-validation-layers/loader/ |
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) { 104 dir->handle = (handle_type)_findfirst(dir->name, &dir->info);
|
/external/llvm/lib/Support/Windows/ |
WindowsSupport.h | 68 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle 69 handle_type Handle; 77 explicit ScopedHandle(handle_type h) 85 handle_type take() { 86 handle_type t = Handle; 91 ScopedHandle &operator=(handle_type h) { 103 operator handle_type() const { 109 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits 111 static handle_type GetInvalid() 131 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits [all...] |
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 80 typedef typename HandleType::handle_type handle_type; typedef in class:__anon19788::ScopedHandle 82 handle_type Handle; 88 explicit ScopedHandle(handle_type handle) 95 ScopedHandle& operator=(handle_type handle) { 107 operator handle_type() { 114 typedef HANDLE handle_type; typedef in struct:__anon19788::CommonHandle 116 static handle_type GetInvalidHandle() { 120 static void Destruct(handle_type Handle) { 124 static bool isValid(handle_type Handle) 130 typedef HANDLE handle_type; typedef in struct:__anon19788::FileMappingHandle 146 typedef LPVOID handle_type; typedef in struct:__anon19788::MappedViewOfFileHandle [all...] |
/external/compiler-rt/lib/msan/ |
msan_chained_origin_depot.cc | 100 typedef Handle handle_type; typedef in struct:__msan::ChainedOriginDepotNode
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepotbase.h | 28 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase 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();
|
sanitizer_stackdepot.cc | 85 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
|
/system/tpm/trunks/ |
resource_manager_test.cc | 306 TPM_HT handle_type = static_cast<TPM_HT>(StripHeader(actual_response)[0]); local 307 EXPECT_EQ(TPM_HT_TRANSIENT, handle_type); [all...] |
/external/vulkan-validation-layers/tests/ |
vktestbinding.h | 79 typedef T handle_type; typedef in class:vk_testing::internal::Handle [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
fcntl.h | 242 int handle_type; member in struct:file_handle
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
fcntl.h | 257 int handle_type; member in struct:file_handle
|
/bionic/libc/kernel/uapi/drm/ |
vmwgfx_drm.h | 104 enum drm_vmw_handle_type handle_type; member in struct:drm_vmw_surface_arg
|
/external/kernel-headers/original/uapi/drm/ |
vmwgfx_drm.h | 192 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl. 201 enum drm_vmw_handle_type handle_type; member in struct:drm_vmw_surface_arg
|
/external/valgrind/include/vki/ |
vki-linux.h | 3352 int handle_type; member in struct:vki_file_handle [all...] |