Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/mksh/src/
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/icu/icu4c/source/data/brkitr/
Dthaidict.txt5412 # ดี.ซี. -- TODO: why does this have full stop in it?
15995 # วี.ดี. # TODO: why do these have full stops?
16380 # ส.ธรนินทร์ -- TODO: why do these have full stops?
23338 # เอ.ยู.เอ. -- TODO: why do we have a full stop?
/external/clang/tools/scan-build/
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/llvm/test/YAMLParser/
Dspec-09-14.data3 # Not quite sure why this doesn't fail.
/external/lldb/tools/driver/
DCMakeLists.txt11 # TODO: why isn't this done by add_lldb_executable?
/external/netperf/
Dnetcpu_kstat10.c100 print_unexpected_statistic_warning(char *who, char *what, char *why) in print_unexpected_statistic_warning() argument
102 if (why) { in print_unexpected_statistic_warning()
108 why, in print_unexpected_statistic_warning()
/external/zlib/src/examples/
Dfitblk.c62 local void quit(char *why) in quit() argument
64 fprintf(stderr, "fitblk abort: %s\n", why); in quit()
/external/chromium_org/build/android/pylib/gtest/filter/
Dbase_unittests_disabled17 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12
/external/scrypt/lib/
DREADME4 code is highly desirable and explains why there is some functionality
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt13 > the place from where the code was entered*. That's why JVM has the
36 > why the JVM doesn't use this).
/external/chromium_org/third_party/tlslite/tlslite/
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/
Dreaddwarf.c2153 Int why = 0; in summarise_context() local
2159 if (ctx->state_sp < 0) { why = 8; goto failed; } in summarise_context()
2160 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; } in summarise_context()
2179 if (conv == -1) { why = 6; goto failed; } in summarise_context()
2228 why = 1; in summarise_context()
2258 if (conv == -1) { why = 7; goto failed; } \ in summarise_context()
2266 why = 2; goto failed; /* otherwise give up */ \ in summarise_context()
2291 { why = 3; goto failed; } in summarise_context()
2296 { why = 4; goto failed; } in summarise_context()
2298 { why = 5; goto failed; } in summarise_context()
[all …]
/external/qemu/distrib/
Dpackage-release.sh457 run ./android-rebuild.sh $REBUILD_FLAGS || panic "Use ./android-rebuild.sh to see why."
474 …./android-rebuild.sh --mingw $REBUILD_FLAGS || panic "Use ./android-rebuild.sh --mingw to see why."
/external/libmtp/src/
DREADME23 in libptp-endian.h. This is required for OS X on PowerPC (not sure why).
/external/valgrind/main/docs/internals/
DDarwin-notes.txt10 why. */
85 I have no idea why, despite quite some investigation).
118 Also, startup is not done on the interim startup stack -- why not?
/external/icu/icu4c/source/data/translit/
Dtlh_tlh_FONIPA.txt18 ay → aɪ\u032F; # similar to English ‹why
/external/chromium_org/cloud_print/
Dcloud_print.gyp54 # See http://crbug.com/162998#c4 for why this is needed.
/external/chromium_org/third_party/icu/patches/
Dchangeset_30255.patch10 - // to get along with namespaces. Investigate why.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
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/llvm/docs/TableGen/
DDeficiencies.rst29 TODO: Add here frequently asked questions about why TableGen doesn't do
/external/chromium_org/testing/gtest/xcode/Config/
DGeneral.xcconfig29 // not sure why apple defaults this on, but it's pretty risky
/external/protobuf/gtest/xcode/Config/
DGeneral.xcconfig29 // not sure why apple defaults this on, but it's pretty risky
/external/pixman/
DREADME99 - Alternative approaches that were rejected (and why they
107 include enough information to understand why this particular commit
/external/chromium_org/chrome/browser/resources/sync_internals/
Dsync_search.css57 /* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */
/external/lldb/include/lldb/DataFormatters/
DFormatNavigator.h288 uint32_t* why = NULL)
297 if (why)
298 *why = value;

12345678910>>...12