Home
last modified time | relevance | path

Searched refs:AutoHandle (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/lldb/include/lldb/Host/windows/
DAutoHandle.h16 class AutoHandle {
18 AutoHandle(HANDLE handle, HANDLE invalid_value = INVALID_HANDLE_VALUE)
21 ~AutoHandle() { in ~AutoHandle()
/external/llvm-project/lldb/source/Host/windows/
DHost.cpp69 bool GetExecutableForProcess(const AutoHandle &handle, std::string &path) { in GetExecutableForProcess()
79 void GetProcessExecutableAndTriple(const AutoHandle &handle, in GetProcessExecutableAndTriple()
138 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)); in FindProcessesImpl()
146 AutoHandle handle(::OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, FALSE, in FindProcessesImpl()
168 AutoHandle handle( in GetProcessInfo()
179 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)); in GetProcessInfo()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc198 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
201 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
204 AutoHandle::~AutoHandle() { in ~AutoHandle()
208 AutoHandle::Handle AutoHandle::Get() const { in Get()
212 void AutoHandle::Reset() { in Reset()
216 void AutoHandle::Reset(HANDLE handle) { in Reset()
230 bool AutoHandle::IsCloseable() const { in IsCloseable()
Dgtest-death-test.cc658 AutoHandle write_handle_;
660 AutoHandle child_handle_;
665 AutoHandle event_handle_;
1453 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-port.cc183 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
186 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
189 AutoHandle::~AutoHandle() { in ~AutoHandle()
193 AutoHandle::Handle AutoHandle::Get() const { in Get()
197 void AutoHandle::Reset() { in Reset()
201 void AutoHandle::Reset(HANDLE handle) { in Reset()
215 bool AutoHandle::IsCloseable() const { in IsCloseable()
Dgtest-death-test.cc637 AutoHandle write_handle_;
639 AutoHandle child_handle_;
644 AutoHandle event_handle_;
1230 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc277 AutoHandle::AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function in testing::internal::AutoHandle
279 AutoHandle::AutoHandle(Handle handle) : handle_(handle) {} in AutoHandle() function in testing::internal::AutoHandle
281 AutoHandle::~AutoHandle() { Reset(); } in ~AutoHandle()
283 AutoHandle::Handle AutoHandle::Get() const { return handle_; } in Get()
285 void AutoHandle::Reset() { Reset(INVALID_HANDLE_VALUE); } in Reset()
287 void AutoHandle::Reset(HANDLE handle) { in Reset()
301 bool AutoHandle::IsCloseable() const { in IsCloseable()
Dgtest-death-test.cc658 AutoHandle write_handle_;
660 AutoHandle child_handle_;
665 AutoHandle event_handle_;
1501 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/googletest/googletest/src/
Dgtest-port.cc291 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
294 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
297 AutoHandle::~AutoHandle() { in ~AutoHandle()
301 AutoHandle::Handle AutoHandle::Get() const { in Get()
305 void AutoHandle::Reset() { in Reset()
309 void AutoHandle::Reset(HANDLE handle) { in Reset()
323 bool AutoHandle::IsCloseable() const { in IsCloseable()
Dgtest-death-test.cc668 AutoHandle write_handle_;
670 AutoHandle child_handle_;
675 AutoHandle event_handle_;
1524 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc285 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
288 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
291 AutoHandle::~AutoHandle() { in ~AutoHandle()
295 AutoHandle::Handle AutoHandle::Get() const { in Get()
299 void AutoHandle::Reset() { in Reset()
303 void AutoHandle::Reset(HANDLE handle) { in Reset()
317 bool AutoHandle::IsCloseable() const { in IsCloseable()
Dgtest-death-test.cc666 AutoHandle write_handle_;
668 AutoHandle child_handle_;
673 AutoHandle event_handle_;
1518 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc285 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
288 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
291 AutoHandle::~AutoHandle() { in ~AutoHandle()
295 AutoHandle::Handle AutoHandle::Get() const { in Get()
299 void AutoHandle::Reset() { in Reset()
303 void AutoHandle::Reset(HANDLE handle) { in Reset()
317 bool AutoHandle::IsCloseable() const { in IsCloseable()
Dgtest-death-test.cc667 AutoHandle write_handle_;
669 AutoHandle child_handle_;
674 AutoHandle event_handle_;
1533 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h945 class AutoHandle {
947 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
948 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
950 ~AutoHandle() { Reset(); } in ~AutoHandle()
965 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
Dgtest-death-test.cc588 AutoHandle write_handle_;
590 AutoHandle child_handle_;
595 AutoHandle event_handle_;
1128 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1215 class GTEST_API_ AutoHandle {
1223 AutoHandle();
1224 explicit AutoHandle(Handle handle);
1226 ~AutoHandle();
1239 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1255 AutoHandle event_;
1487 AutoHandle thread_;
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-port.h1249 class GTEST_API_ AutoHandle {
1257 AutoHandle();
1258 explicit AutoHandle(Handle handle);
1260 ~AutoHandle();
1272 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1288 AutoHandle event_;
1519 AutoHandle thread_;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1208 class GTEST_API_ AutoHandle {
1216 AutoHandle();
1217 explicit AutoHandle(Handle handle);
1219 ~AutoHandle();
1232 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1248 AutoHandle event_;
1477 AutoHandle thread_;
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1520 class GTEST_API_ AutoHandle {
1528 AutoHandle();
1529 explicit AutoHandle(Handle handle);
1531 ~AutoHandle();
1543 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1559 AutoHandle event_;
1791 AutoHandle thread_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h1644 class GTEST_API_ AutoHandle {
1652 AutoHandle();
1653 explicit AutoHandle(Handle handle);
1655 ~AutoHandle();
1667 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1683 AutoHandle event_;
1915 AutoHandle thread_;
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1232 class GTEST_API_ AutoHandle {
1240 AutoHandle();
1241 explicit AutoHandle(Handle handle);
1243 ~AutoHandle();
1256 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1272 AutoHandle event_;
1504 AutoHandle thread_;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc7467 AutoHandle write_handle_;
7469 AutoHandle child_handle_;
7474 AutoHandle event_handle_;
8060 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
8732 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
8735 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
8738 AutoHandle::~AutoHandle() { in ~AutoHandle()
8742 AutoHandle::Handle AutoHandle::Get() const { in Get()
8746 void AutoHandle::Reset() { in Reset()
8750 void AutoHandle::Reset(HANDLE handle) { in Reset()
[all …]
/external/googletest/googletest/test/
Dgoogletest-death-test-test.cc1223 testing::internal::AutoHandle auto_handle(handle); in TEST()
1239 testing::internal::AutoHandle auto_handle2; in TEST()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test-test.cc1153 testing::internal::AutoHandle auto_handle(handle); in TEST()
1169 testing::internal::AutoHandle auto_handle2; in TEST()

12