Searched refs:set_up_tc (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h617 // set_up_tc: pointer to the function that sets up the test case
620 Test::SetUpTestCaseFunc set_up_tc,
947 // set_up_tc: pointer to the function that sets up the test case
950 Test::SetUpTestCaseFunc set_up_tc,
957 // set_up_tc: pointer to the function that sets up the test case
960 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
964 set_up_tc,
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h612 // set_up_tc: pointer to the function that sets up the test case
616 Test::SetUpTestCaseFunc set_up_tc,
623 // set_up_tc: pointer to the function that sets up the test case
626 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
644 set_up_tc,
H A Dgtest.cc2224 // set_up_tc: pointer to the function that sets up the test case
2234 SetUpTestCaseFunc set_up_tc,
2240 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2389 // set_up_tc: pointer to the function that sets up the test case
2392 Test::SetUpTestCaseFunc set_up_tc,
2396 set_up_tc_(set_up_tc),
4094 // set_up_tc: pointer to the function that sets up the test case
4098 Test::SetUpTestCaseFunc set_up_tc,
4110 new TestCase(test_case_name, type_param, set_up_tc, tear_down_tc);
2229 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2391 TestCase(const char* a_name, const char* a_type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
4096 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h633 // set_up_tc: pointer to the function that sets up the test case
637 Test::SetUpTestCaseFunc set_up_tc,
644 // set_up_tc: pointer to the function that sets up the test case
647 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
665 set_up_tc,
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h619 // set_up_tc: pointer to the function that sets up the test case
623 Test::SetUpTestCaseFunc set_up_tc,
630 // set_up_tc: pointer to the function that sets up the test case
633 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
651 set_up_tc,
/external/gtest/src/
H A Dgtest-internal-inl.h619 // set_up_tc: pointer to the function that sets up the test case
623 Test::SetUpTestCaseFunc set_up_tc,
630 // set_up_tc: pointer to the function that sets up the test case
633 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
651 set_up_tc,
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h619 // set_up_tc: pointer to the function that sets up the test case
623 Test::SetUpTestCaseFunc set_up_tc,
630 // set_up_tc: pointer to the function that sets up the test case
633 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
651 set_up_tc,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h618 // set_up_tc: pointer to the function that sets up the test case
622 Test::SetUpTestCaseFunc set_up_tc,
629 // set_up_tc: pointer to the function that sets up the test case
632 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
650 set_up_tc,
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h619 // set_up_tc: pointer to the function that sets up the test case
623 Test::SetUpTestCaseFunc set_up_tc,
630 // set_up_tc: pointer to the function that sets up the test case
633 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
651 set_up_tc,
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h860 // set_up_tc: pointer to the function that sets up the test case
864 Test::SetUpTestCaseFunc set_up_tc,
871 // set_up_tc: pointer to the function that sets up the test case
874 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
892 set_up_tc,
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h856 // set_up_tc: pointer to the function that sets up the test case
860 Test::SetUpTestCaseFunc set_up_tc,
867 // set_up_tc: pointer to the function that sets up the test case
870 void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, argument
888 set_up_tc,
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1874 // set_up_tc: pointer to the function that sets up the test case
1881 Test::SetUpTestCaseFunc set_up_tc,
1886 internal::GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info);
2050 // set_up_tc: pointer to the function that sets up the test case
2053 Test::SetUpTestCaseFunc set_up_tc,
2056 set_up_tc_(set_up_tc),
3086 // set_up_tc: pointer to the function that sets up the test case
3089 Test::SetUpTestCaseFunc set_up_tc,
3098 new TestCase(test_case_name, set_up_tc, tear_down_tc);
1877 MakeAndRegisterInstance( const char* test_case_name, const char* name, internal::TypeId fixture_class_id, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, TestMaker maker) argument
2052 TestCase(const char* name, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
3088 GetTestCase(const char* test_case_name, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
H A Dgtest.h343 // set_up_tc: pointer to the function that sets up the test case
353 Test::SetUpTestCaseFunc set_up_tc,
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h687 Test::SetUpTestCaseFunc set_up_tc,
752 // set_up_tc: pointer to the function that sets up the test case
755 Test::SetUpTestCaseFunc set_up_tc,
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h687 Test::SetUpTestCaseFunc set_up_tc,
752 // set_up_tc: pointer to the function that sets up the test case
755 Test::SetUpTestCaseFunc set_up_tc,
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h687 Test::SetUpTestCaseFunc set_up_tc,
752 // set_up_tc: pointer to the function that sets up the test case
755 Test::SetUpTestCaseFunc set_up_tc,
/external/gtest/include/gtest/
H A Dgtest.h687 Test::SetUpTestCaseFunc set_up_tc,
752 // set_up_tc: pointer to the function that sets up the test case
755 Test::SetUpTestCaseFunc set_up_tc,
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h687 Test::SetUpTestCaseFunc set_up_tc,
752 // set_up_tc: pointer to the function that sets up the test case
755 Test::SetUpTestCaseFunc set_up_tc,
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h687 Test::SetUpTestCaseFunc set_up_tc,
752 // set_up_tc: pointer to the function that sets up the test case
755 Test::SetUpTestCaseFunc set_up_tc,
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h687 Test::SetUpTestCaseFunc set_up_tc,
752 // set_up_tc: pointer to the function that sets up the test case
755 Test::SetUpTestCaseFunc set_up_tc,
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest.h661 Test::SetUpTestCaseFunc set_up_tc,
702 // set_up_tc: pointer to the function that sets up the test case
705 Test::SetUpTestCaseFunc set_up_tc,
/external/protobuf/gtest/include/gtest/
H A Dgtest.h579 Test::SetUpTestCaseFunc set_up_tc,
620 // set_up_tc: pointer to the function that sets up the test case
623 Test::SetUpTestCaseFunc set_up_tc,
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h500 // set_up_tc: pointer to the function that sets up the test case
510 SetUpTestCaseFunc set_up_tc,
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h591 // set_up_tc: pointer to the function that sets up the test case
600 SetUpTestCaseFunc set_up_tc,
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h589 // set_up_tc: pointer to the function that sets up the test case
598 SetUpTestCaseFunc set_up_tc,

Completed in 365 milliseconds

12