Home
last modified time | relevance | path

Searched defs:full_test_name (Results 1 – 6 of 6) sorted by relevance

/external/cronet/build/android/pylib/local/device/
Dlocal_device_instrumentation_test_run.py1765 def _FailTestIfNecessary(results, full_test_name): argument
1791 def _AppendToLog(results, full_test_name, line): argument
1815 def _SetLinkOnResults(results, full_test_name, link_name, link): argument
1836 def _MatchingTestInResults(results, full_test_name): argument
1851 def _ShouldReportNoMatchingResult(full_test_name): argument
/external/angle/build/android/pylib/local/device/
Dlocal_device_instrumentation_test_run.py1882 def _FailTestIfNecessary(results, full_test_name): argument
1908 def _AppendToLog(results, full_test_name, line): argument
1932 def _SetLinkOnResults(results, full_test_name, link_name, link): argument
1953 def _MatchingTestInResults(results, full_test_name): argument
1968 def _ShouldReportNoMatchingResult(full_test_name): argument
/external/libchrome/base/test/
Dgtest_util.cc28 std::string TestNameWithoutDisabledPrefix(const std::string& full_test_name) { in TestNameWithoutDisabledPrefix()
/external/cronet/base/test/
Dgtest_util.cc32 std::string TestNameWithoutDisabledPrefix(const std::string& full_test_name) { in TestNameWithoutDisabledPrefix()
/external/cronet/base/test/launcher/
Dtest_results_tracker.cc321 for (auto& full_test_name : test_placeholders_) { in GeneratePlaceholderIteration() local
Dtest_launcher.cc1838 const std::string full_test_name = in InitTests() local