/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest-unittest-api_test.cc | 161 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 167 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 173 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 179 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 201 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 223 EXPECT_TRUE(IsNull(test_info->value_param())); in TEST() 286 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TearDown() 294 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TearDown() 302 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TearDown() 319 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TearDown()
|
D | googletest-param-test-test.cc | 789 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param()); in TEST_P() 980 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param()); in TEST_P()
|
/external/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 154 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 160 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 166 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 172 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 193 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 214 EXPECT_TRUE(IsNull(test_info->value_param())); in TEST() 276 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TearDown() 284 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TearDown() 292 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TearDown() 308 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TearDown()
|
D | googletest-param-test-test.cc | 791 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param()); in TEST_P() 1012 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param()); in TEST_P()
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/ |
D | tParameter_Block.py | 107 value_param = ["5", "5", "5"] 112 %(self.param_name[index_param],value_param[index_param])) 113 … out,err = self.pfw.sendCmd("setParameter",self.param_name[index_param],value_param[index_param]) 115 … % (self.param_name[index_param],value_param[index_param], err)) 117 %(self.param_name[index_param],value_param[index_param])) 123 … assert out == value_param[index_param], log.F("getParameter %s - Expected : %s Found : %s" 124 … %(self.param_name[index_param],value_param[index_param], out))
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2590 const char* value_param, in MakeAndRegisterTestInfo() argument 2597 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3080 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 3082 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 3086 if (value_param != NULL) in PrintFullTestCommentIfPresent() 3089 if (value_param != NULL) { in PrintFullTestCommentIfPresent() 3090 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 3702 if (test_info.value_param() != NULL) { in OutputXmlTestInfo() 3704 test_info.value_param()); in OutputXmlTestInfo() 4067 if (test_info.value_param() != NULL) { in OutputJsonTestInfo() [all …]
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2547 const char* value_param, in MakeAndRegisterTestInfo() argument 2554 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3011 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 3013 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 3017 if (value_param != NULL) in PrintFullTestCommentIfPresent() 3020 if (value_param != NULL) { in PrintFullTestCommentIfPresent() 3021 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 3634 if (test_info.value_param() != NULL) { in OutputXmlTestInfo() 3636 test_info.value_param()); in OutputXmlTestInfo() 4889 if (test_info->value_param() != NULL) { in ListTestsMatchingFilter() [all …]
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2232 const char* value_param, in MakeAndRegisterTestInfo() argument 2238 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 2640 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 2642 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 2646 if (value_param != NULL) in PrintFullTestCommentIfPresent() 2649 if (value_param != NULL) { in PrintFullTestCommentIfPresent() 2650 printf("GetParam() = %s", value_param); in PrintFullTestCommentIfPresent() 3203 if (test_info.value_param() != NULL) { in OutputXmlTestInfo() 3204 *stream << " value_param=\"" << EscapeXmlAttribute(test_info.value_param()) in OutputXmlTestInfo()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 2587 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2591 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3087 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 3089 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3093 if (value_param != nullptr) printf(" and "); in PrintFullTestCommentIfPresent() 3095 if (value_param != nullptr) { in PrintFullTestCommentIfPresent() 3096 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 3757 if (test_info.value_param() != nullptr) { in OutputXmlTestInfo() 3759 test_info.value_param()); in OutputXmlTestInfo() 4127 if (test_info.value_param() != nullptr) { in OutputJsonTestInfo() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2583 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2587 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3085 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 3087 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3091 if (value_param != nullptr) printf(" and "); in PrintFullTestCommentIfPresent() 3093 if (value_param != nullptr) { in PrintFullTestCommentIfPresent() 3094 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 3795 if (test_info.value_param() != nullptr) { in OutputXmlTestInfo() 3797 test_info.value_param()); in OutputXmlTestInfo() 4171 if (test_info.value_param() != nullptr) { in OutputJsonTestInfo() [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 715 const char *value_param() const { in value_param() function 767 const char *value_param, internal::CodeLocation code_location, 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 | 721 const char* value_param() const { in value_param() function 773 const char* value_param, internal::CodeLocation code_location, 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 | 730 const char* value_param() const { in value_param() function 782 const char* value_param, internal::CodeLocation code_location, 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 | 708 const char* value_param() const { in value_param() function 760 const char* value_param, internal::CodeLocation code_location, 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/googletest/googletest/src/ |
D | gtest.cc | 2758 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2762 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3331 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 3333 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3337 if (value_param != nullptr) printf(" and "); in PrintFullTestCommentIfPresent() 3339 if (value_param != nullptr) { in PrintFullTestCommentIfPresent() 3340 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 4211 if (test_info.value_param() != nullptr) { in OutputXmlTestInfo() 4213 test_info.value_param()); in OutputXmlTestInfo() 4669 if (test_info.value_param() != nullptr) { in OutputJsonTestInfo() [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 2662 const char *value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2666 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3157 const char *const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 3159 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3163 if (value_param != nullptr) printf(" and "); in PrintFullTestCommentIfPresent() 3165 if (value_param != nullptr) { in PrintFullTestCommentIfPresent() 3166 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 3870 if (test_info.value_param() != nullptr) { in OutputXmlTestInfo() 3872 test_info.value_param()); in OutputXmlTestInfo() 4222 if (test_info.value_param() != nullptr) { in OutputJsonTestInfo() [all …]
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 2042 const char *const value_param = test_info.value_param(); in addFullTestCommentIfPresent() local 2044 if (type_param != NULL || value_param != NULL) { in addFullTestCommentIfPresent() 2048 if (value_param != NULL) error_message.append(" and "); in addFullTestCommentIfPresent() 2050 if (value_param != NULL) { in addFullTestCommentIfPresent() 2051 error_message.append("GetParam() = ").append(value_param); in addFullTestCommentIfPresent()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 3587 const char* value_param, in MakeAndRegisterTestInfo() argument 3593 test_case_name, name, type_param, value_param, fixture_class_id, factory); in MakeAndRegisterTestInfo() 4041 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 4043 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 4047 if (value_param != NULL) printf(" and "); in PrintFullTestCommentIfPresent() 4049 if (value_param != NULL) { in PrintFullTestCommentIfPresent() 4050 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 4646 if (test_info.value_param() != NULL) { in OutputXmlTestInfo() 4648 test_info.value_param()); in OutputXmlTestInfo() 5887 if (test_info->value_param() != NULL) { in ListTestsMatchingFilter() [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 647 const char* value_param() const { in value_param() function 685 const char* value_param,
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 666 const char* value_param() const { in value_param() function 719 const char* value_param,
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 3995 const char* value_param, in MakeAndRegisterTestInfo() argument 4002 new TestInfo(test_case_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 4459 const char* const value_param = test_info.value_param(); in PrintFullTestCommentIfPresent() local 4461 if (type_param != NULL || value_param != NULL) { in PrintFullTestCommentIfPresent() 4465 if (value_param != NULL) in PrintFullTestCommentIfPresent() 4468 if (value_param != NULL) { in PrintFullTestCommentIfPresent() 4469 printf("%s = %s", kValueParamLabel, value_param); in PrintFullTestCommentIfPresent() 5082 if (test_info.value_param() != NULL) { in OutputXmlTestInfo() 5084 test_info.value_param()); in OutputXmlTestInfo() 6337 if (test_info->value_param() != NULL) { in ListTestsMatchingFilter() [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 704 const char* value_param() const { in value_param() function 759 const char* value_param,
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 598 const char* value_param,
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 533 const char* value_param,
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 522 const char* value_param,
|