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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h647 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
655 // AddTestInfo(), which is called to register a TEST or TEST_F
666 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2241 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2425 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/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h636 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
644 // AddTestInfo(), which is called to register a TEST or TEST_F
655 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/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.h699 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
707 // AddTestInfo(), which is called to register a TEST or TEST_F
718 tear_down_tc)->AddTestInfo(test_info);
H A Dgtest.cc2167 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2400 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/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
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp1064 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
1072 // AddTestInfo(), which is called to register a TEST or TEST_F
1083 tear_down_tc)->AddTestInfo(test_info);
3728 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
3923 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1093 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, function in class:testing::internal::UnitTestImpl
1101 // AddTestInfo(), which is called to register a TEST or TEST_F
1112 tear_down_tc)->AddTestInfo(test_info);
3507 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
3740 void TestCase::AddTestInfo(TestInfo * test_info) { function in class:testing::TestCase
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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 552 milliseconds