Searched refs:current_test_info (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium/testing/gtest/test/
H A Dgtest_stress_test.cc119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
H A Dgtest-param-test_test.cc797 ::testing::UnitTest::GetInstance()->current_test_info();
826 ::testing::UnitTest::GetInstance()->current_test_info();
/external/gtest/test/
H A Dgtest_stress_test.cc119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
H A Dgtest-param-test_test.cc797 ::testing::UnitTest::GetInstance()->current_test_info();
826 ::testing::UnitTest::GetInstance()->current_test_info();
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_stress_test.cc119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
H A Dgtest-param-test_test.cc797 ::testing::UnitTest::GetInstance()->current_test_info();
826 ::testing::UnitTest::GetInstance()->current_test_info();
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc219 TestInfo* const info = GetUnitTestImpl()->current_test_info();
597 const TestInfo* const info = impl->current_test_info();
651 const int death_test_index = impl->current_test_info()
H A Dgtest.h497 const TestInfo* current_test_info() const;
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h974 // current_test_info is NULL, the assertion results will be stored in
976 void set_current_test_info(TestInfo* current_test_info) { argument
977 current_test_info_ = current_test_info;
1004 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1005 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc283 TestInfo* const info = GetUnitTestImpl()->current_test_info();
600 const TestInfo* const info = impl->current_test_info();
942 const TestInfo* const info = impl->current_test_info();
997 const int death_test_index = impl->current_test_info()
H A Dgtest-internal-inl.h910 // current_test_info is NULL, the assertion results will be stored in
912 void set_current_test_info(TestInfo* current_test_info) { argument
913 current_test_info_ = current_test_info;
955 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
956 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc283 TestInfo* const info = GetUnitTestImpl()->current_test_info();
600 const TestInfo* const info = impl->current_test_info();
942 const TestInfo* const info = impl->current_test_info();
997 const int death_test_index = impl->current_test_info()
H A Dgtest-internal-inl.h906 // current_test_info is NULL, the assertion results will be stored in
908 void set_current_test_info(TestInfo* current_test_info) { argument
909 current_test_info_ = current_test_info;
951 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
952 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
990 const TestInfo* const info = impl->current_test_info();
1045 const int death_test_index = impl->current_test_info()
H A Dgtest-internal-inl.h662 // current_test_info is NULL, the assertion results will be stored in
709 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
710 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/gtest/src/
H A Dgtest-death-test.cc296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
995 const TestInfo* const info = impl->current_test_info();
1050 const int death_test_index = impl->current_test_info()
H A Dgtest-internal-inl.h669 // current_test_info is NULL, the assertion results will be stored in
716 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
717 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
995 const TestInfo* const info = impl->current_test_info();
1050 const int death_test_index = impl->current_test_info()
H A Dgtest-internal-inl.h669 // current_test_info is NULL, the assertion results will be stored in
716 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
717 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
647 const TestInfo* const info = impl->current_test_info();
994 const TestInfo* const info = impl->current_test_info();
1049 const int death_test_index = impl->current_test_info()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h668 // current_test_info is NULL, the assertion results will be stored in
715 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
716 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/chromium/chrome/browser/
H A Dunload_uitest.cc97 testing::UnitTest::GetInstance()->current_test_info();
/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc704 UnitTest::GetInstance()->current_test_info();
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc763 ::testing::UnitTest::GetInstance()->current_test_info();
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc1067 // current_test_info is NULL, the assertion results will be stored in
1114 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1115 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
3265 const TestInfo* const this_test_info = impl->current_test_info();
5198 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
5200 return impl_->current_test_info();
6493 TestInfo* const info = GetUnitTestImpl()->current_test_info();
6845 const TestInfo* const info = impl->current_test_info();
7192 const TestInfo* const info = impl->current_test_info();
7247 const int death_test_index = impl->current_test_info()
[all...]

Completed in 408 milliseconds

12