/external/mksh/src/ |
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/icu/icu4c/source/data/brkitr/ |
D | thaidict.txt | 5412 # ดี.ซี. -- 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/ |
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/llvm/test/YAMLParser/ |
D | spec-09-14.data | 3 # Not quite sure why this doesn't fail.
|
/external/lldb/tools/driver/ |
D | CMakeLists.txt | 11 # TODO: why isn't this done by add_lldb_executable?
|
/external/netperf/ |
D | netcpu_kstat10.c | 100 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/ |
D | fitblk.c | 62 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/ |
D | base_unittests_disabled | 17 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12
|
/external/scrypt/lib/ |
D | README | 4 code is highly desirable and explains why there is some functionality
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 13 > 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/ |
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/ |
D | readdwarf.c | 2153 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/ |
D | package-release.sh | 457 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/ |
D | README | 23 in libptp-endian.h. This is required for OS X on PowerPC (not sure why).
|
/external/valgrind/main/docs/internals/ |
D | Darwin-notes.txt | 10 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/ |
D | tlh_tlh_FONIPA.txt | 18 ay → aɪ\u032F; # similar to English ‹why›
|
/external/chromium_org/cloud_print/ |
D | cloud_print.gyp | 54 # See http://crbug.com/162998#c4 for why this is needed.
|
/external/chromium_org/third_party/icu/patches/ |
D | changeset_30255.patch | 10 - // to get along with namespaces. Investigate why.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
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/llvm/docs/TableGen/ |
D | Deficiencies.rst | 29 TODO: Add here frequently asked questions about why TableGen doesn't do
|
/external/chromium_org/testing/gtest/xcode/Config/ |
D | General.xcconfig | 29 // not sure why apple defaults this on, but it's pretty risky
|
/external/protobuf/gtest/xcode/Config/ |
D | General.xcconfig | 29 // not sure why apple defaults this on, but it's pretty risky
|
/external/pixman/ |
D | README | 99 - 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/ |
D | sync_search.css | 57 /* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatNavigator.h | 288 uint32_t* why = NULL) 297 if (why) 298 *why = value;
|