Home
last modified time | relevance | path

Searched refs:TestProperty (Results 1 – 25 of 56) sorted by relevance

123

/external/clang/test/Analysis/
Dobjc-properties.m15 @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/
Dgtest_stress_test.cc77 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId()
80 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId()
147 std::vector<TestProperty> properties; in TEST()
Dgtest_unittest.cc218 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/
Dgtest_stress_test.cc78 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId()
81 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId()
148 std::vector<TestProperty> properties; in TEST()
Dgtest_unittest.cc142 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/
Dgtest_stress_test.cc78 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId()
81 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId()
148 std::vector<TestProperty> properties; in TEST()
Dgtest_unittest.cc142 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/
Dgtest_stress_test.cc67 void ExpectKeyAndValueWereRecordedForId(const Vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId()
71 const TestProperty* property = properties.FindIf(matches_key); in ExpectKeyAndValueWereRecordedForId()
Dgtest_unittest.cc148 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/
Dgtest-internal-inl.h395 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/
Dcapitst.h38 void TestProperty(void);
/external/icu4c/test/cintltst/
Dcapitst.h38 void TestProperty(void);
/external/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m23 @interface TestProperty : AnnotatedClass { interface
43 @implementation TestProperty implementation
/external/v8/test/mjsunit/harmony/
Dcollections.js190 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/
Dapicoll.h35 void TestProperty(/* char* par */);
/external/chromium_org/third_party/icu/source/test/intltest/
Dapicoll.h35 void TestProperty(/* char* par */);
/external/open-vcdiff/gtest/include/gtest/
Dgtest.h455 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/
Dgtest.h373 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/
Dgtest.h471 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/
Dgtest.h471 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/
Dgtest.h471 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/
Dgtest.h471 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/
Dgtest.h471 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/
Dgtest.h461 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/
Dcollections.js195 function TestProperty(map, property, value) { class in TestArbitrary
200 TestProperty(m, i, 'val' + i);
201 TestProperty(m, 'foo' + i, 'bar' + i);

123