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

12

/external/mksh/src/
H A Dcheck.pl597 $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 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/pdfium/fpdfsdk/
H A DAndroid.mk17 # TODO: figure out why turning on exceptions requires manually linking libdl
/external/zlib/src/examples/
H A Dfitblk.c62 local void quit(char *why) argument
64 fprintf(stderr, "fitblk abort: %s\n", why);
/external/netperf/
H A Dnetcpu_kstat10.c100 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 Ddebug.rb154 =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 Dwin64-dataref.asm48 ; 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 Dlundump.c30 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 Dtlsrecordlayer.py615 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 Dreaddwarf.c1683 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 DFormatNavigator.h288 uint32_t* why = NULL)
297 if (why)
298 *why = value;
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py725 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 Dtdbtool.c182 static void terror(const char *why) argument
184 printf("%s\n", why);
/external/llvm/utils/
H A DGenLibDeps.pl24 if (/^-why/) { $WHY = 1; $FLAT = 1; next; }
/external/bison/data/
H A Dglr.cc37 # explains why there are so many levels of quotes.
/external/zlib/src/
H A Dmake_vms.com61 $! 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 DthingsToDo.txt11 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 DthingsToDo.txt11 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 Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/doclava/src/com/google/doclava/
H A DStubs.java196 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why) { argument
203 cl.setReasonIncluded(why);
/external/strace/
H A Dstrace.spec430 - version 4.2 (why are we keeping all these patches around?)
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl628 ! why?
648 ! end-of-why?
/external/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl628 ! why?
648 ! end-of-why?
/external/bison/
H A Dmaint.mk216 # comments that mention why the nearby code uses an alternative
/external/blktrace/btt/doc/
H A Dbtt.tex275 There are two major reasons why request queues are unplugged, and both

Completed in 2827 milliseconds

12