Searched refs:test_property (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h354 bool operator()(const TestProperty& test_property) const {
355 return test_property.key() == key_;
724 void RecordProperty(const TestProperty& test_property);
H A Dgtest.cc2016 // supplied property is already represented, the value of this test_property
2019 const TestProperty& test_property) {
2020 if (!ValidateTestProperty(xml_element, test_property)) {
2026 internal::TestPropertyKeyIs(test_property.key()));
2028 test_properties_.push_back(test_property);
2031 property_with_matching_key->SetValue(test_property.value());
2117 const TestProperty& test_property) {
2118 return ValidateTestPropertyName(test_property.key(),
4324 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { argument
4338 test_result->RecordProperty(xml_element, test_property);
2018 RecordProperty(const std::string& xml_element, const TestProperty& test_property) argument
2116 ValidateTestProperty(const std::string& xml_element, const TestProperty& test_property) argument
[all...]
/external/gtest/src/
H A Dgtest-internal-inl.h354 bool operator()(const TestProperty& test_property) const {
355 return test_property.key() == key_;
724 void RecordProperty(const TestProperty& test_property);
H A Dgtest.cc1732 // supplied property is already represented, the value of this test_property
1735 const TestProperty& test_property) {
1736 if (!ValidateTestProperty(xml_element, test_property)) {
1742 internal::TestPropertyKeyIs(test_property.key()));
1744 test_properties_.push_back(test_property);
1747 property_with_matching_key->SetValue(test_property.value());
1833 const TestProperty& test_property) {
1834 return ValidateTestPropertyName(test_property.key(),
4048 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { argument
4062 test_result->RecordProperty(xml_element, test_property);
1734 RecordProperty(const std::string& xml_element, const TestProperty& test_property) argument
1832 ValidateTestProperty(const std::string& xml_element, const TestProperty& test_property) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h346 bool operator()(const TestProperty& test_property) const {
347 return String(test_property.key()).Compare(key_) == 0;
H A Dgtest.cc1812 // supplied property is already represented, the value of this test_property
1814 void TestResult::RecordProperty(const TestProperty& test_property) { argument
1815 if (!ValidateTestProperty(test_property)) {
1821 internal::TestPropertyKeyIs(test_property.key()));
1823 test_properties_.push_back(test_property);
1826 property_with_matching_key->SetValue(test_property.value());
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { argument
1832 internal::String key(test_property.key());
3813 const TestProperty test_property(key, value);
3814 impl_->current_test_result()->RecordProperty(test_property);
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h345 bool operator()(const TestProperty& test_property) const {
346 return String(test_property.key()).Compare(key_) == 0;
H A Dgtest.cc1812 // supplied property is already represented, the value of this test_property
1814 void TestResult::RecordProperty(const TestProperty& test_property) { argument
1815 if (!ValidateTestProperty(test_property)) {
1821 internal::TestPropertyKeyIs(test_property.key()));
1823 test_properties_.push_back(test_property);
1826 property_with_matching_key->SetValue(test_property.value());
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { argument
1832 internal::String key(test_property.key());
3781 const TestProperty test_property(key, value);
3782 impl_->current_test_result()->RecordProperty(test_property);
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h346 bool operator()(const TestProperty& test_property) const {
347 return String(test_property.key()).Compare(key_) == 0;
H A Dgtest.cc1812 // supplied property is already represented, the value of this test_property
1814 void TestResult::RecordProperty(const TestProperty& test_property) { argument
1815 if (!ValidateTestProperty(test_property)) {
1821 internal::TestPropertyKeyIs(test_property.key()));
1823 test_properties_.push_back(test_property);
1826 property_with_matching_key->SetValue(test_property.value());
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { argument
1832 internal::String key(test_property.key());
3813 const TestProperty test_property(key, value);
3814 impl_->current_test_result()->RecordProperty(test_property);
[all...]
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h506 bool operator()(const TestProperty& test_property) const {
507 return String(test_property.key()).Compare(key_) == 0;
H A Dgtest.cc1807 // supplied property is already represented, the value of this test_property
1809 void TestResult::RecordProperty(const TestProperty& test_property) { argument
1810 if (!ValidateTestProperty(test_property)) {
1816 internal::TestPropertyKeyIs(test_property.key()));
1818 test_properties_->PushBack(test_property);
1821 property_with_matching_key->SetValue(test_property.value());
1826 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { argument
1827 internal::String key(test_property.key());
3599 const TestProperty test_property(key, value);
3600 impl_->current_test_result()->RecordProperty(test_property);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc755 bool operator()(const TestProperty& test_property) const {
756 return test_property.key() == key_;
1125 void RecordProperty(const TestProperty& test_property);
3216 // supplied property is already represented, the value of this test_property
3219 const TestProperty& test_property) {
3220 if (!ValidateTestProperty(xml_element, test_property)) {
3226 internal::TestPropertyKeyIs(test_property.key()));
3228 test_properties_.push_back(test_property);
3231 property_with_matching_key->SetValue(test_property.value());
3317 const TestProperty& test_property) {
3218 RecordProperty(const std::string& xml_element, const TestProperty& test_property) argument
3316 ValidateTestProperty(const std::string& xml_element, const TestProperty& test_property) argument
5532 RecordProperty(const TestProperty& test_property) argument
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc755 bool operator()(const TestProperty& test_property) const {
756 return test_property.key() == key_;
1125 void RecordProperty(const TestProperty& test_property);
3216 // supplied property is already represented, the value of this test_property
3219 const TestProperty& test_property) {
3220 if (!ValidateTestProperty(xml_element, test_property)) {
3226 internal::TestPropertyKeyIs(test_property.key()));
3228 test_properties_.push_back(test_property);
3231 property_with_matching_key->SetValue(test_property.value());
3317 const TestProperty& test_property) {
3218 RecordProperty(const std::string& xml_element, const TestProperty& test_property) argument
3316 ValidateTestProperty(const std::string& xml_element, const TestProperty& test_property) argument
5532 RecordProperty(const TestProperty& test_property) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
/external/protobuf/gtest/include/gtest/
H A Dgtest.h478 void RecordProperty(const TestProperty& test_property);
483 static bool ValidateTestProperty(const TestProperty& test_property);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h594 const TestProperty& test_property);
600 const TestProperty& test_property);
/external/gtest/include/gtest/
H A Dgtest.h570 const TestProperty& test_property);
576 const TestProperty& test_property);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17983 const TestProperty& test_property);
17989 const TestProperty& test_property);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17983 const TestProperty& test_property);
17989 const TestProperty& test_property);

Completed in 347 milliseconds