HomeSort by relevance Sort by last modified time
    Searched refs:ask (Results 1 - 25 of 25) sorted by null

  /external/e2fsprogs/e2fsck/
ehandler.c 59 if (ask(ctx, _("Ignore error"), 1)) {
60 if (ask(ctx, _("Force rewrite"), 1))
106 if (ask(ctx, _("Ignore error"), 1))
e2fsck.h 465 extern int ask(e2fsck_t ctx, const char * string, int def);
util.c 189 int ask (e2fsck_t ctx, const char * string, int def) function
problem.c 46 * These are the prompts which are used to ask the user if they want
238 /* Ask if we should clear the journal */
243 /* Ask if we should run the journal anyway */
    [all...]
  /external/fsck_msdos/
fat.c 156 if (ask(1, "Truncate")) {
271 if (ask(1, "Correct"))
346 if (ask(1, "Fix")) {
354 if (ask(1, "Use FAT 0's entry")) {
358 if (ask(1, "Use FAT %d's entry", fatnum)) {
366 if (ask(1, "Use continuation from FAT %d", fatnum)) {
370 if (ask(1, "Use mark from FAT 0")) {
379 if (ask(1, "Use continuation from FAT 0")) {
383 if (ask(1, "Use mark from FAT %d", fatnum)) {
391 if (ask(1, "Use continuation from FAT 0"))
    [all...]
ext.h 58 int ask(int, const char *, ...);
dir.c 259 if (ask(1, "Fix")) {
369 if (ask(1, "Remove")) {
408 if (ask(1, "Truncate")) {
420 if (ask(1, "Drop superfluous clusters")) {
590 if (ask(1, "Extend")) {
602 } else if (ask(1, "Truncate"))
771 if (ask(1, "Drop allocated clusters")) {
813 if (ask(1, "Remove")) {
820 if (ask(1, "Truncate")) {
844 if (ask(1, "Correct"))
    [all...]
main.c 132 ask(int def, const char *fmt, ...) function
check.c 175 if (ask(1, "Update FATs")) {
197 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0)
boot.c 127 if (ask(1, "fix")) {
  /dalvik/vm/mterp/armv5te/
entry.S 85 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
footer.S 125 mov r2,#kJitSingleStep @ Ask for single step and then revert
179 movne r2,#kJitTSelectRequestHot @ ask for trace selection
314 mov r2,#kJitTSelectRequest @ ask for trace selection
317 moveq r2,#kJitTSelectRequest @ ask for trace selection
379 mov r2,#kJitSelfVerification @ ask for self verification
    [all...]
  /external/stlport/
configure 74 in a multithreaded context. If you don't need this you can ask
configure.bat 161 echo context. If you don't need this you can ask for a not thread safe version with
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 342 char *ask = (*(Line **)a)->icuSortKey; local
347 while (*ask != 0) {
348 aVal += aVal*37 + *ask++;
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 342 char *ask = (*(Line **)a)->icuSortKey; local
347 while (*ask != 0) {
348 aVal += aVal*37 + *ask++;
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 297 anyone to deny you these rights or to ask you to surrender the rights.
520 to ask for permission. For software which is copyrighted by the Free
  /external/iproute2/doc/
ip-tunnels.tex 416 to GRE virtual network or ask for information
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S 337 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
    [all...]
InterpAsm-armv5te-vfp.S 337 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
    [all...]
InterpAsm-armv5te.S 337 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
    [all...]
InterpAsm-armv7-a-neon.S 347 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
    [all...]
InterpAsm-armv7-a.S 347 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 534 milliseconds