Home
last modified time | relevance | path

Searched refs:TestProperty (Results 1 – 25 of 44) 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/googletest/googletest/test/
Dgtest_stress_test.cc69 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId()
72 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId()
139 std::vector<TestProperty> properties; in TEST()
Dgtest_unittest.cc225 using testing::TestProperty;
1138 TestProperty property("key", "1"); in TEST()
1145 TestProperty property("key", "1"); in TEST()
1388 const TestProperty property("key", "value"); in TEST()
1394 TestProperty property("key", "value_1"); in TEST()
1516 TestProperty property("key_1", "1"); in TEST()
1519 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1527 TestProperty property_1("key_1", "1"); in TEST()
1528 TestProperty property_2("key_2", "2"); in TEST()
1532 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddebuginfo.c25 LLVMMetadataRef TestProperty = in declare_objc_class() local
27 …derCreateObjCIVar(DIB, "_test", 5, File, 42, 64, 0, 64, LLVMDIFlagPublic, SuperDecl, TestProperty); in declare_objc_class()
/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/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/swiftshader/third_party/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/icu/icu4c/source/test/cintltst/
Dcapitst.h40 void TestProperty(void);
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h486 class TestProperty {
491 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
561 const TestProperty& GetTestProperty(int i) const;
579 const std::vector<TestProperty>& test_properties() const { in test_properties()
593 const TestProperty& test_property);
599 const TestProperty& test_property);
623 std::vector<TestProperty> test_properties_;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h486 class TestProperty {
491 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
561 const TestProperty& GetTestProperty(int i) const;
579 const std::vector<TestProperty>& test_properties() const { in test_properties()
593 const TestProperty& test_property);
599 const TestProperty& test_property);
623 std::vector<TestProperty> test_properties_;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h486 class TestProperty {
491 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
561 const TestProperty& GetTestProperty(int i) const;
579 const std::vector<TestProperty>& test_properties() const { in test_properties()
593 const TestProperty& test_property);
599 const TestProperty& test_property);
623 std::vector<TestProperty> test_properties_;
/external/googletest/googletest/include/gtest/
Dgtest.h536 class TestProperty {
541 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
613 const TestProperty& GetTestProperty(int i) const;
632 const std::vector<TestProperty>& test_properties() const { in test_properties()
646 const TestProperty& test_property);
652 const TestProperty& test_property);
676 std::vector<TestProperty> test_properties_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h524 class TestProperty {
529 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function
598 const TestProperty& GetTestProperty(int i) const;
617 const std::vector<TestProperty>& test_properties() const { in test_properties()
631 const TestProperty& test_property);
637 const TestProperty& test_property);
661 std::vector<TestProperty> test_properties_;
/external/icu/icu4c/source/test/intltest/
Dapicoll.h37 void TestProperty(/* char* par */);
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h355 bool operator()(const TestProperty& test_property) const { in operator()
715 void RecordProperty(const TestProperty& test_property);
1018 const TestProperty& property) { in RecordProperty()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h355 bool operator()(const TestProperty& test_property) const { in operator()
715 void RecordProperty(const TestProperty& test_property);
1018 const TestProperty& property) { in RecordProperty()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h355 bool operator()(const TestProperty& test_property) const { in operator()
715 void RecordProperty(const TestProperty& test_property);
1018 const TestProperty& property) { in RecordProperty()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h351 bool operator()(const TestProperty& test_property) const { in operator()
719 void RecordProperty(const TestProperty& test_property);
1020 const TestProperty& property) { in RecordProperty()
/external/googletest/googletest/src/
Dgtest-internal-inl.h352 bool operator()(const TestProperty& test_property) const { in operator()
735 void RecordProperty(const TestProperty& test_property);
1034 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h346 bool operator()(const TestProperty& test_property) const { in operator()
1021 const TestProperty& property) { in RecordProperty()
/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()

12