HomeSort by relevance Sort by last modified time
    Searched full:autohandle (Results 1 - 25 of 42) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Windows.h 44 class AutoHandle {
48 AutoHandle(HANDLE h) : handle(h) {}
50 ~AutoHandle() {
59 AutoHandle &operator=(HANDLE h) {
Program.inc 302 AutoHandle hThread(pi.hThread);
305 AutoHandle hJob(0);
PathV2.inc 375 AutoHandle HandleB(
384 AutoHandle HandleA(
491 AutoHandle h(
  /external/googletest/googletest/src/
gtest-port.cc 183 AutoHandle::AutoHandle()
186 AutoHandle::AutoHandle(Handle handle)
189 AutoHandle::~AutoHandle() {
193 AutoHandle::Handle AutoHandle::Get() const {
197 void AutoHandle::Reset() {
201 void AutoHandle::Reset(HANDLE handle)
    [all...]
gtest-death-test.cc 637 AutoHandle write_handle_;
639 AutoHandle child_handle_;
644 AutoHandle event_handle_;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 183 AutoHandle::AutoHandle()
186 AutoHandle::AutoHandle(Handle handle)
189 AutoHandle::~AutoHandle() {
193 AutoHandle::Handle AutoHandle::Get() const {
197 void AutoHandle::Reset() {
201 void AutoHandle::Reset(HANDLE handle)
    [all...]
gtest-death-test.cc 637 AutoHandle write_handle_;
639 AutoHandle child_handle_;
644 AutoHandle event_handle_;
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 165 AutoHandle::AutoHandle()
168 AutoHandle::AutoHandle(Handle handle)
171 AutoHandle::~AutoHandle() {
175 AutoHandle::Handle AutoHandle::Get() const {
179 void AutoHandle::Reset() {
183 void AutoHandle::Reset(HANDLE handle)
    [all...]
gtest-death-test.cc 635 AutoHandle write_handle_;
637 AutoHandle child_handle_;
642 AutoHandle event_handle_;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 142 AutoHandle::AutoHandle()
145 AutoHandle::AutoHandle(Handle handle)
148 AutoHandle::~AutoHandle() {
152 AutoHandle::Handle AutoHandle::Get() const {
156 void AutoHandle::Reset() {
160 void AutoHandle::Reset(HANDLE handle)
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 982 // Tests that the AutoHandle is correctly initialized with a handle.
983 testing::internal::AutoHandle auto_handle(handle);
998 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
999 testing::internal::AutoHandle auto_handle2;
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h     [all...]
gtest-death-test.cc 624 AutoHandle write_handle_;
626 AutoHandle child_handle_;
631 AutoHandle event_handle_;
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h     [all...]
gtest-death-test.cc 588 AutoHandle write_handle_;
590 AutoHandle child_handle_;
595 AutoHandle event_handle_;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h     [all...]
gtest-death-test.cc 586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
gtest-death-test.cc 538 AutoHandle write_handle_;
540 AutoHandle child_handle_;
545 AutoHandle event_handle_;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc     [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
    [all...]

Completed in 728 milliseconds

1 2