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

  /external/strace/
file_handle.c 39 int handle_type; member in struct:__anon31514
84 tprintf(", handle_type=%d", h.handle_type);
120 tprintf("{handle_bytes=%u, handle_type=%d",
121 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 92 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle
93 handle_type Handle;
101 explicit ScopedHandle(handle_type h)
109 handle_type take() {
110 handle_type t = Handle;
115 ScopedHandle &operator=(handle_type h) {
127 operator handle_type() const {
133 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits
135 static handle_type GetInvalid()
155 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits
171 typedef HKEY handle_type; typedef in struct:RegTraits
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 80 typedef typename HandleType::handle_type handle_type; typedef in class:__anon26580::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:__anon26580::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:__anon26580::FileMappingHandle
146 typedef LPVOID handle_type; typedef in struct:__anon26580::MappedViewOfFileHandle
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
WindowsSupport.h 93 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle
94 handle_type Handle;
102 explicit ScopedHandle(handle_type h)
110 handle_type take() {
111 handle_type t = Handle;
116 ScopedHandle &operator=(handle_type h) {
128 operator handle_type() const {
134 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits
136 static handle_type GetInvalid()
156 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits
172 typedef HKEY handle_type; typedef in struct:RegTraits
    [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
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 75 typedef typename HandleType::handle_type handle_type; typedef in class:__anon33103::ScopedHandle
77 handle_type Handle;
83 explicit ScopedHandle(handle_type handle)
90 ScopedHandle& operator=(handle_type handle) {
102 operator handle_type() {
109 typedef HANDLE handle_type; typedef in struct:__anon33103::CommonHandle
111 static handle_type GetInvalidHandle() {
115 static void Destruct(handle_type Handle) {
119 static bool isValid(handle_type Handle)
125 typedef HANDLE handle_type; typedef in struct:__anon33103::FileMappingHandle
141 typedef LPVOID handle_type; typedef in struct:__anon33103::MappedViewOfFileHandle
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 310 handle_type(enum xa_handle_type type) function
423 whandle.type = handle_type(type);
552 whandle.type = handle_type(type);
  /external/strace/tests/
file_handle.c 57 int handle_type; member in struct:file_handle
104 printf(" => %u, handle_type=%d, f_handle=",
105 fh->handle_bytes, fh->handle_type);
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
133 fh->handle_type);
299 ", handle_type=%d, f_handle=0x",
300 handle->handle_bytes, handle->handle_type);
305 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
306 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
  /external/strace/tests-m32/
file_handle.c 57 int handle_type; member in struct:file_handle
104 printf(" => %u, handle_type=%d, f_handle=",
105 fh->handle_bytes, fh->handle_type);
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
133 fh->handle_type);
299 ", handle_type=%d, f_handle=0x",
300 handle->handle_bytes, handle->handle_type);
305 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
306 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
  /external/strace/tests-mx32/
file_handle.c 57 int handle_type; member in struct:file_handle
104 printf(" => %u, handle_type=%d, f_handle=",
105 fh->handle_bytes, fh->handle_type);
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
133 fh->handle_type);
299 ", handle_type=%d, f_handle=0x",
300 handle->handle_bytes, handle->handle_type);
305 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
306 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
  /system/tpm/trunks/
resource_manager_test.cc 274 TPM_HT handle_type = static_cast<TPM_HT>(StripHeader(actual_response)[0]); local
275 EXPECT_EQ(TPM_HT_TRANSIENT, handle_type);
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 71 typedef T handle_type; typedef in class:vk_testing::internal::Handle
  /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 89 enum drm_vmw_handle_type handle_type; member in struct:drm_vmw_surface_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 194 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl.
203 enum drm_vmw_handle_type handle_type; member in struct:drm_vmw_surface_arg
  /external/libdrm/include/drm/
vmwgfx_drm.h 190 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl.
199 enum drm_vmw_handle_type handle_type; member in struct:drm_vmw_surface_arg
  /external/mesa3d/src/gallium/winsys/svga/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
  /art/runtime/
class_linker.cc 8269 DexFile::MethodHandleType handle_type = local
8390 DexFile::MethodHandleType handle_type = local
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 3383 int handle_type; member in struct:vki_file_handle
    [all...]

Completed in 651 milliseconds