Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py328 print_text("Concurrency: {} ({})\n".format(n_thread, device_name))
373 print_text("Unable to determine device type!\n")
374 print_text("Continuing anyway.\n")
659 print_text("Starting %s at %s\n" % (test_name, test_start_time))
693 print_text("Timeout of %s at %s\n" % (test_name, time.monotonic()))
705 print_text("Backtrace of %s at %s\n" % (pid, time.monotonic()))
713 print_text("Content of %s\n" % (filename))
797 print_text(info)
799 print_text(('%s\n%s\n') % (test_name, str(e)))
957 def print_text(output): function
[all …]