Searched refs:why (Results 1 - 25 of 83) sorted by relevance

1234

/external/python/cpython2/Lib/plat-mac/
H A Dterminalcommand.py41 except AE.Error, why:
42 if why[0] != -600: # Terminal.app not yet running
/external/clang/tools/scan-build/bin/
H A Dset-xcode-analyzer56 except IOError, why:
57 print " (-) Cannot update file:", why, "\n"
58 except OSError, why:
59 print " (-) Cannot update file:", why, "\n"
/external/libese/libese-sysdeps/include/ese/
H A Dsysdeps.h35 #define _static_assert(what, why) { while (!(1 / (!!(what)))); }
/external/mksh/src/
H A Dcheck.pl638 $why = '';
642 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
658 $why .=
667 $why .= $tmp;
675 $why .= $tmp;
682 $why .= $tmp;
711 $why = "\tDescription"
713 . $why;
721 print $why if $verbose;
803 local($why)
[all...]
/external/autotest/client/site_tests/platform_ToolchainTests/src/
H A Dclang-fortify-driver.cpp36 const char *why = f.expected_death ? "didn't die" : "died"; local
37 fprintf(stderr, "\t`%s` at line %d %s\n", f.message, f.line, why);
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dlkrnprefix.S72 movw $why_end-why, %cx
73 movw $why, %si
83 why: .ascii "This image cannot be loaded from a floppy disk.\r\n" label
/external/vboot_reference/tests/
H A Dvb2_secdata_tests.c21 static void test_changed(struct vb2_context *ctx, int changed, const char *why) argument
24 TEST_NEQ(ctx->flags & VB2_CONTEXT_SECDATA_CHANGED, 0, why);
26 TEST_EQ(ctx->flags & VB2_CONTEXT_SECDATA_CHANGED, 0, why);
/external/python/cpython2/Lib/
H A Dtrace.py570 def globaltrace_trackcallers(self, frame, why, arg):
575 if why == 'call':
581 def globaltrace_countfuncs(self, frame, why, arg):
586 if why == 'call':
590 def globaltrace_lt(self, frame, why, arg):
596 if why == 'call':
613 def localtrace_trace_and_count(self, frame, why, arg):
614 if why == "line":
628 def localtrace_trace(self, frame, why, arg):
629 if why
[all...]
H A Dshutil.py104 except OSError, why:
106 if hasattr(errno, err) and why.errno == getattr(errno, err):
197 except EnvironmentError, why:
198 errors.append((srcname, dstname, str(why)))
201 except OSError, why:
202 if WindowsError is not None and isinstance(why, WindowsError):
206 errors.append((src, dst, str(why)))
H A Dasyncore.py364 except socket.error as why:
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
376 except socket.error, why:
377 if why.args[0] == EWOULDBLOCK:
379 elif why.args[0] in _DISCONNECTED:
395 except socket.error, why:
397 if why.args[0] in _DISCONNECTED:
410 except socket.error, why:
411 if why.args[0] not in (ENOTCONN, EBADF):
/external/python/cpython2/Tools/unicode/
H A Dgencodec.py132 except TypeError, why:
133 print '* failed to convert %r: %s' % (t, why)
393 except ValueError, why:
394 print '* conversion failed: %s' % why
414 except ValueError, why:
415 print '* conversion failed: %s' % why
/external/python/cpython3/Tools/unicode/
H A Dgencodec.py135 except TypeError as why:
136 print('* failed to convert %r: %s' % (t, why))
399 except ValueError as why:
400 print('* conversion failed: %s' % why)
420 except ValueError as why:
421 print('* conversion failed: %s' % why)
/external/curl/docs/cmdline-opts/
H A Dfail.d9 stating so (which often also describes why and more). This flag will prevent
/external/python/cpython3/Lib/
H A Dasyncore.py351 except OSError as why:
352 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
363 except OSError as why:
364 if why.args[0] == EWOULDBLOCK:
366 elif why.args[0] in _DISCONNECTED:
382 except OSError as why:
384 if why.args[0] in _DISCONNECTED:
398 except OSError as why:
399 if why.args[0] not in (ENOTCONN, EBADF):
H A Dtrace.py526 def globaltrace_trackcallers(self, frame, why, arg):
531 if why == 'call':
537 def globaltrace_countfuncs(self, frame, why, arg):
542 if why == 'call':
546 def globaltrace_lt(self, frame, why, arg):
552 if why == 'call':
569 def localtrace_trace_and_count(self, frame, why, arg):
570 if why == "line":
584 def localtrace_trace(self, frame, why, arg):
585 if why
[all...]
/external/python/cpython2/Python/
H A Dceval.c792 register enum why_code why; /* Reason for block stack unwind */ local
989 indicating why the function is called, and
1047 why = WHY_NOT;
1053 why = WHY_EXCEPTION;
1099 why = WHY_EXCEPTION;
1131 why = WHY_EXCEPTION;
1203 x to NULL, err to nonzero, or why to anything but WHY_NOT,
1319 /* Never returns, so don't bother to set why. */
2027 why = WHY_EXCEPTION;
2061 why
[all...]
/external/autotest/client/common_lib/
H A Dpackages.py431 except error.PackageFetchError, why:
434 % (name, pkg_type, why))
593 except (IOError, os.error), why:
595 upload_path, why)
623 except (IOError, os.error), why:
625 % (dir_path, upload_path, why))
668 except (IOError, os.error), why:
670 % (filename, pkg_dir, why))
/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py376 why=mm1.MM_MODEM_STATE_CHANGE_REASON_UNKNOWN):
378 self.StateChanged(Int32(self.state), Int32(new_state), UInt32(why))
459 def StateChanged(self, old_state, new_state, why):
474 def ConnectDone(new, why):
476 str(self.state), str(new), str(why))
478 self.ChangeState(new, why)
503 def DisconnectDone(old, new, why):
505 str(old), str(new), str(why))
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/
H A Drpc_svc_1.c186 enum auth_stat why; local
220 svcerr_auth(transp, why);
/external/python/cpython2/Lib/test/
H A Dtest_file_eintr.py47 def fail_with_process_info(self, why, stdout=b'', stderr=b'',
55 why: Text to go after "Error from IO process" in the message.
72 (why, stdout.decode(), stderr.decode()))
/external/python/cpython3/Lib/test/
H A Dtest_file_eintr.py45 def fail_with_process_info(self, why, stdout=b'', stderr=b'',
53 why: Text to go after "Error from IO process" in the message.
70 (why, stdout.decode(), stderr.decode()))
/external/zlib/src/examples/
H A Dfitblk.c62 local void quit(char *why) argument
64 fprintf(stderr, "fitblk abort: %s\n", why);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h174 ::std::ostream* what, ::std::ostream* why)
1176 // describes *what* happened to 'what', and explains *why* Google
1177 // Mock does it to 'why'. This method is not const as it calls
1184 ::std::ostream* why)
1192 DescribeCallCountTo(why);
1609 ::std::ostream* what, ::std::ostream* why)
1616 this->FormatUnexpectedCallMessageLocked(args, what, why);
1624 const Action<F>* action = exp->GetActionForArguments(this, args, what, why);
1661 ::std::ostream* why) const
1666 PrintTriedExpectationsLocked(args, why);
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h177 ::std::ostream* what, ::std::ostream* why)
1186 // describes *what* happened to 'what', and explains *why* Google
1187 // Mock does it to 'why'. This method is not const as it calls
1194 ::std::ostream* why)
1202 DescribeCallCountTo(why);
1684 ::std::ostream* what, ::std::ostream* why)
1691 this->FormatUnexpectedCallMessageLocked(args, what, why);
1699 const Action<F>* action = exp->GetActionForArguments(this, args, what, why);
1736 ::std::ostream* why) const
1741 PrintTriedExpectationsLocked(args, why);
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h178 ::std::ostream* what, ::std::ostream* why)
1184 // describes *what* happened to 'what', and explains *why* Google
1185 // Mock does it to 'why'. This method is not const as it calls
1192 ::std::ostream* why)
1200 DescribeCallCountTo(why);
1682 ::std::ostream* what, ::std::ostream* why)
1689 this->FormatUnexpectedCallMessageLocked(args, what, why);
1697 const Action<F>* action = exp->GetActionForArguments(this, args, what, why);
1734 ::std::ostream* why) const
1739 PrintTriedExpectationsLocked(args, why);
[all...]

Completed in 1195 milliseconds

1234