Home
last modified time | relevance | path

Searched refs:fail_msg (Results 1 – 25 of 29) sorted by relevance

12

/external/webrtc/tools/network_emulator/
Dnetwork_emulator.py30 def __init__(self, fail_msg, cmd=None, returncode=None, output=None, argument
32 BaseException.__init__(self, fail_msg)
33 self.fail_msg = fail_msg
163 def _run_ipfw_command(command, fail_msg=None): argument
187 raise NetworkEmulatorError(fail_msg, cmd_string, process.returncode, output,
Demulate.py159 logging.error('Error: %s\n\nCause: %s', e.fail_msg, e.error)
191 logging.error('Error: %s\n\nCause: %s', e.fail_msg, e.error)
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dhardware_StorageWearoutDetect.py71 fail_msg = ''
92 fail_msg += 'SSD failure ' + param
97 fail_msg += 'MMC failure ' + param
102 if fail_msg:
103 msg = 'Detected wearout parameter:%s' % fail_msg
/external/webrtc/webrtc/tools/barcode_tools/
Dhelper_functions.py38 def run_shell_command(cmd_list, fail_msg=None): argument
55 if fail_msg:
56 print >> sys.stderr, fail_msg
Dbarcode_decoder.py54 command, fail_msg='Error during YUV to PNG conversion')
105 command, fail_msg='Error during decoding of %s' % file_name)
Dbarcode_encoder.py60 command, fail_msg=('Error during barcode %s generation' % content))
110 command, fail_msg=('Error during PNG to YUV conversion of %s' %
/external/toolchain-utils/automation/server/
Djob_executer.py33 def _RunRemotely(self, command, fail_msg, command_timeout=1 * 60 * 60): argument
40 raise job.JobFailure(fail_msg, exit_code)
42 def _RunLocally(self, command, fail_msg, command_timeout=1 * 60 * 60): argument
47 raise job.JobFailure(fail_msg, exit_code)
/external/ltp/tools/pounder21/
Dinfinite_loop.c146 progname, fail_msg, WTERMSIG(stat)); in main()
162 progname, fail_msg, res); in main()
Dtimed_loop.c172 progname, fail_msg, WTERMSIG(stat)); in main()
188 progname, fail_msg, res); in main()
Dfancy_timed_loop.c193 progname, fail_msg, WTERMSIG(stat)); in main()
209 progname, fail_msg, res); in main()
Ddebug.h29 extern const char *fail_msg, *pass_msg, *abort_msg, *start_msg;
Ddebug.c71 const char *fail_msg = "\e[33;1mFAIL\e[0m"; variable
Drun.c206 argv[1], fail_msg, retcode); in main()
280 name, fail_msg, WTERMSIG(stat)); in child_finished()
294 name, fail_msg, x); in child_finished()
/external/autotest/client/site_tests/platform_ToolchainOptions/
Dplatform_ToolchainOptions.py288 fail_msg = ""
300 fail_msg += cos.get_fail_message() + "\n"
305 logging.error(fail_msg)
/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03.c62 static void check_return(int status, char *pass_msg, char *fail_msg);
318 static void check_return(int status, char *pass_msg, char *fail_msg) in check_return() argument
325 tst_resm(TFAIL, "%s", fail_msg); in check_return()
/external/autotest/tko/perf_upload/
Dperf_uploader_unittest.py306 fail_msg = 'Unexpected result string: %s' % actual_result
307 self.assertEqual(ordered(expected), ordered(actual), msg=fail_msg)
/external/ltp/testcases/commands/cron/
Dcron_tests.sh39 local fail_msg="$2"
60 tst_res TFAIL "$fail_msg: `cat $err`"
/external/python/cpython2/Lib/test/
Dtest_thread.py84 fail_msg = "stack_size(%d) failed - should succeed"
87 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
Dtest_math.py1017 fail_msg = fail_fmt.format(id, fn, arg, expected, got)
1019 fail_msg += ' ({})'.format(accuracy_failure)
1020 failures.append(fail_msg)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_tcs.cpp474 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
500 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
Dbrw_fs.cpp611 this->fail_msg = msg; in vfail()
6457 *error_str = ralloc_strdup(mem_ctx, v8.fail_msg); in brw_compile_fs()
6476 v16.fail_msg); in brw_compile_fs()
6671 const char *fail_msg = NULL; in brw_compile_cs() local
6680 fail_msg = v8.fail_msg; in brw_compile_cs()
6693 !fail_msg && v8.max_dispatch_width >= 16 && in brw_compile_cs()
6701 v16.fail_msg); in brw_compile_cs()
6703 fail_msg = in brw_compile_cs()
6718 if (!fail_msg && v8.max_dispatch_width >= 32 && in brw_compile_cs()
6729 v16.fail_msg); in brw_compile_cs()
[all …]
Dbrw_shader.cpp1394 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
1420 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
Dbrw_vec4.h99 char *fail_msg; variable
Dbrw_fs.h328 char *fail_msg; variable
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py333 fail_msg = '[--- failed: %s (%s)]' % (test_method.__name__,
335 logging.error(fail_msg)
336 instance.fails.append(fail_msg)

12