Home
last modified time | relevance | path

Searched refs:log_and_print (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/tests/lldb/
H A Drun_tests.py605 log.log_and_print('Located ADB')
608 log.log_and_print('Launching emulator...')
613 log.log_and_print('Located device ' + android.device)
627 log.log_and_print('Pushing all tests...')
629 log.log_and_print('Pushed all tests')
630 log.log_and_print('Pre run complete')
659 log.log_and_print('Uninstalled/Deleted all tests')
685 log.log_and_print(
691 log.log_and_print('{0} of {1} passed'.format(passes, total))
693 log.log_and_print('{0}% rate'.format((passes*100)/total))
[all …]
/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_bundle.py324 self._log.log_and_print(app_name +
338 self._log.log_and_print(app_name +
H A Dutil_log.py110 def log_and_print(self, msg, level=logging.INFO): member in RsLogger