/external/mksh/src/ |
H A D | check.pl | 597 $why = ''; 601 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n"; 617 $why .= 626 $why .= $tmp; 634 $why .= $tmp; 641 $why .= $tmp; 670 $why = "\tDescription" 672 . $why; 680 print $why if $verbose; 762 local($why) [all...] |
/external/clang/tools/scan-build/ |
H A D | set-xcode-analyzer | 56 except IOError, why: 57 print " (-) Cannot update file:", why, "\n" 58 except OSError, why: 59 print " (-) Cannot update file:", why, "\n"
|
/external/pdfium/fpdfsdk/ |
H A D | Android.mk | 17 # TODO: figure out why turning on exceptions requires manually linking libdl
|
/external/zlib/src/examples/ |
H A D | fitblk.c | 62 local void quit(char *why) argument 64 fprintf(stderr, "fitblk abort: %s\n", why);
|
/external/netperf/ |
H A D | netcpu_kstat10.c | 100 print_unexpected_statistic_warning(char *who, char *what, char *why) argument 102 if (why) { 108 why,
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
H A D | debug.rb | 154 =begin This actually differs with reset in CommonTreeNodeStream -- why is this one blank?
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
H A D | win64-dataref.asm | 48 ; the same section. I don't know why, as the call instruction 56 ; the same section. I don't know why, as the call instruction
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
H A D | lundump.c | 30 static l_noret error(LoadState* S, const char* why) argument 32 luaO_pushfstring(S->L,"%s: %s precompiled chunk",S->name,why);
|
/external/chromium_org/third_party/tlslite/tlslite/ |
H A D | tlsrecordlayer.py | 615 except socket.error as why: 616 if why.args[0] in (errno.EWOULDBLOCK, errno.EAGAIN): 835 except socket.error as why: 836 if why.args[0] in (errno.EWOULDBLOCK, errno.EAGAIN): 875 except socket.error as why: 876 if why.args[0] in (errno.EWOULDBLOCK, errno.EAGAIN):
|
/external/valgrind/main/coregrind/m_debuginfo/ |
H A D | readdwarf.c | 1683 Quite why gdb and libdwarf don't understand this is an interesting 2153 Int why = 0; local 2159 if (ctx->state_sp < 0) { why = 8; goto failed; } 2160 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; } 2179 if (conv == -1) { why = 6; goto failed; } 2228 why = 1; 2258 if (conv == -1) { why = 7; goto failed; } \ 2266 why = 2; goto failed; /* otherwise give up */ \ 2291 { why = 3; goto failed; } 2296 { why [all...] |
/external/lldb/include/lldb/DataFormatters/ |
H A D | FormatNavigator.h | 288 uint32_t* why = NULL) 297 if (why) 298 *why = value;
|
/external/chromium_org/tools/gyp/test/lib/ |
H A D | TestCmd.py | 725 except (subprocess.pywintypes.error, Exception), why: 726 if why[0] in (109, errno.ESHUTDOWN): 746 except (subprocess.pywintypes.error, Exception), why: 747 if why[0] in (109, errno.ESHUTDOWN): 765 except OSError, why: 766 if why[0] == errno.EPIPE: #broken pipe
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | tdbtool.c | 182 static void terror(const char *why) argument 184 printf("%s\n", why);
|
/external/llvm/utils/ |
H A D | GenLibDeps.pl | 24 if (/^-why/) { $WHY = 1; $FLAT = 1; next; }
|
/external/bison/data/ |
H A D | glr.cc | 37 # explains why there are so many levels of quotes.
|
/external/zlib/src/ |
H A D | make_vms.com | 61 $! Why is this needed? And if it is needed, why not simply ".not. vax"? 108 $! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX?
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
H A D | thingsToDo.txt | 11 figure out why variation in ActiveEdge::tooCloseToCall isn't better 12 why does 'lastPtr - 2' in addIntersectingTs break testSimplifyTriangle22? 14 figure out why testSimplifySkinnyTriangle13 fails
|
/external/skia/experimental/Intersection/ |
H A D | thingsToDo.txt | 11 figure out why variation in ActiveEdge::tooCloseToCall isn't better 12 why does 'lastPtr - 2' in addIntersectingTs break testSimplifyTriangle22? 14 figure out why testSimplifySkinnyTriangle13 fails
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.sat4j.pb_2.2.0.v20100429.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/doclava/src/com/google/doclava/ |
H A D | Stubs.java | 196 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why) { argument 203 cl.setReasonIncluded(why);
|
/external/strace/ |
H A D | strace.spec | 430 - version 4.2 (why are we keeping all these patches around?)
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
H A D | sparcv9a-mont.pl | 628 ! why? 648 ! end-of-why?
|
/external/openssl/crypto/bn/asm/ |
H A D | sparcv9a-mont.pl | 628 ! why? 648 ! end-of-why?
|
/external/bison/ |
H A D | maint.mk | 216 # comments that mention why the nearby code uses an alternative
|
/external/blktrace/btt/doc/ |
H A D | btt.tex | 275 There are two major reasons why request queues are unplugged, and both
|