Searched defs:full_test_name (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/build/android/pylib/local/device/ |
H A D | local_device_instrumentation_test_run.py | 1870 def _FailTestIfNecessary(results, full_test_name): argument 1896 def _AppendToLog(results, full_test_name, line): argument 1920 def _SetLinkOnResults(results, full_test_name, link_name, link): argument 1941 def _MatchingTestInResults(results, full_test_name): argument 1956 def _ShouldReportNoMatchingResult(full_test_name): argument
|
/aosp_15_r20/external/angle/build/android/pylib/local/device/ |
H A D | local_device_instrumentation_test_run.py | 1942 def _FailTestIfNecessary(results, full_test_name): argument 1968 def _AppendToLog(results, full_test_name, line): argument 1992 def _SetLinkOnResults(results, full_test_name, link_name, link): argument 2013 def _MatchingTestInResults(results, full_test_name): argument 2028 def _ShouldReportNoMatchingResult(full_test_name): argument
|
/aosp_15_r20/external/libchrome/base/test/ |
H A D | gtest_util.cc | 28 std::string TestNameWithoutDisabledPrefix(const std::string& full_test_name) { in TestNameWithoutDisabledPrefix()
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | gtest_util.cc | 32 std::string TestNameWithoutDisabledPrefix(const std::string& full_test_name) { in TestNameWithoutDisabledPrefix()
|
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_results_tracker.cc | 321 for (auto& full_test_name : test_placeholders_) { in GeneratePlaceholderIteration() local
|
H A D | test_launcher.cc | 1842 const std::string full_test_name = in InitTests() local
|