Home
last modified time | relevance | path

Searched refs:test_executable_name (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/testing/scripts/rust/
H A Drust_main_program.py20 def _format_test_name(test_executable_name, test_case_name): argument
21 assert "//" not in test_executable_name
24 return "{}//{}".format(test_executable_name, test_case_name)
30 test_executable_name, test_case_name = test_name.split("//", 1)
32 return test_executable_name, test_case_name
35 def _scrape_test_list(output, test_executable_name): argument
59 _format_test_name(test_executable_name, test_case_name)
65 def _scrape_test_results(output, test_executable_name, argument
98 test_name = _format_test_name(test_executable_name, test_case_name)
/aosp_15_r20/system/extras/simpleperf/runtest/
H A Druntest.py301 def record(self, test_executable_name, record_file, additional_options=[]): argument
309 test_executable_name += '32' if self.is32 else '64'
310 call_args += [test_executable_name]
366 def record(self, test_executable_name, record_file, additional_options=[]): argument
367 self._download(os.environ['OUT'] + '/system/bin/' + test_executable_name +
369 super(DeviceRunner, self).record(self.tmpdir + test_executable_name,