Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py276 print_text("Concurrency: " + str(n_thread) + "\n")
315 print_text("Unable to determine device type!\n")
316 print_text("Continuing anyway.\n")
596 print_text("Starting %s at %s\n" % (test_name, test_start_time))
630 print_text("Timeout of %s at %s\n" % (test_name, time.monotonic()))
642 print_text("Backtrace of %s at %s\n" % (pid, time.monotonic()))
650 print_text("Content of %s\n" % (filename))
734 print_text(info)
736 print_text(('%s\n%s\n') % (test_name, str(e)))
894 def print_text(output): function
[all …]