Home
last modified time | relevance | path

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

12

/external/llvm-project/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/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/rust/crates/quiche/deps/boringssl/src/third_party/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()
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/
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.cc231 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/
Ddirect-ivar-assignment-in-annotated-functions.m27 @interface TestProperty : AnnotatedClass { interface
47 @implementation TestProperty implementation
/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.h40 void TestProperty(void);
/external/icu/icu4c/source/test/intltest/
Dapicoll.h37 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/llvm-project/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/llvm-project/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/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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h526 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/
Dgtest.h525 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/
Dgtest.h534 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/
Dgtest.h521 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/
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/googletest/googletest/src/
Dgtest-internal-inl.h365 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/
Dgtest-internal-inl.h356 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/
Dgtest-internal-inl.h357 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/
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/rust/crates/quiche/deps/boringssl/src/third_party/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/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