/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/ |
D | platform_CryptohomeTPMReOwn.py | 46 error_msg = "TPM never became ready" 47 self.job.set_state("client_status", error_msg) 53 error_msg = "Cryptohome mount failed" 54 self.job.set_state("client_status", error_msg) 62 error_msg = 'Cryptohome did not create a TPM-wrapped keyset.' 63 self.job.set_state("client_status", error_msg) 76 error_msg = 'TPM never became ready' 77 self.job.set_state("client_status", error_msg) 83 error_msg = 'Cryptohome mount failed' 84 self.job.set_state("client_status", error_msg) [all …]
|
/external/libxml2/ |
D | check-xml-test-suite.py | 26 error_msg = '' variable 29 global error_msg 32 if len(error_msg) < 300: 33 if len(error_msg) == 0 or error_msg[-1] == '\n': 34 error_msg = error_msg + " >>" + str 36 error_msg = error_msg + str 75 global error_msg 79 error_msg = '' 100 global error_msg 104 error_msg = '' [all …]
|
D | check-xinclude-test-suite.py | 28 error_msg = '' variable 32 global error_msg 36 if len(error_msg) < 300: 37 if len(error_msg) == 0 or error_msg[-1] == '\n': 38 error_msg = error_msg + " >>" + str 40 error_msg = error_msg + str 46 global error_msg 50 error_msg = '' 60 global error_msg 161 if error_msg != '': [all …]
|
/external/v8/src/wasm/ |
D | wasm-result.h | 43 error_msg.Reset(nullptr); in Result() 51 base::SmartArrayPointer<char> error_msg; member 62 error_msg = that.error_msg; in CopyFrom() 75 } else if (result.error_msg.get() != nullptr) { 78 os << result.error_msg.get() << " @" << offset; 80 os << result.error_msg.get() << " @+" << offset;
|
/external/lldb/source/Commands/ |
D | CommandObjectMultiword.cpp | 145 std::string error_msg; in Execute() local 148 error_msg.assign ("ambiguous command "); in Execute() 150 error_msg.assign ("invalid command "); in Execute() 152 error_msg.append ("'"); in Execute() 153 error_msg.append (GetCommandName()); in Execute() 154 error_msg.append (" "); in Execute() 155 error_msg.append (sub_command); in Execute() 156 error_msg.append ("'"); in Execute() 160 error_msg.append (" Possible completions:"); in Execute() 163 error_msg.append ("\n\t"); in Execute() [all …]
|
/external/autotest/client/common_lib/ |
D | revision_control.py | 127 error_msg=None): argument 149 cmd, error_msg if error_msg is not None else '') 151 raise error_class(error_msg if error_msg is not None 225 error_msg='Failed to reset to %s' % branch_or_sha) 276 error_msg='Failed to refresh index.') 280 error_msg='Failed to check for local changes.') 291 error_msg='Failed to set origin.') 294 error_msg='Failed to checkout.') 297 error_msg='Failed to clean.')
|
D | file_utils.py | 46 error_msg = 'File %s does not exist.' % filepath 48 raise IOError(error_msg) 73 error_msg = 'Directory %s does not exist.' % dirpath 75 raise IOError(error_msg)
|
/external/toybox/toys/pending/ |
D | tftp.c | 225 if (nbytes == 0) error_msg("Connection lost."); in read_ack() 226 else if (nbytes > 0) error_msg("Short packet: %d bytes", nbytes); in read_ack() 227 else error_msg("Server read ACK failure."); in read_ack() 237 error_msg("Invalid address in DATA."); in read_ack() 241 error_msg("Invalid port in DATA."); in read_ack() 250 error_msg("Bad opcode."); in read_ack() 262 error_msg("Timeout, Waiting for ACK."); in read_ack() 301 error_msg("Invalid address in DATA."); in file_get() 311 error_msg("Invalid port in DATA."); in file_get() 318 error_msg("Tiny data packet ignored."); in file_get() [all …]
|
D | init.c | 133 error_msg("Unable to open /etc/inittab. Using Default inittab"); in inittab_parsing() 165 if (!*tmp) error_msg("Invalid action at line number %d ---- ignoring",line_number); in inittab_parsing() 171 error_msg("Bad inittab entry at line %d", line_number); in inittab_parsing() 222 error_msg("unable to run %s",command); in run_command() 260 error_msg("Unable to open %s,%s\n", x->terminal_name, strerror(errno)); in final_run() 325 error_msg("The system is going down NOW!"); in set_default() 327 error_msg("Sent SIGTERM to all processes"); in set_default() 343 error_msg("Requesting system halt"); in halt_poweroff_reboot_handler() 347 error_msg("Requesting system poweroff"); in halt_poweroff_reboot_handler() 351 error_msg("Requesting system reboot"); in halt_poweroff_reboot_handler() [all …]
|
/external/autotest/client/site_tests/touch_UpdateErrors/ |
D | touch_UpdateErrors.py | 84 error_msg = log_entries.split('\n')[0] 85 error_msg = error_msg[error_msg.find(term)+len(term):].strip() 86 raise error.TestFail(error_msg)
|
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/ |
D | cellular_OutOfCreditsSubscriptionState.py | 62 error_msg = 'Service marked as out-of-credits when it ' \ 64 logging.error(error_msg) 65 raise error.TestFail(error_msg) 76 error_msg = 'Service not marked out-of-credits when it ' \ 78 logging.error(error_msg) 79 raise error.TestFail(error_msg)
|
/external/strace/ |
D | strace.c | 314 void error_msg(const char *fmt, ...) in error_msg() function 734 error_msg("new tcb for pid %d, active tcbs:%d", in alloctcb() 756 error_msg("dropped tcb for pid %d, %d remain", in droptcb() 886 error_msg("detach wait: event:%d sig:%d", in detach() 940 error_msg("Process %u detached", tcp->pid); in detach() 1042 error_msg("attach to pid %d failed", tid); in startup_attach() 1046 error_msg("attach to pid %d succeeded", tid); in startup_attach() 1068 error_msg("Process %u attached" in startup_attach() 1072 error_msg("Process %u attached", in startup_attach() 1093 error_msg("attach to pid %d (main) succeeded", tcp->pid); in startup_attach() [all …]
|
/external/autotest/client/site_tests/platform_Firewall/ |
D | platform_Firewall.py | 39 def _check(expected_rule, actual_rules, error_msg, executable, check): argument 42 raise error.TestFail(error_msg % executable) 46 def _check_included(expected_rule, actual_rules, error_msg, executable): argument 49 expected_rule, actual_rules, error_msg, executable, 54 def _check_not_included(expected_rule, actual_rules, error_msg, executable): argument 57 expected_rule, actual_rules, error_msg, executable,
|
/external/autotest/client/site_tests/audio_Aplay/ |
D | audio_Aplay.py | 74 error_msg = 'invalid response from aplay' 77 raise error.TestError('%s: %s' % (error_msg, results)) 82 (error_msg, sorted(set(expected) - result_set)))
|
/external/autotest/client/common_lib/cros/ |
D | path_utils.py | 62 error_msg = 'Unable to find %s' % cmd 64 error_msg += ' on %s' % host.hostname 65 raise error.TestError(error_msg)
|
/external/strace/linux/x86_64/ |
D | get_scno.c | 98 error_msg("Unknown value CS=0x%08X while " in arch_get_scno() 124 error_msg("Unknown syscall opcode (0x%04X) while " in arch_get_scno() 138 error_msg("syscall_%lu(...) in unsupported " in arch_get_scno()
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 80 error_msg = "Expected current time to be > 1 seconds" 85 exception=error.TestError(error_msg)) 87 error_msg = "Couldn't get the right number of frames" 92 error.TestError(error_msg),
|
/external/autotest/client/site_tests/hardware_TPMCheck/ |
D | hardware_TPMCheck.py | 52 error_msg = 'invalid response to tpmc %s' % subcommand 56 raise error.TestError('%s: %s' % (error_msg, out)) 62 (error_msg, sorted(set(expected) - result_set)))
|
/external/toybox/toys/other/ |
D | switch_root.c | 57 error_msg("not ramfs"); in switch_root_main() 65 error_msg("bad newroot '%s'", newroot); in switch_root_main() 77 error_msg("bad init"); in switch_root_main()
|
D | sysctl.c | 47 if (!(toys.optflags & FLAG_e)) error_msg("unknown key '%s'", key); in key_error() 100 error_msg("'%s' not key=value", key); in process_key() 136 error_msg("'%s' not key=value", line); in sysctl_main()
|
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_client.py | 51 error_msg = ('Failed to change outlet status for host: %s to ' 53 logging.error(error_msg) 54 raise RemotePowerException(error_msg)
|
/external/v8/build/android/pylib/remote/device/ |
D | remote_device_helper.py | 15 def TestHttpResponse(response, error_msg): argument 24 '%s (%d: %s)' % (error_msg, response.status_code, response.reason))
|
/external/autotest/client/tests/xfstests/ |
D | xfstests.py | 34 error_msg = match.groups()[2] 36 error_msg = 'Test dependency failed, test not run' 37 raise error.TestNAError(error_msg)
|
/external/autotest/client/virt/ |
D | installer.py | 150 error_msg = ('Invalid installer mode or name for "%s". Probably an ' 153 error_msg += ' specifically for virt type "%s"' % virt 155 raise error.TestError(error_msg)
|
/external/strace/linux/arm/ |
D | get_scno.c | 53 error_msg("pid %d unknown syscall trap 0x%08lx", in arch_get_scno() 77 error_msg("pid %d stray syscall exit:" in arch_get_scno()
|