/external/llvm-project/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/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/rust/crates/quiche/deps/boringssl/src/third_party/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 | 225 using testing::TestProperty; 1138 TestProperty property("key", "1"); in TEST() 1145 TestProperty property("key", "1"); in TEST() 1375 const TestProperty property("key", "value"); in TEST() 1381 TestProperty property("key", "value_1"); in TEST() 1503 TestProperty property("key_1", "1"); in TEST() 1506 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST() 1514 TestProperty property_1("key_1", "1"); in TEST() 1515 TestProperty property_2("key_2", "2"); in TEST() 1519 const TestProperty& actual_property_1 = test_result.GetTestProperty(0); in TEST() [all …]
|
/external/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 …]
|
/external/llvm-project/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 27 @interface TestProperty : AnnotatedClass { interface 47 @implementation TestProperty implementation
|
/external/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 23 @interface TestProperty : AnnotatedClass { interface 43 @implementation TestProperty implementation
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.h | 40 void TestProperty(void);
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.h | 37 void TestProperty(/* char* par */);
|
/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/llvm-project/llvm/tools/llvm-c-test/ |
D | debuginfo.c | 25 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/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 486 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/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 524 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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 526 class TestProperty { 531 TestProperty(const std::string &a_key, const std::string &a_value) in TestProperty() function 600 const TestProperty &GetTestProperty(int i) const; 619 const std::vector<TestProperty> &test_properties() const { in test_properties() 636 const TestProperty &test_property); 642 const TestProperty &test_property); 666 std::vector<TestProperty> test_properties_;
|
/external/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_;
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 534 class TestProperty { 539 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function 615 const TestProperty& GetTestProperty(int i) const; 634 const std::vector<TestProperty>& test_properties() const { in test_properties() 651 const TestProperty& test_property); 657 const TestProperty& test_property); 681 std::vector<TestProperty> test_properties_;
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest.h | 521 class TestProperty { 526 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/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 355 bool operator()(const TestProperty& test_property) const { in operator() 715 void RecordProperty(const TestProperty& test_property); 1018 const TestProperty& property) { in RecordProperty()
|
/external/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()
|
/external/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()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-internal-inl.h | 357 bool operator()(const TestProperty &test_property) const { in operator() 750 void RecordProperty(const TestProperty &test_property); 1042 const TestProperty &property) { in RecordProperty()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-internal-inl.h | 351 bool operator()(const TestProperty& test_property) const { in operator() 719 void RecordProperty(const TestProperty& test_property); 1020 const TestProperty& property) { in RecordProperty()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-internal-inl.h | 352 bool operator()(const TestProperty& test_property) const { in operator() 735 void RecordProperty(const TestProperty& test_property); 1034 const TestProperty& property) { in RecordProperty()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 349 bool operator()(const TestProperty& test_property) const { in operator() 1024 const TestProperty& property) { in RecordProperty()
|