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

  /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/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:__anon26362::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:__anon26362::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:__anon26362::FileMappingHandle
146 typedef LPVOID handle_type; typedef in struct:__anon26362::MappedViewOfFileHandle
    [all...]
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 75 typedef typename HandleType::handle_type handle_type; typedef in class:__anon31718::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:__anon31718::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:__anon31718::FileMappingHandle
141 typedef LPVOID handle_type; typedef in struct:__anon31718::MappedViewOfFileHandle
    [all...]
  /external/strace/
file_handle.c 38 int handle_type; member in struct:__anon30180
83 tprintf(", handle_type=%d", h.handle_type);
119 tprintf("{handle_bytes=%u, handle_type=%d",
120 h.handle_bytes, h.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/strace/tests/
file_handle.c 56 int handle_type; member in struct:file_handle
103 printf(" => %u, handle_type=%d, f_handle=",
104 fh->handle_bytes, fh->handle_type);
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
132 fh->handle_type);
298 ", handle_type=%d, f_handle=0x",
299 handle->handle_bytes, handle->handle_type);
304 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
  /external/strace/tests-m32/
file_handle.c 56 int handle_type; member in struct:file_handle
103 printf(" => %u, handle_type=%d, f_handle=",
104 fh->handle_bytes, fh->handle_type);
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
132 fh->handle_type);
298 ", handle_type=%d, f_handle=0x",
299 handle->handle_bytes, handle->handle_type);
304 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
  /external/strace/tests-mx32/
file_handle.c 56 int handle_type; member in struct:file_handle
103 printf(" => %u, handle_type=%d, f_handle=",
104 fh->handle_bytes, fh->handle_type);
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
132 fh->handle_type);
298 ", handle_type=%d, f_handle=0x",
299 handle->handle_bytes, handle->handle_type);
304 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
  /external/libchrome/sandbox/win/src/
sandbox_policy.h 239 virtual ResultCode AddKernelObjectToClose(const wchar_t* handle_type,
  /art/runtime/
method_handles.cc 642 Handle<mirror::MethodType> handle_type,
674 DCHECK(handle_type->GetRType()->IsStringClass());
684 ObjPtr<mirror::Class> referrer_class = handle_type->GetPTypes()->Get(0);
711 Handle<mirror::MethodType> handle_type(hs.NewHandle(method_handle->GetMethodType()));
724 handle_type,
744 : handle_type;
    [all...]
class_linker.cc 8374 DexFile::MethodHandleType handle_type = local
    [all...]
  /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 106 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/vulkan-validation-layers/
unique_objects_generator.py 411 handle_type = params[-1].find('type')
412 if self.isHandleTypeNonDispatchable(handle_type.text):
428 create_ndo_code += '%s%s = reinterpret_cast<%s&>(unique_id);\n' % (indent, ndo_dest, handle_type.text)
    [all...]
  /system/tpm/trunks/
resource_manager.cc 71 for (UINT32 handle_type :
75 UINT32 handle_range = handle_type;
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.cpp 32 handle_type handle; \
vktestbinding.h 71 typedef T handle_type; typedef in class:vk_testing::internal::Handle
  /external/valgrind/include/vki/
vki-linux.h 3352 int handle_type; member in struct:vki_file_handle
    [all...]

Completed in 1122 milliseconds