/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Windows.h | 44 class AutoHandle { 48 AutoHandle(HANDLE h) : handle(h) {} in AutoHandle() function 50 ~AutoHandle() { in ~AutoHandle() 59 AutoHandle &operator=(HANDLE h) {
|
D | Program.inc | 302 AutoHandle hThread(pi.hThread); 305 AutoHandle hJob(0);
|
D | PathV2.inc | 375 AutoHandle HandleB( 384 AutoHandle HandleA( 491 AutoHandle h(
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 198 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle 201 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle 204 AutoHandle::~AutoHandle() { in ~AutoHandle() 208 AutoHandle::Handle AutoHandle::Get() const { in Get() 212 void AutoHandle::Reset() { in Reset() 216 void AutoHandle::Reset(HANDLE handle) { in Reset() 230 bool AutoHandle::IsCloseable() const { in IsCloseable()
|
D | gtest-death-test.cc | 658 AutoHandle write_handle_; 660 AutoHandle child_handle_; 665 AutoHandle event_handle_; 1453 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 183 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()
|
D | gtest-death-test.cc | 637 AutoHandle write_handle_; 639 AutoHandle child_handle_; 644 AutoHandle event_handle_; 1230 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 183 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()
|
D | gtest-death-test.cc | 637 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-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 183 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()
|
D | gtest-death-test.cc | 637 AutoHandle write_handle_; 639 AutoHandle child_handle_; 644 AutoHandle event_handle_; 1230 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 285 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle 288 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle 291 AutoHandle::~AutoHandle() { in ~AutoHandle() 295 AutoHandle::Handle AutoHandle::Get() const { in Get() 299 void AutoHandle::Reset() { in Reset() 303 void AutoHandle::Reset(HANDLE handle) { in Reset() 317 bool AutoHandle::IsCloseable() const { in IsCloseable()
|
D | gtest-death-test.cc | 666 AutoHandle write_handle_; 668 AutoHandle child_handle_; 673 AutoHandle event_handle_; 1514 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-internal-inl.h | 960 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);
|
D | gtest-death-test.cc | 624 AutoHandle write_handle_; 626 AutoHandle child_handle_; 631 AutoHandle event_handle_; 1225 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
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);
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 945 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);
|
D | gtest-death-test.cc | 588 AutoHandle write_handle_; 590 AutoHandle child_handle_; 595 AutoHandle event_handle_; 1128 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1286 class GTEST_API_ AutoHandle { 1294 AutoHandle(); 1295 explicit AutoHandle(Handle handle); 1297 ~AutoHandle(); 1309 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle); 1325 AutoHandle event_; 1556 AutoHandle thread_;
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 1644 class GTEST_API_ AutoHandle { 1652 AutoHandle(); 1653 explicit AutoHandle(Handle handle); 1655 ~AutoHandle(); 1667 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle); 1683 AutoHandle event_; 1915 AutoHandle thread_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1520 class GTEST_API_ AutoHandle { 1528 AutoHandle(); 1529 explicit AutoHandle(Handle handle); 1531 ~AutoHandle(); 1543 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle); 1559 AutoHandle event_; 1791 AutoHandle thread_;
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1511 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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 1524 class GTEST_API_ AutoHandle { 1532 AutoHandle(); 1533 explicit AutoHandle(Handle handle); 1535 ~AutoHandle(); 1547 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle); 1563 AutoHandle event_; 1795 AutoHandle thread_;
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
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/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 7471 AutoHandle write_handle_; 7473 AutoHandle child_handle_; 7478 AutoHandle event_handle_; 8064 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor() 8736 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle 8739 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle 8742 AutoHandle::~AutoHandle() { in ~AutoHandle() 8746 AutoHandle::Handle AutoHandle::Get() const { in Get() 8750 void AutoHandle::Reset() { in Reset() 8754 void AutoHandle::Reset(HANDLE handle) { in Reset() [all …]
|