Home
last modified time | relevance | path

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

12

/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/vulkan-validation-layers/tests/gtest-1.7.0/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.cc232 using testing::TestProperty;
1075 TestProperty property("key", "1"); in TEST()
1082 TestProperty property("key", "1"); in TEST()
1325 const TestProperty property("key", "value"); in TEST()
1331 TestProperty property("key", "value_1"); in TEST()
1454 TestProperty property("key_1", "1"); in TEST()
1457 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1465 TestProperty property_1("key_1", "1"); in TEST()
1466 TestProperty property_2("key_2", "2"); in TEST()
1470 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST()
[all …]
/external/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.cc232 using testing::TestProperty;
1075 TestProperty property("key", "1"); in TEST()
1082 TestProperty property("key", "1"); in TEST()
1325 const TestProperty property("key", "value"); in TEST()
1331 TestProperty property("key", "value_1"); in TEST()
1454 TestProperty property("key_1", "1"); in TEST()
1457 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1465 TestProperty property_1("key_1", "1"); in TEST()
1466 TestProperty property_2("key_2", "2"); in TEST()
1470 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST()
[all …]
/external/protobuf/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.cc139 using testing::TestProperty;
1212 TestProperty property("key", "1"); in TEST()
1219 TestProperty property("key", "1"); in TEST()
1439 const TestProperty property("key", "value"); in TEST()
1445 TestProperty property("key", "value_1"); in TEST()
1568 TestProperty property("key_1", "1"); in TEST()
1571 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1579 TestProperty property_1("key_1", "1"); in TEST()
1580 TestProperty property_2("key_2", "2"); in TEST()
1584 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST()
[all …]
/external/google-breakpad/src/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.cc143 using testing::TestProperty;
1347 TestProperty property("key", "1"); in TEST()
1354 TestProperty property("key", "1"); in TEST()
1597 const TestProperty property("key", "value"); in TEST()
1603 TestProperty property("key", "value_1"); in TEST()
1726 TestProperty property("key_1", "1"); in TEST()
1729 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1737 TestProperty property_1("key_1", "1"); in TEST()
1738 TestProperty property_2("key_2", "2"); in TEST()
1742 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST()
[all …]
/external/clang/test/Analysis/objc/
Ddirect-ivar-assignment-in-annotated-functions.m23 @interface TestProperty : AnnotatedClass { interface
43 @implementation TestProperty implementation
/external/icu/icu4c/source/test/cintltst/
Dcapitst.h38 void TestProperty(void);
/external/protobuf/gtest/include/gtest/
Dgtest.h452 class TestProperty {
457 TestProperty(const char* a_key, const char* a_value) : in TestProperty() function
527 const TestProperty& GetTestProperty(int i) const;
545 const std::vector<TestProperty>& test_properties() const { in test_properties()
557 void RecordProperty(const TestProperty& test_property);
562 static bool ValidateTestProperty(const TestProperty& test_property);
586 std::vector<TestProperty> test_properties_;
/external/icu/icu4c/source/test/intltest/
Dapicoll.h35 void TestProperty(/* char* par */);
/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/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h472 class TestProperty {
477 TestProperty(const char* a_key, const char* a_value) : in TestProperty() function
547 const TestProperty& GetTestProperty(int i) const;
564 const std::vector<TestProperty>& test_properties() const { in test_properties()
576 void RecordProperty(const TestProperty& test_property);
581 static bool ValidateTestProperty(const TestProperty& test_property);
605 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest.h463 class TestProperty {
468 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
538 const TestProperty& GetTestProperty(int i) const;
556 const std::vector<TestProperty>& test_properties() const { in test_properties()
570 const TestProperty& test_property);
576 const TestProperty& test_property);
600 std::vector<TestProperty> test_properties_;
/external/gtest/include/gtest/
Dgtest.h463 class TestProperty {
468 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
538 const TestProperty& GetTestProperty(int i) const;
556 const std::vector<TestProperty>& test_properties() const { in test_properties()
570 const TestProperty& test_property);
576 const TestProperty& test_property);
600 std::vector<TestProperty> test_properties_;
/external/v8/test/mjsunit/harmony/
Dsharedarraybuffer.js555 function TestProperty(map, property, value) { class in TestArbitrary
560 TestProperty(m, 'key' + i, 'val' + i);
561 TestProperty(m, 'foo' + i, 'bar' + i);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-internal-inl.h354 bool operator()(const TestProperty& test_property) const { in operator()
724 void RecordProperty(const TestProperty& test_property);
1027 const TestProperty& property) { in RecordProperty()
/external/gtest/src/
Dgtest-internal-inl.h354 bool operator()(const TestProperty& test_property) const { in operator()
724 void RecordProperty(const TestProperty& test_property);
1053 const TestProperty& property) { in RecordProperty()
/external/v8/test/mjsunit/es6/
Dtypedarray.js748 function TestProperty(map, property, value) { class in TestArbitrary
753 TestProperty(m, 'key' + i, 'val' + i);
754 TestProperty(m, 'foo' + i, 'bar' + i);
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h349 bool operator()(const TestProperty& test_property) const { in operator()
1024 const TestProperty& property) { in RecordProperty()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-internal-inl.h353 bool operator()(const TestProperty& test_property) const { in operator()
1039 const TestProperty& property) { in RecordProperty()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h346 bool operator()(const TestProperty& test_property) const { in operator()
1021 const TestProperty& property) { in RecordProperty()

12