/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
D | gtest-internal-inl.h | 942 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);
|
D | gtest-death-test.cc | 586 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/ |
D | gtest-internal-inl.h | 942 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);
|
D | gtest-death-test.cc | 586 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/ |
D | gtest-internal-inl.h | 941 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);
|
D | gtest-death-test.cc | 588 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/ |
D | gtest-internal-inl.h | 973 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);
|
D | gtest-death-test.cc | 626 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/ |
D | gtest-internal-inl.h | 1160 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);
|
D | gtest-death-test.cc | 538 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/ |
D | gtest-internal-inl.h | 973 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);
|
D | gtest-death-test.cc | 626 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/ |
D | gtest-death-test_test.cc | 1003 testing::internal::AutoHandle auto_handle(handle); in TEST() 1019 testing::internal::AutoHandle auto_handle2; in TEST()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 1101 testing::internal::AutoHandle auto_handle(handle); in TEST() 1117 testing::internal::AutoHandle auto_handle2; in TEST()
|
/external/chromium_org/testing/gtest/test/ |
D | gtest-death-test_test.cc | 1101 testing::internal::AutoHandle auto_handle(handle); in TEST() 1117 testing::internal::AutoHandle auto_handle2; in TEST()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 1374 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/ |
D | gtest-all.cc | 1374 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()
|