HomeSort by relevance Sort by last modified time
    Searched refs:type_param (Results 1 - 20 of 20) sorted by null

  /external/chromium/testing/gtest/test/
gtest-unittest-api_test.cc 152 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...]
gtest_xml_test_utils.py 63 "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 = "*"
gtest_xml_output_unittest.py 115 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" />
118 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" />
121 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" />
124 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/1" />
  /external/gtest/test/
gtest-unittest-api_test.cc 152 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...]
gtest_xml_test_utils.py 63 "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 = "*"
gtest_xml_output_unittest.py 115 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" />
118 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" />
121 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" />
124 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/1" />
  /external/chromium/testing/gtest/src/
gtest.cc 2667 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 610 // type_param: the name of the test's type parameter, or NULL if
615 const char* type_param,
643 test_info->type_param(),
    [all...]
  /external/gtest/src/
gtest.cc 2667 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 617 // type_param: the name of the test's type parameter, or NULL if
622 const char* type_param,
650 test_info->type_param(),
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 2639 const char* const type_param = test_info.type_param(); local
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 617 // type_param: the name of the test's type parameter, or NULL if
622 const char* type_param,
650 test_info->type_param(),
    [all...]
gtest-internal.h 576 // type_param the name of the test's type parameter, or NULL if
588 const char* type_param,
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 639 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
    [all...]
  /external/gtest/include/gtest/
gtest.h 639 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
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 639 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
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 3971 const char* const type_param = test_info.type_param(); local
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 550 // type_param the name of the test's type parameter, or NULL if
562 const char* type_param,
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 556 // type_param the name of the test's type parameter, or NULL if
568 const char* type_param,
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 17664 const char* type_param() const { function in class:testing::TestInfo
17791 const char* type_param() const { function in class:testing::TestCase
    [all...]

Completed in 1176 milliseconds