Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py248 print_text("Concurrency: " + str(n_thread) + "\n")
287 print_text("Unable to determine device type!\n")
288 print_text("Continuing anyway.\n")
570 print_text("Starting %s at %s\n" % (test_name, test_start_time))
595 print_text("Timeout of %s at %s\n" % (test_name, time.monotonic()))
607 print_text("Backtrace of %s at %s\n" % (pid, time.monotonic()))
615 print_text("Content of %s\n" % (filename))
698 print_text(info)
700 print_text(('%s\n%s\n') % (test_name, str(e)))
858 def print_text(output): function
[all …]