Home
last modified time | relevance | path

Searched refs:test_property (Results 1 – 25 of 29) sorted by relevance

12

/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h355 bool operator()(const TestProperty& test_property) const { in operator()
356 return test_property.key() == key_; in operator()
715 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2059 const TestProperty& test_property) { in RecordProperty() argument
2060 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2066 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2068 test_properties_.push_back(test_property); in RecordProperty()
2071 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2157 const TestProperty& test_property) { in ValidateTestProperty() argument
2158 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4373 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4387 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h355 bool operator()(const TestProperty& test_property) const { in operator()
356 return test_property.key() == key_; in operator()
715 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2058 const TestProperty& test_property) { in RecordProperty() argument
2059 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2065 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2067 test_properties_.push_back(test_property); in RecordProperty()
2070 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2156 const TestProperty& test_property) { in ValidateTestProperty() argument
2157 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4372 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4386 test_result->RecordProperty(xml_element, test_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()
356 return test_property.key() == key_; in operator()
715 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2058 const TestProperty& test_property) { in RecordProperty() argument
2059 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2065 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2067 test_properties_.push_back(test_property); in RecordProperty()
2070 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2156 const TestProperty& test_property) { in ValidateTestProperty() argument
2157 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4372 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4386 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h351 bool operator()(const TestProperty& test_property) const { in operator()
352 return test_property.key() == key_; in operator()
719 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2103 const TestProperty& test_property) { in RecordProperty() argument
2104 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2110 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2112 test_properties_.push_back(test_property); in RecordProperty()
2115 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2197 const TestProperty& test_property) { in ValidateTestProperty() argument
2198 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4897 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4911 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/googletest/googletest/src/
Dgtest-internal-inl.h352 bool operator()(const TestProperty& test_property) const { in operator()
353 return test_property.key() == key_; in operator()
735 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2074 const TestProperty& test_property) { in RecordProperty() argument
2075 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2081 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2083 test_properties_.push_back(test_property); in RecordProperty()
2086 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2168 const TestProperty& test_property) { in ValidateTestProperty() argument
2169 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4963 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4977 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/external/clang/test/CodeGenObjC/
Darc-literals.m126 // CHECK-LABEL: define void @test_property
127 void test_property(B *b) { function
/external/google-breakpad/src/testing/gtest/src/
Dgtest-internal-inl.h353 bool operator()(const TestProperty& test_property) const { in operator()
354 return String(test_property.key()).Compare(key_) == 0; in operator()
Dgtest.cc1815 void TestResult::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
1816 if (!ValidateTestProperty(test_property)) { in RecordProperty()
1822 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
1824 test_properties_.push_back(test_property); in RecordProperty()
1827 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
1832 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { in ValidateTestProperty() argument
1833 internal::String key(test_property.key()); in ValidateTestProperty()
3845 const TestProperty test_property(key, value); in RecordPropertyForCurrentTest() local
3846 impl_->current_test_result()->RecordProperty(test_property); in RecordPropertyForCurrentTest()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h346 bool operator()(const TestProperty& test_property) const { in operator()
347 return String(test_property.key()).Compare(key_) == 0; in operator()
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h349 bool operator()(const TestProperty& test_property) const { in operator()
350 return String(test_property.key()).Compare(key_) == 0; in operator()
Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
1815 if (!ValidateTestProperty(test_property)) { in RecordProperty()
1821 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
1823 test_properties_.push_back(test_property); in RecordProperty()
1826 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { in ValidateTestProperty() argument
1832 internal::String key(test_property.key()); in ValidateTestProperty()
3783 const TestProperty test_property(key, value); in RecordPropertyForCurrentTest() local
3784 impl_->current_test_result()->RecordProperty(test_property); in RecordPropertyForCurrentTest()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
1815 if (!ValidateTestProperty(test_property)) { in RecordProperty()
1821 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
1823 test_properties_.push_back(test_property); in RecordProperty()
1826 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { in ValidateTestProperty() argument
1832 internal::String key(test_property.key()); in ValidateTestProperty()
3780 const TestProperty test_property(key, value); in RecordPropertyForCurrentTest() local
3781 impl_->current_test_result()->RecordProperty(test_property); in RecordPropertyForCurrentTest()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc762 bool operator()(const TestProperty& test_property) const { in operator ()()
763 return test_property.key() == key_; in operator ()()
1122 void RecordProperty(const TestProperty& test_property);
3506 const TestProperty& test_property) { in RecordProperty() argument
3507 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
3513 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
3515 test_properties_.push_back(test_property); in RecordProperty()
3518 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
3604 const TestProperty& test_property) { in ValidateTestProperty() argument
3605 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h576 void RecordProperty(const TestProperty& test_property);
581 static bool ValidateTestProperty(const TestProperty& test_property);
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest.h575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h593 const TestProperty& test_property);
599 const TestProperty& test_property);
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h593 const TestProperty& test_property);
599 const TestProperty& test_property);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h593 const TestProperty& test_property);
599 const TestProperty& test_property);
/external/googletest/googletest/include/gtest/
Dgtest.h646 const TestProperty& test_property);
652 const TestProperty& test_property);

12