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

12

/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DWindows.h44 class AutoHandle { class
48 AutoHandle(HANDLE h) : handle(h) {} function in class:AutoHandle
50 ~AutoHandle() {
59 AutoHandle &operator=(HANDLE h) {
/external/googletest/googletest/src/
H A Dgtest-port.cc183 AutoHandle::AutoHandle() function in class:testing::internal::AutoHandle
186 AutoHandle::AutoHandle(Handle handle) function in class:testing::internal::AutoHandle
189 AutoHandle::~AutoHandle() {
193 AutoHandle::Handle AutoHandle::Get() const {
197 void AutoHandle::Reset() {
201 void AutoHandle
[all...]
H A Dgtest-death-test.cc637 AutoHandle write_handle_;
639 AutoHandle child_handle_;
644 AutoHandle event_handle_;
1229 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc183 AutoHandle::AutoHandle() function in class:testing::internal::AutoHandle
186 AutoHandle::AutoHandle(Handle handle) function in class:testing::internal::AutoHandle
189 AutoHandle::~AutoHandle() {
193 AutoHandle::Handle AutoHandle::Get() const {
197 void AutoHandle::Reset() {
201 void AutoHandle
[all...]
H A Dgtest-death-test.cc637 AutoHandle write_handle_;
639 AutoHandle child_handle_;
644 AutoHandle event_handle_;
1230 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/v8/testing/gtest/src/
H A Dgtest-port.cc165 AutoHandle::AutoHandle() function in class:testing::internal::AutoHandle
168 AutoHandle::AutoHandle(Handle handle) function in class:testing::internal::AutoHandle
171 AutoHandle::~AutoHandle() {
175 AutoHandle::Handle AutoHandle::Get() const {
179 void AutoHandle::Reset() {
183 void AutoHandle
[all...]
H A Dgtest-death-test.cc635 AutoHandle write_handle_;
637 AutoHandle child_handle_;
642 AutoHandle event_handle_;
1228 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc142 AutoHandle::AutoHandle() function in class:testing::internal::AutoHandle
145 AutoHandle::AutoHandle(Handle handle) function in class:testing::internal::AutoHandle
148 AutoHandle::~AutoHandle() {
152 AutoHandle::Handle AutoHandle::Get() const {
156 void AutoHandle::Reset() {
160 void AutoHandle
[all...]
H A Dgtest-death-test.cc626 AutoHandle write_handle_;
628 AutoHandle child_handle_;
633 AutoHandle event_handle_;
1232 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/google-breakpad/src/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_;
1225 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h945 class AutoHandle { class in namespace:testing::internal
947 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
948 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
950 ~AutoHandle() { Reset(); }
965 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc588 AutoHandle write_handle_;
590 AutoHandle child_handle_;
595 AutoHandle event_handle_;
1128 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h973 class AutoHandle { class in namespace:testing::internal
975 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
976 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
978 ~AutoHandle() { Reset(); }
993 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc626 AutoHandle write_handle_;
628 AutoHandle child_handle_;
633 AutoHandle event_handle_;
1232 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h984 class AutoHandle { class in namespace:testing::internal
986 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
987 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
989 ~AutoHandle() { Reset(); }
1004 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc538 AutoHandle write_handle_;
540 AutoHandle child_handle_;
545 AutoHandle event_handle_;
1064 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
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);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1261 class GTEST_API_ AutoHandle { class in namespace:testing::internal
1269 AutoHandle();
1270 explicit AutoHandle(Handle handle);
1272 ~AutoHandle();
1284 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1300 AutoHandle event_;
1528 AutoHandle thread_;
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1553 class GTEST_API_ AutoHandle { class in namespace:testing::internal
1561 AutoHandle();
1562 explicit AutoHandle(Handle handle);
1564 ~AutoHandle();
1576 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1592 AutoHandle event_;
1824 AutoHandle thread_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1524 class GTEST_API_ AutoHandle { class in namespace:testing::internal
1532 AutoHandle();
1533 explicit AutoHandle(Handle handle);
1535 ~AutoHandle();
1547 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1563 AutoHandle event_;
1795 AutoHandle thread_;
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1510 class GTEST_API_ AutoHandle { class in namespace:testing::internal
1518 AutoHandle();
1519 explicit AutoHandle(Handle handle);
1521 ~AutoHandle();
1533 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1549 AutoHandle event_;
1781 AutoHandle thread_;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc1102 // Tests that the AutoHandle is correctly initialized with a handle.
1103 testing::internal::AutoHandle auto_handle(handle);
1118 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1119 testing::internal::AutoHandle auto_handle2;
/external/googletest/googletest/test/
H A Dgtest-death-test_test.cc1165 // Tests that the AutoHandle is correctly initialized with a handle.
1166 testing::internal::AutoHandle auto_handle(handle);
1181 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1182 testing::internal::AutoHandle auto_handle2;

Completed in 508 milliseconds

12