/third_party/googletest/googletest/test/ |
D | gtest_stress_test.cc | 69 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId() 72 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() 139 std::vector<TestProperty> properties; in TEST()
|
D | gtest_unittest.cc | 231 using testing::TestProperty; 1141 TestProperty property("key", "1"); in TEST() 1148 TestProperty property("key", "1"); in TEST() 1378 const TestProperty property("key", "value"); in TEST() 1384 TestProperty property("key", "value_1"); in TEST() 1506 TestProperty property("key_1", "1"); in TEST() 1509 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST() 1517 TestProperty property_1("key_1", "1"); in TEST() 1518 TestProperty property_2("key_2", "2"); in TEST() 1522 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST() [all …]
|
D | gtest-unittest-api_test.cc | 297 const TestProperty& property = tests[3]->result()->GetTestProperty(0); in TearDown()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | capitst.h | 40 void TestProperty(void);
|
D | capitst.c | 66 addTest(root, &TestProperty, "tscoll/capitst/TestProperty"); in addCollAPITest() 271 void TestProperty() in TestProperty() function
|
/third_party/icu/icu4c/source/test/intltest/ |
D | apicoll.h | 37 void TestProperty(/* char* par */);
|
D | apicoll.cpp | 64 CollationAPITest::TestProperty(/* char* par */) in TestProperty() function in CollationAPITest 2532 TESTCASE_AUTO(TestProperty); in runIndexedTest()
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 538 class TestProperty { 543 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function 619 const TestProperty& GetTestProperty(int i) const; 638 const std::vector<TestProperty>& test_properties() const { in test_properties() 655 const TestProperty& test_property); 661 const TestProperty& test_property); 685 std::vector<TestProperty> test_properties_;
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 525 class TestProperty { 530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function 606 const TestProperty& GetTestProperty(int i) const; 625 const std::vector<TestProperty>& test_properties() const { in test_properties() 642 const TestProperty& test_property); 648 const TestProperty& test_property); 672 std::vector<TestProperty> test_properties_;
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 356 bool operator()(const TestProperty& test_property) const { in operator() 740 void RecordProperty(const TestProperty& test_property); 1039 const TestProperty& property) { in RecordProperty()
|
D | gtest.cc | 2047 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty() 2067 const TestProperty& test_property) { in RecordProperty() 2072 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() 2177 const TestProperty& test_property) { in ValidateTestProperty() 3951 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes() 3969 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties() 4346 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson() 4840 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty() 5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
|
/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 365 bool operator()(const TestProperty& test_property) const { in operator() 755 void RecordProperty(const TestProperty& test_property); 1049 const TestProperty& property) { in RecordProperty()
|
D | gtest.cc | 2220 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty() 2240 const TestProperty& test_property) { in RecordProperty() 2245 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() 2351 const TestProperty& test_property) { in ValidateTestProperty() 4402 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes() 4420 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties() 4862 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson() 5358 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty() 5561 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
|
/third_party/googletest/docs/reference/ |
D | testing.md | 1154 ### TestProperty {#TestProperty} 1156 `::testing::TestProperty` 1161 #### Public Methods {#TestProperty-public} argument 1256 `const TestProperty& TestResult::GetTestProperty(int i) const` 1258 Returns the [`TestProperty`](#TestProperty) object for the `i`-th test property.
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 2139 struct TestProperty in iterate() struct 2205 const TestProperty allProperties[] = in iterate() 2265 const TestProperty allProperties[] = in iterate() 2330 const TestProperty allProperties[] = in iterate() 2392 const TestProperty allProperties[] = in iterate() 2443 const TestProperty allProperties[] = in iterate()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 753 bool operator()(const TestProperty& test_property) const { in operator ()() 1143 void RecordProperty(const TestProperty& test_property); 1437 const TestProperty& property) { in RecordProperty() 3711 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty() 3731 const TestProperty& test_property) { in RecordProperty() 3736 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() 3842 const TestProperty& test_property) { in ValidateTestProperty() 5888 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes() 5906 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties() 6348 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson() [all …]
|
D | gtest.h | 10419 class TestProperty { 10424 TestProperty(const std::string& a_key, const std::string& a_value) : 10500 const TestProperty& GetTestProperty(int i) const; 10519 const std::vector<TestProperty>& test_properties() const { 10536 const TestProperty& test_property); 10542 const TestProperty& test_property); 10566 std::vector<TestProperty> test_properties_;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationAPITest.java | 452 public void TestProperty() { in TestProperty() method in CollationAPITest
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 449 public void TestProperty() { in TestProperty() method in CollationAPITest
|