Lines Matching refs:util
23 import util
112 original_timezone = util.get_timezone()
113 util.set_sighdl_to_reset_timezone(original_timezone)
114 util.set_timezone('UTC')
122 util.set_timezone(original_timezone)
133 util.print_test_summary(' '.join(summary_list), total, passed, failed)
157 util.print_test_result(tested, total, True, passed_string, test_path)
160 util.print_test_result(tested, total, False, passed_string, test_path)
195 util.print_test_result(tested, total, True, passed_string, test_path, True)
197 util.print_test_result(tested, total, False, 'FAIL (%d)' % (returncode), test_path, True)
214 util.print_test_result(tested, total, True, passed_string, test_path, False)
217 util.print_test_result(tested, total, False, passed_string, test_path, False)