Searched refs:elapsed_time (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.cc974 TimeInMillis elapsed_time() const { return elapsed_time_; } function in class:testing::internal::UnitTestImpl
1565 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1566 StreamableToString(unit_test.elapsed_time()) + "ms");
1575 + "&elapsed_time=" + StreamableToString(test_case.elapsed_time())
1586 "&elapsed_time=" +
1587 StreamableToString((test_info.result())->elapsed_time()) + "ms");
4289 test_info.result()->elapsed_time()).c_str());
4304 internal::StreamableToString(test_case.elapsed_time()).c_str());
4348 internal::StreamableToString(unit_test.elapsed_time())
5203 internal::TimeInMillis UnitTest::elapsed_time() const { function in class:testing::UnitTest
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17941 TimeInMillis elapsed_time() const { return elapsed_time_; } function in class:testing::TestResult
18222 TimeInMillis elapsed_time() const { return elapsed_time_; } function in class:testing::TestCase
18612 TimeInMillis elapsed_time() const;

Completed in 110 milliseconds