Searched defs:AddTestInfo (Results 1 - 14 of 14) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h632 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
640 // AddTestInfo(), which is called to register a TEST or TEST_F
651 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2240 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2395 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h654 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
662 // AddTestInfo(), which is called to register a TEST or TEST_F
673 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2512 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2707 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h633 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
641 // AddTestInfo(), which is called to register a TEST or TEST_F
652 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2240 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2424 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/gtest/src/
H A Dgtest-internal-inl.h654 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
662 // AddTestInfo(), which is called to register a TEST or TEST_F
673 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2228 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2423 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h633 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
641 // AddTestInfo(), which is called to register a TEST or TEST_F
652 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2240 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2424 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h870 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
878 // AddTestInfo(), which is called to register a TEST or TEST_F
889 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2141 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2376 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1055 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
1063 // AddTestInfo(), which is called to register a TEST or TEST_F
1074 tear_down_tc)->AddTestInfo(test_info);
3712 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
3907 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1055 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
1063 // AddTestInfo(), which is called to register a TEST or TEST_F
1074 tear_down_tc)->AddTestInfo(test_info);
3712 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
3907 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase

Completed in 782 milliseconds