/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-internal-inl.h | 355 bool operator()(const TestProperty& test_property) const { in operator() 356 return test_property.key() == key_; in operator() 715 void RecordProperty(const TestProperty& test_property);
|
D | gtest.cc | 2059 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/ |
D | gtest-internal-inl.h | 355 bool operator()(const TestProperty& test_property) const { in operator() 356 return test_property.key() == key_; in operator() 715 void RecordProperty(const TestProperty& test_property);
|
D | gtest.cc | 2058 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/ |
D | gtest-internal-inl.h | 355 bool operator()(const TestProperty& test_property) const { in operator() 356 return test_property.key() == key_; in operator() 715 void RecordProperty(const TestProperty& test_property);
|
D | gtest.cc | 2058 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/ |
D | gtest-internal-inl.h | 351 bool operator()(const TestProperty& test_property) const { in operator() 352 return test_property.key() == key_; in operator() 719 void RecordProperty(const TestProperty& test_property);
|
D | gtest.cc | 2103 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/ |
D | gtest-internal-inl.h | 352 bool operator()(const TestProperty& test_property) const { in operator() 353 return test_property.key() == key_; in operator() 735 void RecordProperty(const TestProperty& test_property);
|
D | gtest.cc | 2074 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/ |
D | arc-literals.m | 126 // CHECK-LABEL: define void @test_property 127 void test_property(B *b) { function
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-internal-inl.h | 353 bool operator()(const TestProperty& test_property) const { in operator() 354 return String(test_property.key()).Compare(key_) == 0; in operator()
|
D | gtest.cc | 1815 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/ |
D | gtest-internal-inl.h | 346 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/ |
D | gtest-internal-inl.h | 349 bool operator()(const TestProperty& test_property) const { in operator() 350 return String(test_property.key()).Compare(key_) == 0; in operator()
|
D | gtest.cc | 1814 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/ |
D | gtest.cc | 1814 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/ |
D | gtest-all.cc | 762 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/ |
D | gtest.h | 576 void RecordProperty(const TestProperty& test_property); 581 static bool ValidateTestProperty(const TestProperty& test_property);
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 575 void RecordProperty(const TestProperty& test_property); 580 static bool ValidateTestProperty(const TestProperty& test_property);
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 575 void RecordProperty(const TestProperty& test_property); 580 static bool ValidateTestProperty(const TestProperty& test_property);
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 593 const TestProperty& test_property); 599 const TestProperty& test_property);
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 593 const TestProperty& test_property); 599 const TestProperty& test_property);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 593 const TestProperty& test_property); 599 const TestProperty& test_property);
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 646 const TestProperty& test_property); 652 const TestProperty& test_property);
|