Home
last modified time | relevance | path

Searched refs:fail_msg (Results 1 – 25 of 33) 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.py74 fail_msg = ''
95 fail_msg += 'SSD failure ' + param
100 fail_msg += 'MMC failure ' + param
105 if fail_msg:
106 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/deprecated/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/autotest/client/site_tests/touch_GestureNav/
Dtouch_GestureNav.py44 fail_msg = 'Incorrect tab navigating %s to %s' % (direction, to_url)
47 exception=error.TestFail(fail_msg),
/external/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03.c62 static void check_return(int status, char *pass_msg, char *fail_msg);
313 static void check_return(int status, char *pass_msg, char *fail_msg) in check_return() argument
320 tst_resm(TFAIL, "%s", fail_msg); in check_return()
/external/avb/tools/transparency/
Dpixel_factory_image_verify.py325 def _run_command(self, args, success_msg, fail_msg): argument
334 print(fail_msg)
/external/python/cpython3/Lib/test/
Dtest_thread.py87 fail_msg = "stack_size(%d) failed - should succeed"
90 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
/external/autotest/server/site_tests/firmware_FWupdate/
Dfirmware_FWupdate.py238 fail_msg = "Section contents didn't show the expected changes."
255 raise error.TestFail("%s\n%s" % (fail_msg, '\n'.join(errors)))
/external/python/cpython2/Lib/test/
Dtest_thread.py89 fail_msg = "stack_size(%d) failed - should succeed"
92 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/autotest/tko/perf_upload/
Dperf_uploader_unittest.py466 fail_msg = 'Unexpected result string: %s' % actual_result
467 self.assertEqual(ordered(expected), ordered(actual), msg=fail_msg)
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp462 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
489 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
Dbrw_vec4_gs_visitor.cpp841 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_gs()
935 *error_str = ralloc_strdup(mem_ctx, gs->fail_msg); in brw_compile_gs()
Dbrw_shader.cpp1367 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
1395 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
Dbrw_vec4.h98 char *fail_msg; variable
Dbrw_fs.h385 char *fail_msg; variable
Dbrw_fs.cpp683 this->fail_msg = msg; in vfail()
8828 *error_str = ralloc_strdup(mem_ctx, v8->fail_msg); in brw_compile_fs()
8862 v16->fail_msg); in brw_compile_fs()
8888 v32->fail_msg); in brw_compile_fs()
9216 *error_str = ralloc_strdup(mem_ctx, v8->fail_msg); in brw_compile_cs()
9247 v16->fail_msg); in brw_compile_cs()
9253 "couldn't generate SIMD16: %s", v16->fail_msg); in brw_compile_cs()
9297 v32->fail_msg); in brw_compile_cs()
9304 "couldn't generate SIMD32: %s", v32->fail_msg); in brw_compile_cs()
/external/mesa3d/docs/relnotes/
D19.1.6.rst95 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
/external/autotest/server/
Dautotest.py578 fail_msg = ''
581 fail_msg = match.group('fail_msg')
582 return fail_msg
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py463 fail_msg = '[--- failed: %s (%s)]' % (test_method.__name__,
465 logging.error(fail_msg)
466 instance.fails.append(fail_msg)
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py2008 fail_msg = "%r does not start with %r" % (actual, expected_start)
2009 fail_msg += " : %r" % (msg) if msg else ""
2010 self.fail(fail_msg)

12