Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gtest/src/
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);
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/mesa3d/src/gtest/src/
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);
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/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h941 class AutoHandle {
943 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
944 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
946 ~AutoHandle() { Reset(); } in ~AutoHandle()
961 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
Dgtest-death-test.cc588 AutoHandle write_handle_;
590 AutoHandle child_handle_;
595 AutoHandle event_handle_;
1127 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/gtest/src/
Dgtest-internal-inl.h973 class AutoHandle {
975 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
976 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
978 ~AutoHandle() { Reset(); } in ~AutoHandle()
993 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
Dgtest-death-test.cc626 AutoHandle write_handle_;
628 AutoHandle child_handle_;
633 AutoHandle event_handle_;
1232 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/protobuf/gtest/src/
Dgtest-internal-inl.h1160 class AutoHandle {
1162 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
1163 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
1165 ~AutoHandle() { Reset(); } in ~AutoHandle()
1180 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
Dgtest-death-test.cc538 AutoHandle write_handle_;
540 AutoHandle child_handle_;
545 AutoHandle event_handle_;
1066 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/chromium_org/testing/gtest/src/
Dgtest-internal-inl.h973 class AutoHandle {
975 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
976 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
978 ~AutoHandle() { Reset(); } in ~AutoHandle()
993 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
Dgtest-death-test.cc626 AutoHandle write_handle_;
628 AutoHandle child_handle_;
633 AutoHandle event_handle_;
1232 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/protobuf/gtest/test/
Dgtest-death-test_test.cc1003 testing::internal::AutoHandle auto_handle(handle); in TEST()
1019 testing::internal::AutoHandle auto_handle2; in TEST()
/external/gtest/test/
Dgtest-death-test_test.cc1101 testing::internal::AutoHandle auto_handle(handle); in TEST()
1117 testing::internal::AutoHandle auto_handle2; in TEST()
/external/chromium_org/testing/gtest/test/
Dgtest-death-test_test.cc1101 testing::internal::AutoHandle auto_handle(handle); in TEST()
1117 testing::internal::AutoHandle auto_handle2; in TEST()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1374 class AutoHandle { class
1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function in testing::internal::AutoHandle
1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function in testing::internal::AutoHandle
1379 ~AutoHandle() { Reset(); } in ~AutoHandle()
1394 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
7120 AutoHandle write_handle_;
7122 AutoHandle child_handle_;
7127 AutoHandle event_handle_;
7726 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1374 class AutoHandle { class
1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function in testing::internal::AutoHandle
1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function in testing::internal::AutoHandle
1379 ~AutoHandle() { Reset(); } in ~AutoHandle()
1394 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
7120 AutoHandle write_handle_;
7122 AutoHandle child_handle_;
7127 AutoHandle event_handle_;
7726 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()