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

1 2

  /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")) {
  /external/e2fsprogs/e2fsck/
ehandler.c 60 if (ask(ctx, _("Ignore error"), 1)) {
61 if (ask(ctx, _("Force rewrite"), 1))
109 if (ask(ctx, _("Ignore error"), 1))
e2fsck.h 479 extern int ask(e2fsck_t ctx, const char * string, int def);
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 */
304 /* Ask if we should run the journal anyway */
1904 int ask (e2fsck_t ctx, const char * string, int def) function
    [all...]
util.c 196 int ask (e2fsck_t ctx, const char * string, int def) function
  /frameworks/base/services/java/com/android/server/am/
CompatModeDialog.java 84 boolean ask = mService.mCompatModePackages.getPackageAskCompatModeLocked(
86 mAlwaysShow.setChecked(ask);
87 mHint.setVisibility(ask ? View.INVISIBLE : View.VISIBLE);
CompatModePackages.java 37 // Compatibility state: no longer ask user to select the mode.
181 public void setFrontActivityAskCompatModeLocked(boolean ask) {
184 setPackageAskCompatModeLocked(r.packageName, ask);
188 public void setPackageAskCompatModeLocked(String packageName, boolean ask) {
190 int newFlags = ask ? (curFlags&~COMPAT_FLAG_DONT_ASK) : (curFlags|COMPAT_FLAG_DONT_ASK);
  /dalvik/vm/mterp/armv5te/
entry.S 80 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
footer.S 209 movne r2,#kJitTSelectRequestHot @ ask for trace selection
345 mov r2,#kJitTSelectRequest @ ask for trace selection
348 moveq r2,#kJitTSelectRequest @ ask for trace selection
430 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
  /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/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 156 public void setPackageAskScreenCompat(String packageName, boolean ask) {
158 ActivityManagerNative.getDefault().setPackageAskScreenCompat(packageName, ask);
670 * Ask that the task associated with a given task ID be moved to the
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.cc 163 const PrepopulatedEngine ask = { member in namespace:__anon3020
164 L"Ask",
165 L"ask.com",
166 "http://www.ask.com/favicon.ico",
167 L"http://www.ask.com/web?q={searchTerms}",
169 L"http://ss.ask.com/query?q={searchTerms}&li=ff",
177 L"Ask.com Deutschland",
178 L"de.ask.com",
179 "http://de.ask.com/favicon.ico",
180 L"http://de.ask.com/web?q={searchTerms}"
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 265 // values of onoff: 0=ignore, 1=report, 2=ask, 3=fatal
287 void ask (int level, const char *prefix, const char *fmt, va_list ap);
352 static const char *name[] = { "ignore", "report", "ask", "fatal" };
  /external/quake/
NOTICE 45 anyone to deny you these rights or to ask you to surrender the rights.
272 to ask for permission. For software which is copyrighted by the Free
390 anyone to deny you these rights or to ask you to surrender the rights.
617 to ask for permission. For software which is copyrighted by the Free
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 51 anyone to deny you these rights or to ask you to surrender the rights.
274 to ask for permission. For software which is copyrighted by the Free
  /external/bluetooth/bluez/input/
NOTICE 51 anyone to deny you these rights or to ask you to surrender the rights.
274 to ask for permission. For software which is copyrighted by the Free
  /external/bluetooth/bluez/plugins/
NOTICE 51 anyone to deny you these rights or to ask you to surrender the rights.
274 to ask for permission. For software which is copyrighted by the Free
  /external/bluetooth/bluez/src/
NOTICE 53 anyone to deny you these rights or to ask you to surrender the rights.
276 to ask for permission. For software which is copyrighted by the Free

Completed in 2092 milliseconds

1 2