Home
last modified time | relevance | path

Searched refs:type_param (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dgdoc127 $type_param = "\\\@(\\w+)";
139 $type_param, "<tt><b>\$1</b></tt>" );
145 $type_param, "\\\@code{\$1}" );
151 $type_param, "{\\\\bf \$1}" );
160 $type_param, "<parameter>\$1</parameter>" );
167 $type_param."([\.\, ]*)\n?", "\\n.I \\\"\$1\$2\\\"\\n" );
174 $type_param, "\$1" );
267 } elsif ($name =~ m/$type_param/) {
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h653 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param,
659 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument
662 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase()
689 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
H A Dgtest.cc2582 const char* test_suite_name, const char* name, const char* type_param, in MakeAndRegisterTestInfo() argument
2587 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo()
3084 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local
3087 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent()
3089 if (type_param != nullptr) { in PrintFullTestCommentIfPresent()
3090 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent()
3189 if (test_case.type_param() == nullptr) { in OnTestCaseStart()
3192 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart()
3203 if (test_suite.type_param() == nullptr) { in OnTestSuiteStart()
3206 printf(", where %s = %s\n", kTypeParamLabel, test_suite.type_param()); in OnTestSuiteStart()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h714 const char* type_param() const { in type_param() function
772 const char* test_suite_name, const char* name, const char* type_param,
856 const char* type_param() const { in type_param() function
2439 const char* type_param, const char* value_param, in RegisterTest() argument
2453 test_suite_name, test_name, type_param, value_param, in RegisterTest()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h559 const char* test_suite_name, const char* name, const char* type_param,