Searched defs:RecordProperty (Results 1 - 9 of 9) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h1013 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1015 test_result->RecordProperty(property);
H A Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1835 << "Reserved key used in RecordProperty(): "
1919 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1924 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1927 RecordProperty(key, value_message.GetString().c_str());
3814 impl_->current_test_result()->RecordProperty(test_property);
/external/gtest/src/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1022 test_result->RecordProperty(property);
H A Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1835 << "Reserved key used in RecordProperty(): "
1919 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1924 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1927 RecordProperty(key, value_message.GetString().c_str());
3814 impl_->current_test_result()->RecordProperty(test_property);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h1019 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1021 test_result->RecordProperty(property);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1229 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1231 test_result->RecordProperty(property);
H A Dgtest.cc1809 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1830 << "Reserved key used in RecordProperty(): "
1914 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1919 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1922 RecordProperty(key, value_message.GetString().c_str());
3600 impl_->current_test_result()->RecordProperty(test_property);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1585 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::TestResult
1606 << "Reserved key used in RecordProperty(): "
1688 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1693 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1696 RecordProperty(key, value_message.GetString().c_str());
2941 impl_->current_test_result()->RecordProperty(test_property);
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1814 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1835 << "Reserved key used in RecordProperty(): "
1919 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1924 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1927 RecordProperty(key, value_message.GetString().c_str());
3782 impl_->current_test_result()->RecordProperty(test_property);

Completed in 1207 milliseconds