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

1 2

  /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/libvpx/libvpx/third_party/googletest/src/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/libvpx/libvpx/third_party/googletest/src/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 616 // type_param: the name of the test's type parameter, or NULL if
621 const char* type_param,
649 test_info->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/libvpx/libvpx/third_party/googletest/src/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...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc 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...]
  /external/libvpx/libvpx/third_party/googletest/src/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...]

Completed in 1076 milliseconds

1 2