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

1 2

  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
gtest-param-test_test.cc 797 ::testing::UnitTest::GetInstance()->current_test_info();
826 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
gtest_unittest.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 219 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()
gtest.cc 2990 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
    [all...]
gtest.h 497 const TestInfo* current_test_info() const;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 974 // current_test_info is NULL, the assertion results will be stored in
976 void set_current_test_info(TestInfo* current_test_info) {
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
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 1165 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1166 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
gtest-death-test.cc 303 TestInfo* const info = GetUnitTestImpl()->current_test_info();
550 const TestInfo* const info = impl->current_test_info();
    [all...]
gtest.cc 3424 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 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
    [all...]
gtest-death-test.cc 283 TestInfo* const info = GetUnitTestImpl()->current_test_info();
600 const TestInfo* const info = impl->current_test_info();
    [all...]
gtest.cc 3684 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
    [all...]
gtest-internal-inl.h 662 // 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
    [all...]
gtest.cc 3894 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
    [all...]
gtest.cc 3861 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
    [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
gtest-param-test_test.cc 763 ::testing::UnitTest::GetInstance()->current_test_info();
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 669 // 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
    [all...]
  /external/chromium/chrome/browser/
unload_uitest.cc 97 testing::UnitTest::GetInstance()->current_test_info();
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
gtest-param-test_test.cc 763 ::testing::UnitTest::GetInstance()->current_test_info();
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 704 UnitTest::GetInstance()->current_test_info();

Completed in 1075 milliseconds

1 2