Searched refs:AutoHandle (Results 1 - 21 of 21) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h935 class AutoHandle { class in namespace:testing::internal
937 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
938 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
940 ~AutoHandle() { Reset(); }
955 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
1117 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h960 class AutoHandle { class in namespace:testing::internal
962 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
963 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
965 ~AutoHandle() { Reset(); }
980 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc624 AutoHandle write_handle_;
626 AutoHandle child_handle_;
631 AutoHandle event_handle_;
1229 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h942 class AutoHandle { class in namespace:testing::internal
944 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
945 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
947 ~AutoHandle() { Reset(); }
962 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
1122 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/gtest/src/
H A Dgtest-internal-inl.h942 class AutoHandle { class in namespace:testing::internal
944 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
945 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
947 ~AutoHandle() { Reset(); }
962 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
1122 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h941 class AutoHandle { class in namespace:testing::internal
943 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
944 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
946 ~AutoHandle() { Reset(); }
961 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h942 class AutoHandle { class in namespace:testing::internal
944 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
945 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
947 ~AutoHandle() { Reset(); }
962 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
1122 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h1164 class AutoHandle { class in namespace:testing::internal
1166 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1167 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1169 ~AutoHandle() { Reset(); }
1184 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc538 AutoHandle write_handle_;
540 AutoHandle child_handle_;
545 AutoHandle event_handle_;
1066 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1160 class AutoHandle { class in namespace:testing::internal
1162 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1163 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1165 ~AutoHandle() { Reset(); }
1180 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc538 AutoHandle write_handle_;
540 AutoHandle child_handle_;
545 AutoHandle event_handle_;
1066 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc585 AutoHandle write_handle_;
587 AutoHandle child_handle_;
592 AutoHandle event_handle_;
1121 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc1048 // Tests that the AutoHandle is correctly initialized with a handle.
1049 testing::internal::AutoHandle auto_handle(handle);
1064 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1065 testing::internal::AutoHandle auto_handle2;
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc1101 // Tests that the AutoHandle is correctly initialized with a handle.
1102 testing::internal::AutoHandle auto_handle(handle);
1117 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1118 testing::internal::AutoHandle auto_handle2;
/external/gtest/test/
H A Dgtest-death-test_test.cc1048 // Tests that the AutoHandle is correctly initialized with a handle.
1049 testing::internal::AutoHandle auto_handle(handle);
1064 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1065 testing::internal::AutoHandle auto_handle2;
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc1002 // Tests that the AutoHandle is correctly initialized with a handle.
1003 testing::internal::AutoHandle auto_handle(handle);
1018 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1019 testing::internal::AutoHandle auto_handle2;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1374 class AutoHandle { class in namespace:testing::internal
1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1379 ~AutoHandle() { Reset(); }
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,

Completed in 296 milliseconds