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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1125 void RecordProperty(const TestProperty& test_property);
1452 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1455 test_result->RecordProperty(xml_element, property);
3218 void TestResult::RecordProperty(const std::string& xml_element, function in class:testing::TestResult
3306 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
3397 void Test::RecordProperty(const std::string& key, const std::string& value) { function in class:testing::Test
3398 UnitTest::GetInstance()->RecordProperty(key, value);
3402 void Test::RecordProperty(const std::string& key, int value) { function in class:testing::Test
3405 RecordProperty(key, value_message.GetString().c_str());
5328 void UnitTest::RecordProperty(cons function in class:testing::UnitTest
5532 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::UnitTestImpl
[all...]

Completed in 237 milliseconds