Home
last modified time | relevance | path

Searched refs:AutoHandle (Results 1 – 25 of 36) 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/v8/testing/gtest/src/
Dgtest-port.cc165 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
168 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
171 AutoHandle::~AutoHandle() { in ~AutoHandle()
175 AutoHandle::Handle AutoHandle::Get() const { in Get()
179 void AutoHandle::Reset() { in Reset()
183 void AutoHandle::Reset(HANDLE handle) { in Reset()
197 bool AutoHandle::IsCloseable() const { in IsCloseable()
Dgtest-death-test.cc635 AutoHandle write_handle_;
637 AutoHandle child_handle_;
642 AutoHandle event_handle_;
1228 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc142 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
145 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
148 AutoHandle::~AutoHandle() { in ~AutoHandle()
152 AutoHandle::Handle AutoHandle::Get() const { in Get()
156 void AutoHandle::Reset() { in Reset()
160 void AutoHandle::Reset(HANDLE handle) { in Reset()
174 bool AutoHandle::IsCloseable() const { in IsCloseable()
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/googletest/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_;
1229 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/libvpx/libvpx/third_party/googletest/src/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/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/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/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/protobuf/gtest/src/
Dgtest-internal-inl.h984 class AutoHandle {
986 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
987 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
989 ~AutoHandle() { Reset(); } in ~AutoHandle()
1004 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
Dgtest-death-test.cc538 AutoHandle write_handle_;
540 AutoHandle child_handle_;
545 AutoHandle event_handle_;
1064 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1261 class GTEST_API_ AutoHandle {
1269 AutoHandle();
1270 explicit AutoHandle(Handle handle);
1272 ~AutoHandle();
1284 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1300 AutoHandle event_;
1528 AutoHandle thread_;
/external/mesa3d/src/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/googletest/googletest/include/gtest/internal/
Dgtest-port.h1542 class GTEST_API_ AutoHandle {
1550 AutoHandle();
1551 explicit AutoHandle(Handle handle);
1553 ~AutoHandle();
1565 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1581 AutoHandle event_;
1813 AutoHandle thread_;
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h1510 class GTEST_API_ AutoHandle {
1518 AutoHandle();
1519 explicit AutoHandle(Handle handle);
1521 ~AutoHandle();
1533 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1549 AutoHandle event_;
1781 AutoHandle thread_;
/external/libvpx/libvpx/third_party/googletest/src/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/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()

12