Searched refs:RecordProperty (Results 1 - 2 of 2) 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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17802 // not members of the test fixture. Calls to RecordProperty made during
17807 // corresponding <testsuite> element. Calls to RecordProperty made in the
17811 static void RecordProperty(const std::string& key, const std::string& value);
17812 static void RecordProperty(const std::string& key, int value);
17982 void RecordProperty(const std::string& xml_element,
18661 void RecordProperty(const std::string& key, const std::string& value);

Completed in 524 milliseconds