Searched refs:type_param (Results 1 - 16 of 16) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest-unittest-api_test.cc152 EXPECT_TRUE(IsNull(test_case->type_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()));
192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
215 EXPECT_TRUE(IsNull(test_case->type_param()));
225 EXPECT_TRUE(IsNull(test_info->type_param()));
250 EXPECT_TRUE(IsNull(test_cases[0]->type_param()));
[all...]
H A Dgtest_xml_test_utils.py63 "type_param" which only has to be non-empty.
154 * The "type_param" attribute of <testcase> elements is replaced with a
166 type_param = element.getAttributeNode("type_param")
167 if type_param and type_param.value:
168 type_param.value = "*"
/external/gtest/test/
H A Dgtest-unittest-api_test.cc152 EXPECT_TRUE(IsNull(test_case->type_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
181 EXPECT_TRUE(IsNull(tests[3]->type_param()));
192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
215 EXPECT_TRUE(IsNull(test_case->type_param()));
225 EXPECT_TRUE(IsNull(test_info->type_param()));
250 EXPECT_TRUE(IsNull(test_cases[0]->type_param()));
[all...]
H A Dgtest_xml_test_utils.py63 "type_param" which only has to be non-empty.
154 * The "type_param" attribute of <testcase> elements is replaced with a
166 type_param = element.getAttributeNode("type_param")
167 if type_param and type_param.value:
168 type_param.value = "*"
/external/chromium/testing/gtest/src/
H A Dgtest.cc2219 // type_param: the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2667 const char* const type_param = test_info.type_param(); local
2670 if (type_param != NULL || value_param != NULL) {
2672 if (type_param != NULL) {
2673 printf("TypeParam = %s", type_param);
2763 if (test_case.type_param() == NULL) {
2766 printf(", where TypeParam = %s\n", test_case.type_param());
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
4096 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
H A Dgtest-internal-inl.h610 // type_param: the name of the test's type parameter, or NULL if
615 const char* type_param,
643 test_info->type_param(),
/external/gtest/src/
H A Dgtest.cc2219 // type_param: the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2667 const char* const type_param = test_info.type_param(); local
2670 if (type_param != NULL || value_param != NULL) {
2672 if (type_param != NULL) {
2673 printf("TypeParam = %s", type_param);
2763 if (test_case.type_param() == NULL) {
2766 printf(", where TypeParam = %s\n", test_case.type_param());
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
4096 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
H A Dgtest-internal-inl.h617 // type_param: the name of the test's type parameter, or NULL if
622 const char* type_param,
650 test_info->type_param(),
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2219 // type_param: the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2639 const char* const type_param = test_info.type_param(); local
2642 if (type_param != NULL || value_param != NULL) {
2644 if (type_param != NULL) {
2645 printf("TypeParam = %s", type_param);
2735 if (test_case.type_param() == NULL) {
2738 printf(", where TypeParam = %s\n", test_case.type_param());
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
4064 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h617 // type_param: the name of the test's type parameter, or NULL if
622 const char* type_param,
650 test_info->type_param(),
H A Dgtest-internal.h576 // type_param the name of the test's type parameter, or NULL if
588 const char* type_param,
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h639 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/gtest/include/gtest/
H A Dgtest.h639 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h639 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h550 // type_param the name of the test's type parameter, or NULL if
562 const char* type_param,
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h556 // type_param the name of the test's type parameter, or NULL if
568 const char* type_param,

Completed in 884 milliseconds