Searched defs:test_property (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1583 // supplied property is already represented, the value of this test_property
1585 void TestResult::RecordProperty(const TestProperty& test_property) { argument
1586 if (!ValidateTestProperty(test_property)) {
1591 test_properties_.FindIf(TestPropertyKeyIs(test_property.key()));
1593 test_properties_.PushBack(test_property);
1597 property_with_matching_key.SetValue(test_property.value());
1602 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { argument
1603 String key(test_property.key());
2940 const internal::TestProperty test_property(key, value);
2941 impl_->current_test_result()->RecordProperty(test_property);
[all...]
/external/chromium/testing/gtest/src/
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/gtest/src/
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/
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/protobuf/gtest/src/
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...]

Completed in 75 milliseconds