/external/clang/test/Analysis/ |
D | objc-properties.m | 15 @interface TestProperty :NSObject { interface 34 @implementation TestProperty implementation 42 - (id) copyWithPtrY: (TestProperty*) value { argument 43 TestProperty *another = [[TestProperty alloc] init];
|
/external/chromium_org/testing/gtest/test/ |
D | gtest_stress_test.cc | 77 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId() 80 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() 147 std::vector<TestProperty> properties; in TEST()
|
D | gtest_unittest.cc | 218 using testing::TestProperty; 1070 TestProperty property("key", "1"); in TEST() 1077 TestProperty property("key", "1"); in TEST() 1320 const TestProperty property("key", "value"); in TEST() 1326 TestProperty property("key", "value_1"); in TEST() 1449 TestProperty property("key_1", "1"); in TEST() 1452 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST() 1460 TestProperty property_1("key_1", "1"); in TEST() 1461 TestProperty property_2("key_2", "2"); in TEST() 1465 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST() [all …]
|
/external/gtest/test/ |
D | gtest_stress_test.cc | 78 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId() 81 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() 148 std::vector<TestProperty> properties; in TEST()
|
D | gtest_unittest.cc | 142 using testing::TestProperty; 1246 TestProperty property("key", "1"); in TEST() 1253 TestProperty property("key", "1"); in TEST() 1496 const TestProperty property("key", "value"); in TEST() 1502 TestProperty property("key", "value_1"); in TEST() 1625 TestProperty property("key_1", "1"); in TEST() 1628 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST() 1636 TestProperty property_1("key_1", "1"); in TEST() 1637 TestProperty property_2("key_2", "2"); in TEST() 1641 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST() [all …]
|
/external/chromium/testing/gtest/test/ |
D | gtest_stress_test.cc | 78 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId() 81 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() 148 std::vector<TestProperty> properties; in TEST()
|
D | gtest_unittest.cc | 142 using testing::TestProperty; 1246 TestProperty property("key", "1"); in TEST() 1253 TestProperty property("key", "1"); in TEST() 1496 const TestProperty property("key", "value"); in TEST() 1502 TestProperty property("key", "value_1"); in TEST() 1625 TestProperty property("key_1", "1"); in TEST() 1628 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST() 1636 TestProperty property_1("key_1", "1"); in TEST() 1637 TestProperty property_2("key_2", "2"); in TEST() 1641 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST() [all …]
|
/external/protobuf/gtest/test/ |
D | gtest_stress_test.cc | 67 void ExpectKeyAndValueWereRecordedForId(const Vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId() 71 const TestProperty* property = properties.FindIf(matches_key); in ExpectKeyAndValueWereRecordedForId()
|
D | gtest_unittest.cc | 148 using testing::TestProperty; 1469 TestProperty property("key", "1"); in TEST() 1476 TestProperty property("key", "1"); in TEST() 1707 const TestProperty property("key", "value"); in TEST() 1713 TestProperty property("key", "value_1"); in TEST() 1889 TestProperty property("key_1", "1"); in TEST() 1892 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST() 1900 TestProperty property_1("key_1", "1"); in TEST() 1901 TestProperty property_2("key_2", "2"); in TEST() 1905 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST() [all …]
|
/external/chromium/sdch/open-vcdiff/src/gtest/src/ |
D | gtest-internal-inl.h | 395 class TestProperty { 400 TestProperty(const char* key, const char* value) : in TestProperty() function 438 bool operator()(const TestProperty& test_property) const { in operator() 466 const internal::List<internal::TestProperty> & test_properties() const { in test_properties() 503 void RecordProperty(const internal::TestProperty& test_property); 508 static bool ValidateTestProperty(const internal::TestProperty& test_property); 526 internal::List<internal::TestProperty> test_properties_;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | capitst.h | 38 void TestProperty(void);
|
/external/icu4c/test/cintltst/ |
D | capitst.h | 38 void TestProperty(void);
|
/external/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 23 @interface TestProperty : AnnotatedClass { interface 43 @implementation TestProperty implementation
|
/external/v8/test/mjsunit/harmony/ |
D | collections.js | 190 function TestProperty(map, property, value) { class in TestArbitrary 195 TestProperty(m, i, 'val' + i); 196 TestProperty(m, 'foo' + i, 'bar' + i);
|
/external/icu4c/test/intltest/ |
D | apicoll.h | 35 void TestProperty(/* char* par */);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | apicoll.h | 35 void TestProperty(/* char* par */);
|
/external/open-vcdiff/gtest/include/gtest/ |
D | gtest.h | 455 class TestProperty { 460 TestProperty(const char* key, const char* value) : in TestProperty() function 530 const TestProperty& GetTestProperty(int i) const; 548 const internal::Vector<TestProperty>& test_properties() const { in test_properties() 560 void RecordProperty(const TestProperty& test_property); 565 static bool ValidateTestProperty(const TestProperty& test_property); 589 internal::scoped_ptr<internal::Vector<TestProperty> > test_properties_;
|
/external/protobuf/gtest/include/gtest/ |
D | gtest.h | 373 class TestProperty { 378 TestProperty(const char* key, const char* value) : in TestProperty() function 448 const TestProperty& GetTestProperty(int i) const; 466 const internal::Vector<TestProperty>& test_properties() const { in test_properties() 478 void RecordProperty(const TestProperty& test_property); 483 static bool ValidateTestProperty(const TestProperty& test_property); 507 internal::scoped_ptr<internal::Vector<TestProperty> > test_properties_;
|
/external/gtest/include/gtest/ |
D | gtest.h | 471 class TestProperty { 476 TestProperty(const char* a_key, const char* a_value) : in TestProperty() function 546 const TestProperty& GetTestProperty(int i) const; 563 const std::vector<TestProperty>& test_properties() const { in test_properties() 575 void RecordProperty(const TestProperty& test_property); 580 static bool ValidateTestProperty(const TestProperty& test_property); 604 std::vector<TestProperty> test_properties_;
|
/external/chromium/testing/gtest/include/gtest/ |
D | gtest.h | 471 class TestProperty { 476 TestProperty(const char* a_key, const char* a_value) : in TestProperty() function 546 const TestProperty& GetTestProperty(int i) const; 563 const std::vector<TestProperty>& test_properties() const { in test_properties() 575 void RecordProperty(const TestProperty& test_property); 580 static bool ValidateTestProperty(const TestProperty& test_property); 604 std::vector<TestProperty> test_properties_;
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 471 class TestProperty { 476 TestProperty(const char* a_key, const char* a_value) : in TestProperty() function 546 const TestProperty& GetTestProperty(int i) const; 563 const std::vector<TestProperty>& test_properties() const { in test_properties() 575 void RecordProperty(const TestProperty& test_property); 580 static bool ValidateTestProperty(const TestProperty& test_property); 604 std::vector<TestProperty> test_properties_;
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 471 class TestProperty { 476 TestProperty(const char* a_key, const char* a_value) : in TestProperty() function 546 const TestProperty& GetTestProperty(int i) const; 563 const std::vector<TestProperty>& test_properties() const { in test_properties() 575 void RecordProperty(const TestProperty& test_property); 580 static bool ValidateTestProperty(const TestProperty& test_property); 604 std::vector<TestProperty> test_properties_;
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
D | gtest.h | 471 class TestProperty { 476 TestProperty(const char* a_key, const char* a_value) : in TestProperty() function 546 const TestProperty& GetTestProperty(int i) const; 563 const std::vector<TestProperty>& test_properties() const { in test_properties() 575 void RecordProperty(const TestProperty& test_property); 580 static bool ValidateTestProperty(const TestProperty& test_property); 604 std::vector<TestProperty> test_properties_;
|
/external/chromium_org/testing/gtest/include/gtest/ |
D | gtest.h | 461 class TestProperty { 466 TestProperty(const char* a_key, const char* a_value) : in TestProperty() function 536 const TestProperty& GetTestProperty(int i) const; 553 const std::vector<TestProperty>& test_properties() const { in test_properties() 565 void RecordProperty(const TestProperty& test_property); 570 static bool ValidateTestProperty(const TestProperty& test_property); 594 std::vector<TestProperty> test_properties_;
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | collections.js | 195 function TestProperty(map, property, value) { class in TestArbitrary 200 TestProperty(m, i, 'val' + i); 201 TestProperty(m, 'foo' + i, 'bar' + i);
|