/external/v8/build/android/pylib/remote/device/ |
H A D | remote_device_helper.py | 15 def TestHttpResponse(response, error_msg): 20 error_msg: Error message to display if bad response is seen. 24 '%s (%d: %s)' % (error_msg, response.status_code, response.reason))
|
/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/ |
H A 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/strace/ |
H A D | exit.c | 6 error_msg("_exit returned!");
|
/external/strace/linux/mips/ |
H A D | get_scno.c | 10 error_msg("stray syscall exit: v0 = %ld",
|
/external/libxml2/ |
H A 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 [all...] |
H A 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 [all...] |
/external/autotest/client/common_lib/cros/ |
H A 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/autotest/client/site_tests/audio_Aplay/ |
H A 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/strace/linux/arm/ |
H A D | get_scno.c | 53 error_msg("pid %d unknown syscall trap 0x%08lx", 77 error_msg("pid %d stray syscall exit:"
|
/external/strace/linux/alpha/ |
H A D | get_scno.c | 19 error_msg("stray syscall exit: r0 = %ld", scno);
|
/external/strace/linux/sh/ |
H A D | get_scno.c | 19 error_msg("Detected glibc bug: bogus system call"
|
/external/v8/src/wasm/ |
H A D | wasm-result.h | 43 error_msg.Reset(nullptr); 51 base::SmartArrayPointer<char> error_msg; member in struct:v8::internal::wasm::Result 62 error_msg = that.error_msg; 75 } else if (result.error_msg.get() != nullptr) { 78 os << result.error_msg.get() << " @" << offset; 80 os << result.error_msg.get() << " @+" << offset;
|
/external/autotest/client/site_tests/touch_UpdateErrors/ |
H A 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/ |
H A 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/autotest/client/common_lib/ |
H A 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)
|
H A D | revision_control.py | 127 error_msg=None): 138 @param error_msg: When passed with error_class, used as a friendly 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 [all...] |
/external/autotest/client/site_tests/hardware_TPMCheck/ |
H A 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/strace/linux/x86_64/ |
H A D | get_scno.c | 98 error_msg("Unknown value CS=0x%08X while " 124 error_msg("Unknown syscall opcode (0x%04X) while " 138 error_msg("syscall_%lu(...) in unsupported "
|
/external/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 145 std::string error_msg; local 148 error_msg.assign ("ambiguous command "); 150 error_msg.assign ("invalid command "); 152 error_msg.append ("'"); 153 error_msg.append (GetCommandName()); 154 error_msg.append (" "); 155 error_msg.append (sub_command); 156 error_msg.append ("'"); 160 error_msg.append (" Possible completions:"); 163 error_msg [all...] |
/external/autotest/client/site_tests/platform_Firewall/ |
H A D | platform_Firewall.py | 39 def _check(expected_rule, actual_rules, error_msg, executable, check): 42 raise error.TestFail(error_msg % executable) 46 def _check_included(expected_rule, actual_rules, error_msg, executable): 49 expected_rule, actual_rules, error_msg, executable, 54 def _check_not_included(expected_rule, actual_rules, error_msg, executable): 57 expected_rule, actual_rules, error_msg, executable,
|
/external/autotest/site_utils/rpm_control_system/ |
H A 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/toybox/toys/other/ |
H A D | switch_root.c | 57 error_msg("not ramfs"); 65 error_msg("bad newroot '%s'", newroot); 77 error_msg("bad init");
|
/external/autotest/client/cros/chameleon/ |
H A 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/toybox/toys/posix/ |
H A D | renice.c | 41 error_msg("bad '%s'", *arg);
|
/external/toybox/toys/pending/ |
H A D | tftp.c | 225 if (nbytes == 0) error_msg("Connection lost."); 226 else if (nbytes > 0) error_msg("Short packet: %d bytes", nbytes); 227 else error_msg("Server read ACK failure."); 237 error_msg("Invalid address in DATA."); 241 error_msg("Invalid port in DATA."); 250 error_msg("Bad opcode."); 262 error_msg("Timeout, Waiting for ACK."); 301 error_msg("Invalid address in DATA."); 311 error_msg("Invalid port in DATA."); 318 error_msg("Tin [all...] |