Lines Matching refs:print_text
328 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
968 print_text(eraser_text)
978 print_text(passed_test_information)
982 print_text(COLOR_SKIP + 'SKIPPED TESTS: ' + COLOR_NORMAL + '\n')
984 print_text(test + '\n')
985 print_text('\n')
989 print_text(COLOR_ERROR + 'FAILED: ' + COLOR_NORMAL + '\n')
991 print_text(('%s\n%s\n' % (test_info[0], test_info[1])))
992 print_text(COLOR_ERROR + '----------' + COLOR_NORMAL + '\n')
994 print_text(('%s\n' % (failed_test)))
1225 print_text('Build command: %s\n' % build_command)