Searched refs:FormatFileLocation (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 3730 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in ReportInvalidTestCaseType() 4007 << internal::FormatFileLocation(test_part_result.file_name(), in PrintTestPartResultToString() 5277 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line) in AddTestPartResult() 8666 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 8702 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog() 9580 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 2107 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line); 7481 FormatFileLocation(file, line).c_str(), test_name, case_name); 8326 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|