HomeSort by relevance Sort by last modified time
    Searched refs:handle_type (Results 1 - 18 of 18) sorted by null

  /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/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/utils/KillTheDoctor/
KillTheDoctor.cpp 80 typedef typename HandleType::handle_type handle_type; typedef in class:__anon18346::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:__anon18346::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:__anon18346::FileMappingHandle
146 typedef LPVOID handle_type; typedef in struct:__anon18346::MappedViewOfFileHandle
    [all...]
  /external/strace/
file_handle.c 36 int handle_type; member in struct:__anon22844
84 tprintf(", handle_type=%d", h.handle_type);
121 tprintf("{handle_bytes=%u, handle_type=%d",
122 h.handle_bytes, h.handle_type);
  /external/strace/tests/
file_handle.c 73 ", handle_type=%d, f_handle=0x",
74 handle->handle_bytes, handle->handle_type);
80 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
81 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
  /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
  /external/libchrome/sandbox/win/src/
sandbox_policy.h 246 virtual ResultCode AddKernelObjectToClose(const wchar_t* handle_type,
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 100 typedef Handle handle_type; typedef in struct:__msan::ChainedOriginDepotNode
  /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
  /system/tpm/trunks/
resource_manager.cc 74 for (UINT32 handle_type : {HR_TRANSIENT,
79 UINT32 handle_range = handle_type;
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.cpp 39 handle_type handle; \
vktestbinding.h 79 typedef T handle_type; typedef in class:vk_testing::internal::Handle
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 3352 int handle_type; member in struct:vki_file_handle
    [all...]

Completed in 911 milliseconds