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

1 2

  /external/google-breakpad/src/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.
156 * The "type_param" attribute of <testcase> elements is replaced with a
173 type_param = element.getAttributeNode('type_param')
174 if type_param and type_param.value:
175 type_param.value = '*'
gtest_xml_output_unittest.py 118 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" />
121 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" />
124 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/0" />
127 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestCase/1" />
  /external/googletest/googletest/test/
gtest-unittest-api_test.cc 151 EXPECT_TRUE(IsNull(test_suite->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->type_param()));
191 EXPECT_STREQ(GetTypeName<int>().c_str(), test_suite->type_param());
202 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
214 EXPECT_TRUE(IsNull(test_suite->type_param()));
224 EXPECT_TRUE(IsNull(test_info->type_param()));
249 EXPECT_TRUE(IsNull(test_suites[0]->type_param()));
    [all...]
gtest_xml_test_utils.py 56 "type_param" which only has to be non-empty.
162 * The "type_param" attribute of <testcase> elements is replaced with a
179 type_param = element.getAttributeNode('type_param')
180 if type_param and type_param.value:
181 type_param.value = '*'
gtest_xml_output_unittest.py 162 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/0" />
165 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="TypedTest/1" />
168 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestSuite/0" />
171 <testcase name="HasTypeParamAttribute" type_param="*" status="run" time="*" classname="Single/TypeParameterizedTestSuite/1" />
  /external/u-boot/scripts/
kernel-doc 176 my $type_param = '\@(\w+)';
189 $type_param, "<tt><b>\$1</b></tt>" );
199 $type_param, "<span class=\"param\">\$1</span>" );
208 $type_param, "<parameter>\$1</parameter>" );
216 $type_param, "<parameter>\$1</parameter>" );
223 $type_param, "\\\\fI\$1\\\\fP" );
230 $type_param, "\$1" );
237 $type_param, "\$1" );
413 } elsif ($name =~ m/$type_param/) {
    [all...]
  /external/googletest/googletest/src/
gtest-internal-inl.h 644 // type_param: the name of the test's type parameter, or NULL if
648 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param,
654 TestCase* GetTestCase(const char* test_case_name, const char* type_param,
657 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc);
684 GetTestSuite(test_info->test_suite_name(), test_info->type_param(),
    [all...]
gtest.cc 3073 const char* const type_param = test_info.type_param(); local
    [all...]
  /external/googletest/googletest/include/gtest/
gtest.h 716 const char* type_param() const { function in class:testing::TestInfo
774 const char* test_suite_name, const char* name, const char* type_param,
858 const char* type_param() const { function in class:testing::TestSuite
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 3079 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 635 // type_param: the name of the test's type parameter, or NULL if
640 const char* type_param,
668 test_info->type_param(),
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest.cc 3011 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 629 // type_param: the name of the test's type parameter, or NULL if
634 const char* type_param,
662 test_info->type_param(),
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 3010 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 629 // type_param: the name of the test's type parameter, or NULL if
634 const char* type_param,
662 test_info->type_param(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest.cc 3010 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 629 // type_param: the name of the test's type parameter, or NULL if
634 const char* type_param,
662 test_info->type_param(),
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 2668 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 631 // type_param: the name of the test's type parameter, or NULL if
636 const char* type_param,
664 test_info->type_param(),
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 2639 const char* const type_param = test_info.type_param(); local
    [all...]
gtest-internal-inl.h 620 // type_param: the name of the test's type parameter, or NULL if
625 const char* type_param,
653 test_info->type_param(),
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 2638 const char* const type_param = test_info.type_param(); local
    [all...]
  /external/swiftshader/third_party/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...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 640 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...]

Completed in 1769 milliseconds

1 2