/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest-unittest-api_test.cc | 151 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 162 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 168 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 174 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 180 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() 191 EXPECT_STREQ(GetTypeName<int>().c_str(), test_suite->type_param()); in TEST() 202 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param()); in TEST() 214 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 224 EXPECT_TRUE(IsNull(test_info->type_param())); in TEST() 249 EXPECT_TRUE(IsNull(test_suites[0]->type_param())); in TearDown() [all …]
|
/external/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 144 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 155 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 161 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 167 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 173 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() 183 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), test_suite->type_param()); in TEST() 194 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param()); in TEST() 205 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 215 EXPECT_TRUE(IsNull(test_info->type_param())); in TEST() 240 EXPECT_TRUE(IsNull(test_suites[0]->type_param())); in TearDown() [all …]
|
D | gtest_xml_test_utils.py | 180 type_param = element.getAttributeNode('type_param') 181 if type_param and type_param.value: 182 type_param.value = '*'
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | manifest_checking_test.cc | 81 if (const char* type_param = test_info->type_param()) { in SetUp() local 82 VLOG(1) << "type_param: " << type_param; in SetUp()
|
/external/libtextclassifier/native/utils/testing/ |
D | logging_event_listener.cc | 43 if (test_case.type_param()) { in OnTestCaseStart() 44 param_text.append(", where TypeParam = ").append(test_case.type_param()); in OnTestCaseStart()
|
/external/icing/icing/testing/ |
D | logging-event-listener.cc | 43 if (test_case.type_param()) { in OnTestCaseStart() 45 test_case.type_param()); in OnTestCaseStart()
|
/external/rust/crates/derive_arbitrary/src/ |
D | lib.rs | 61 if let GenericParam::Type(type_param) = param { in add_trait_bounds() 62 type_param in add_trait_bounds()
|
/external/googletest/googletest/src/ |
D | gtest-internal-inl.h | 655 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param, 661 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument 664 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase() 693 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
|
D | gtest.cc | 2757 const char* test_suite_name, const char* name, const char* type_param, in MakeAndRegisterTestInfo() argument 2762 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3330 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3333 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3335 if (type_param != nullptr) { in PrintFullTestCommentIfPresent() 3336 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3435 if (test_case.type_param() == nullptr) { in OnTestCaseStart() 3438 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart() 3449 if (test_suite.type_param() == nullptr) { in OnTestSuiteStart() 3452 printf(", where %s = %s\n", kTypeParamLabel, test_suite.type_param()); in OnTestSuiteStart() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 653 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()
|
D | gtest.cc | 2582 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 …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-internal-inl.h | 654 TestSuite *GetTestSuite(const char *test_suite_name, const char *type_param, 660 TestCase *GetTestCase(const char *test_case_name, const char *type_param, in GetTestCase() argument 663 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase() 690 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
|
D | gtest.cc | 2661 const char *test_suite_name, const char *name, const char *type_param, in MakeAndRegisterTestInfo() argument 2666 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3156 const char *const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3159 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3161 if (type_param != nullptr) { in PrintFullTestCommentIfPresent() 3162 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3260 if (test_case.type_param() == nullptr) { in OnTestCaseStart() 3263 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart() 3274 if (test_suite.type_param() == nullptr) { in OnTestSuiteStart() 3277 printf(", where %s = %s\n", kTypeParamLabel, test_suite.type_param()); in OnTestSuiteStart() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-internal-inl.h | 648 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param, 654 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument 657 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase() 684 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
|
D | gtest.cc | 2586 const char* test_suite_name, const char* name, const char* type_param, in MakeAndRegisterTestInfo() argument 2591 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3086 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3089 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3091 if (type_param != nullptr) { in PrintFullTestCommentIfPresent() 3092 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3179 if (test_suite.type_param() == nullptr) { in OnTestCaseStart() 3182 printf(", where %s = %s\n", kTypeParamLabel, test_suite.type_param()); in OnTestCaseStart() 3761 if (test_info.type_param() != nullptr) { in OutputXmlTestInfo() 3763 test_info.type_param()); in OutputXmlTestInfo() [all …]
|
/external/rust/crates/bindgen/src/ |
D | parse.rs | 90 fn type_param( in type_param() method
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2231 const char* type_param, in MakeAndRegisterTestInfo() argument 2238 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 2639 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 2642 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 2644 if (type_param != NULL) { in PrintFullTestCommentIfPresent() 2645 printf("TypeParam = %s", type_param); in PrintFullTestCommentIfPresent() 2735 if (test_case.type_param() == NULL) { in OnTestCaseStart() 2738 printf(", where TypeParam = %s\n", test_case.type_param()); in OnTestCaseStart() 3207 if (test_info.type_param() != NULL) { in OutputXmlTestInfo() 3208 *stream << " type_param=\"" << EscapeXmlAttribute(test_info.type_param()) in OutputXmlTestInfo() [all …]
|
D | gtest-internal-inl.h | 625 const char* type_param, 653 test_info->type_param(), in AddTestInfo()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2546 const char* type_param, in MakeAndRegisterTestInfo() argument 2554 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3010 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3013 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 3015 if (type_param != NULL) { in PrintFullTestCommentIfPresent() 3016 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3103 if (test_case.type_param() == NULL) { in OnTestCaseStart() 3106 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart() 3638 if (test_info.type_param() != NULL) { in OutputXmlTestInfo() 3639 OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param()); in OutputXmlTestInfo() [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2589 const char* type_param, in MakeAndRegisterTestInfo() argument 2597 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3079 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3082 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 3084 if (type_param != NULL) { in PrintFullTestCommentIfPresent() 3085 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 3172 if (test_case.type_param() == NULL) { in OnTestCaseStart() 3175 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart() 3706 if (test_info.type_param() != NULL) { in OutputXmlTestInfo() 3707 OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param()); in OutputXmlTestInfo() [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 708 const char *type_param() const { in type_param() function 766 const char *test_suite_name, const char *name, const char *type_param, 850 const char *type_param() const { in type_param() function 2417 const char *type_param, const char *value_param, in RegisterTest() argument 2431 test_suite_name, test_name, type_param, value_param, in RegisterTest()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 714 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()
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 723 const char* type_param() const { in type_param() function 781 const char* test_suite_name, const char* name, const char* type_param, 868 const char* type_param() const { in type_param() function 2456 const char* type_param, const char* value_param, in RegisterTest() argument 2470 test_suite_name, test_name, type_param, value_param, in RegisterTest()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest.h | 701 const char* type_param() const { in type_param() function 759 const char* test_suite_name, const char* name, const char* type_param, 843 const char* type_param() const { in type_param() function 2414 const char* type_param, const char* value_param, in RegisterTest() argument 2428 test_suite_name, test_name, type_param, value_param, in RegisterTest()
|
/external/rust/crates/syn/src/ |
D | generics.rs | 199 if let GenericParam::Type(type_param) = next { in next() 200 Some(type_param) in next() 217 if let GenericParam::Type(type_param) = next { in next() 218 Some(type_param) in next()
|