Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DWindows.h44 class AutoHandle {
48 AutoHandle(HANDLE h) : handle(h) {} in AutoHandle() function
50 ~AutoHandle() { in ~AutoHandle()
59 AutoHandle &operator=(HANDLE h) {
DProgram.inc302 AutoHandle hThread(pi.hThread);
305 AutoHandle hJob(0);
DPathV2.inc375 AutoHandle HandleB(
384 AutoHandle HandleA(
491 AutoHandle h(
/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/mesa3d/src/gtest/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.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/swiftshader/third_party/llvm-7.0/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/googletest/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_;
1514 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-internal-inl.h960 class AutoHandle {
962 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
963 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
965 ~AutoHandle() { Reset(); } in ~AutoHandle()
980 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
Dgtest-death-test.cc624 AutoHandle write_handle_;
626 AutoHandle child_handle_;
631 AutoHandle event_handle_;
1225 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h942 class AutoHandle {
944 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
945 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
947 ~AutoHandle() { Reset(); } in ~AutoHandle()
962 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
/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/googletest/googletest/include/gtest/internal/
Dgtest-port.h1286 class GTEST_API_ AutoHandle {
1294 AutoHandle();
1295 explicit AutoHandle(Handle handle);
1297 ~AutoHandle();
1309 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1325 AutoHandle event_;
1556 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/swiftshader/third_party/llvm-7.0/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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1511 class GTEST_API_ AutoHandle {
1519 AutoHandle();
1520 explicit AutoHandle(Handle handle);
1522 ~AutoHandle();
1534 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1550 AutoHandle event_;
1782 AutoHandle thread_;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-port.h1524 class GTEST_API_ AutoHandle {
1532 AutoHandle();
1533 explicit AutoHandle(Handle handle);
1535 ~AutoHandle();
1547 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1563 AutoHandle event_;
1795 AutoHandle thread_;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-death-test.cc586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
1122 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc7471 AutoHandle write_handle_;
7473 AutoHandle child_handle_;
7478 AutoHandle event_handle_;
8064 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
8736 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
8739 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
8742 AutoHandle::~AutoHandle() { in ~AutoHandle()
8746 AutoHandle::Handle AutoHandle::Get() const { in Get()
8750 void AutoHandle::Reset() { in Reset()
8754 void AutoHandle::Reset(HANDLE handle) { in Reset()
[all …]

12