/external/googletest/googletest/include/gtest/ |
D | gtest-spi.h | 87 const InterceptMode intercept_mode_; variable
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-spi.h | 87 const InterceptMode intercept_mode_; variable
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-spi.h | 82 const InterceptMode intercept_mode_; variable
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-spi.h | 87 const InterceptMode intercept_mode_; variable
|
/external/fmtlib/test/gtest/ |
D | gtest-spi.h | 82 const InterceptMode intercept_mode_; variable
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-spi.h | 83 const InterceptMode intercept_mode_; variable
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-spi.h | 86 const InterceptMode intercept_mode_; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-spi.h | 82 const InterceptMode intercept_mode_; variable
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 539 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter() 549 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter() 556 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init() 569 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 540 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter() 550 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter() 557 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init() 570 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 565 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter() 575 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter() 582 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init() 595 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 612 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter() 622 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter() 629 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init() 642 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 586 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter() 596 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter() 603 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init() 616 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 727 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), result_(result) { in ScopedFakeTestPartResultReporter() 736 : intercept_mode_(intercept_mode), result_(result) { in ScopedFakeTestPartResultReporter() 742 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init() 755 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 708 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter() 718 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter() 725 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init() 738 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 155 const InterceptMode intercept_mode_; member in testing::ScopedFakeTestPartResultReporter 1998 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), result_(result) { in ScopedFakeTestPartResultReporter() 2007 : intercept_mode_(intercept_mode), result_(result) { in ScopedFakeTestPartResultReporter() 2013 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init() 2026 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
|