| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_symbolizer_win.cc | 152 struct ScopedHandle { struct 153 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument 154 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function 155 ~ScopedHandle() { in ~ScopedHandle() 159 HANDLE get() { return h_; } in get() 160 HANDLE *receive() { return &h_; } in receive() 161 HANDLE release() { in release() 166 HANDLE h_;
|
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/threading/ |
| D | platform_thread_win_for_testing.cc | 28 class ScopedHandle { class 30 ScopedHandle() : handle_(INVALID_HANDLE_VALUE) {} in ScopedHandle() function in partition_alloc::internal::base::__anond2ba7a650111::ScopedHandle
|
| /external/webrtc/modules/audio_device/win/ |
| D | core_audio_utility_win.h | 219 ScopedHandle() : handle_(nullptr) {} in ScopedHandle() function 220 explicit ScopedHandle(HANDLE h) : handle_(nullptr) { Set(h); } in ScopedHandle() function
|
| /external/cronet/base/ |
| D | sync_socket.h | 30 using ScopedHandle = ScopedPlatformFile; variable
|
| /external/cronet/base/win/ |
| D | scoped_handle.h | 199 using ScopedHandle = CheckedScopedHandle; variable 201 using ScopedHandle = UncheckedScopedHandle; variable
|
| D | scoped_handle_unittest.cc | 47 TEST_F(ScopedHandleTest, ScopedHandle) { in TEST_F() argument
|
| /external/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | FuzzerUtilFuchsia.cpp | 223 struct ScopedHandle { in CrashHandler() struct 224 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler() 225 zx_handle_t Handle = ZX_HANDLE_INVALID; in CrashHandler()
|
| /external/llvm/utils/KillTheDoctor/ |
| D | KillTheDoctor.cpp | 79 class ScopedHandle { class 85 ScopedHandle() in ScopedHandle() function in __anon96fe42700111::ScopedHandle 88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon96fe42700111::ScopedHandle
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | RandomNumberGenerator.cpp | 63 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
|
| /external/llvm/lib/Support/Windows/ |
| D | WindowsSupport.h | 98 ScopedHandle() in ScopedHandle() function 101 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
| D | WindowsSupport.h | 85 ScopedHandle() in ScopedHandle() function 88 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
| D | WindowsSupport.h | 99 ScopedHandle() in ScopedHandle() function 102 explicit ScopedHandle(handle_type h) in ScopedHandle() function
|
| /external/libchrome/mojo/public/cpp/system/ |
| D | handle.h | 200 typedef ScopedHandleBase<Handle> ScopedHandle; typedef
|
| /external/leveldb/util/ |
| D | env_windows.cc | 70 class ScopedHandle { class 72 ScopedHandle(HANDLE handle) : handle_(handle) {} in ScopedHandle() function in leveldb::__anon31f361970111::ScopedHandle 74 ScopedHandle(ScopedHandle&& other) noexcept : handle_(other.Release()) {} in ScopedHandle() function in leveldb::__anon31f361970111::ScopedHandle
|
| /external/cronet/ipc/ |
| D | ipc_message_utils_unittest.cc | 271 TEST(IPCMessageUtilsTest, ScopedHandle) { in TEST() argument
|