/external/fsck_msdos/ |
D | fat.c | 156 if (ask(1, "Truncate")) { in checkclnum() 271 if (ask(1, "Correct")) in readfat() 346 if (ask(1, "Fix")) { in clustdiffer() 354 if (ask(1, "Use FAT 0's entry")) { in clustdiffer() 358 if (ask(1, "Use FAT %d's entry", fatnum)) { in clustdiffer() 366 if (ask(1, "Use continuation from FAT %d", fatnum)) { in clustdiffer() 370 if (ask(1, "Use mark from FAT 0")) { in clustdiffer() 379 if (ask(1, "Use continuation from FAT 0")) { in clustdiffer() 383 if (ask(1, "Use mark from FAT %d", fatnum)) { in clustdiffer() 391 if (ask(1, "Use continuation from FAT 0")) { in clustdiffer() [all …]
|
D | dir.c | 259 if (ask(1, "Fix")) { in resetDosDirSection() 369 if (ask(1, "Remove")) { in removede() 408 if (ask(1, "Truncate")) { in checksize() 420 if (ask(1, "Drop superfluous clusters")) { in checksize() 590 if (ask(1, "Extend")) { in readDosDirSection() 602 } else if (ask(1, "Truncate")) in readDosDirSection() 771 if (ask(1, "Drop allocated clusters")) { in readDosDirSection() 813 if (ask(1, "Remove")) { in readDosDirSection() 820 if (ask(1, "Truncate")) { in readDosDirSection() 844 if (ask(1, "Correct")) { in readDosDirSection() [all …]
|
D | check.c | 175 if (ask(1, "Update FATs")) { in checkfilesys() 197 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0) in checkfilesys()
|
D | ext.h | 58 int ask(int, const char *, ...);
|
D | main.c | 132 ask(int def, const char *fmt, ...) in ask() function
|
D | boot.c | 127 if (ask(1, "fix")) {
|
/external/e2fsprogs/e2fsck/ |
D | ehandler.c | 59 if (ask(ctx, _("Ignore error"), 1)) { in e2fsck_handle_read_error() 60 if (ask(ctx, _("Force rewrite"), 1)) in e2fsck_handle_read_error() 106 if (ask(ctx, _("Ignore error"), 1)) in e2fsck_handle_write_error()
|
/external/bluetooth/glib/ |
D | README.commits | 7 about GLib that has been built up over the years, we'd like to ask 11 code, you should always ask. If your change is minor and you've 13 to ask. But when in doubt, ask. Even if your change is correct, 18 gtk-devel-list-request@gnome.org.) This is a good place to ask
|
/external/grub/ |
D | MAINTENANCE | 4 maintainer, you need to ask maintainers to do these instead of doing 39 Before doing that, you must ask the contributor to assign or disclaim
|
/external/quake/quake/src/WinQuake/docs/ |
D | INSTALL.Q2Mission | 19 The script will ask some questions about what options you want to install
|
/external/bluetooth/glib/po/ |
D | README.translators | 24 If you need help with this, ask, but please don't commit
|
/external/stlport/stlport/ |
D | rope | 27 /* Comment following if you want to use rope class even if you ask for
|
D | hash_map | 32 /* Comment following if you want to use hash constainers even if you ask for
|
D | hash_set | 32 /* Comment following if you want to use hash constainers even if you ask for
|
D | slist | 28 /* Comment following if you want to use the slist constainer even if you ask for
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | NeXT | 6 Otherwise (that successor not yet having been published), ask me for a copy
|
/external/openssl/crypto/dh/ |
D | example | 34 I'd like to ask others to confirm it with other tests. Here's the number in hex:
|
/external/stlport/doc/ |
D | README.mingw | 31 if you want to use STLport libraries. You can also ask for not thread
|
/external/webkit/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 1952 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc); in GrowHeap() local 1954 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap() 1956 if (n < ask) { in GrowHeap() 1958 ask = n; in GrowHeap() 1959 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap() 1963 ask = actual_size >> kPageShift; in GrowHeap() 1966 pages_committed_since_last_scavenge_ += ask; in GrowHeap() 1970 system_bytes_ += (ask << kPageShift); in GrowHeap() 1986 if (pagemap_.Ensure(p-1, ask+2)) { in GrowHeap() 1991 Span* span = NewSpan(p, ask); in GrowHeap()
|
/external/stlport/ |
D | configure | 74 in a multithreaded context. If you don't need this you can ask
|
/external/qemu/slirp/ |
D | COPYRIGHT | 8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
|
/external/qemu/slirp-android/ |
D | COPYRIGHT | 8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
|
/external/iproute2/examples/ |
D | README.cbq | 19 # Don't ask me "why" and "how" :)
|
/external/chromium/third_party/icu/source/test/perf/collationperf/ |
D | collperf.cpp | 342 char *ask = (*(Line **)a)->icuSortKey; in ICURandomCmp() local 347 while (*ask != 0) { in ICURandomCmp() 348 aVal += aVal*37 + *ask++; in ICURandomCmp()
|
/external/icu4c/test/perf/collationperf/ |
D | collperf.cpp | 342 char *ask = (*(Line **)a)->icuSortKey; in ICURandomCmp() local 347 while (*ask != 0) { in ICURandomCmp() 348 aVal += aVal*37 + *ask++; in ICURandomCmp()
|