/external/webrtc/tools/network_emulator/ |
D | network_emulator.py | 30 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,
|
D | emulate.py | 159 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/ |
D | hardware_StorageWearoutDetect.py | 74 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/ |
D | helper_functions.py | 38 def run_shell_command(cmd_list, fail_msg=None): argument 55 if fail_msg: 56 print >> sys.stderr, fail_msg
|
D | barcode_decoder.py | 54 command, fail_msg='Error during YUV to PNG conversion') 105 command, fail_msg='Error during decoding of %s' % file_name)
|
D | barcode_encoder.py | 60 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/ |
D | job_executer.py | 33 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/ |
D | touch_GestureNav.py | 44 fail_msg = 'Incorrect tab navigating %s to %s' % (direction, to_url) 47 exception=error.TestFail(fail_msg),
|
/external/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage03.c | 62 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/ |
D | pixel_factory_image_verify.py | 325 def _run_command(self, args, success_msg, fail_msg): argument 334 print(fail_msg)
|
/external/python/cpython3/Lib/test/ |
D | test_thread.py | 87 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/ |
D | firmware_FWupdate.py | 238 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/ |
D | test_thread.py | 89 fail_msg = "stack_size(%d) failed - should succeed" 92 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
|
D | test_math.py | 1017 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/ |
D | perf_uploader_unittest.py | 466 fail_msg = 'Unexpected result string: %s' % actual_result 467 self.assertEqual(ordered(expected), ordered(actual), msg=fail_msg)
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_tcs.cpp | 462 *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()
|
D | brw_vec4_gs_visitor.cpp | 841 *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()
|
D | brw_shader.cpp | 1367 *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()
|
D | brw_vec4.h | 98 char *fail_msg; variable
|
D | brw_fs.h | 385 char *fail_msg; variable
|
D | brw_fs.cpp | 683 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/ |
D | 19.1.6.rst | 95 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
|
/external/autotest/server/ |
D | autotest.py | 578 fail_msg = '' 581 fail_msg = match.group('fail_msg') 582 return fail_msg
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 463 fail_msg = '[--- failed: %s (%s)]' % (test_method.__name__, 465 logging.error(fail_msg) 466 instance.fails.append(fail_msg)
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 2008 fail_msg = "%r does not start with %r" % (actual, expected_start) 2009 fail_msg += " : %r" % (msg) if msg else "" 2010 self.fail(fail_msg)
|