Searched refs:ask (Results 1 - 25 of 34) sorted by relevance

12

/external/fsck_msdos/
H A Dfat.c156 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(
[all...]
H A Dext.h58 int ask(int, const char *, ...);
H A Ddir.c259 if (ask(1, "Fix")) {
369 if (ask(1, "Remove")) {
408 if (ask(1, "Truncate")) {
420 if (ask(1, "Drop superfluous clusters")) {
592 if (ask(1, "Extend")) {
604 } else if (ask(1, "Truncate"))
773 if (ask(1, "Drop allocated clusters")) {
815 if (ask(1, "Remove")) {
822 if (ask(1, "Truncate")) {
846 if (ask(
[all...]
H A Dmain.c132 ask(int def, const char *fmt, ...) function
H A Dcheck.c175 if (ask(1, "Update FATs")) {
197 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0)
H A Dboot.c146 if (ask(1, "fix")) {
/external/e2fsprogs/e2fsck/
H A Dehandler.c60 if (ask(ctx, _("Ignore error"), 1)) {
61 if (ask(ctx, _("Force rewrite"), 1))
109 if (ask(ctx, _("Ignore error"), 1))
H A De2fsck.h510 extern int ask(e2fsck_t ctx, const char * string, int def);
H A Dproblem.c46 * These are the prompts which are used to ask the user if they want
1871 * Do special latch processing. This is where we ask the
1949 answer = ask(ctx, (ptr->prompt == PROMPT_NULL) ? "" :
2019 int ask (e2fsck_t ctx, const char * string, int def) function
H A Dutil.c246 int ask (e2fsck_t ctx, const char * string, int def) function
/external/lldb/
H A DAndroid.mk1 # Don't build LLDB unless we explicitly ask for it.
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.cc469 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc);
471 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize);
473 if (n < ask) {
475 ask = n;
476 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize);
480 ask = actual_size >> kPageShift;
481 RecordGrowth(ask << kPageShift);
484 stats_.system_bytes += (ask << kPageShift);
485 stats_.committed_bytes += (ask << kPageShift);
501 if (pagemap_.Ensure(p-1, ask
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.cc408 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc);
410 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize);
412 if (n < ask) {
414 ask = n;
415 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize);
419 ask = actual_size >> kPageShift;
420 RecordGrowth(ask << kPageShift);
423 stats_.system_bytes += (ask << kPageShift);
439 if (pagemap_.Ensure(p-1, ask+2)) {
442 Span* span = NewSpan(p, ask);
[all...]
/external/chromium_org/components/test/data/web_database/
H A Dversion_52.sql15 INSERT INTO "keywords" VALUES(6,'Ask','ask.com','http://sp.ask.com/sh/i/a16/favicon/favicon.ico','http://www.ask.com/web?q={searchTerms}',1,'',0,0,'UTF-8',1,'http://ss.ask.com/query?q={searchTerms}&li=ff',4,0,'',0,'25AC092A-10E6-EA19-11CE-55382548F3DC','[]','','','','','','');
H A Dversion_53.sql13 INSERT INTO "keywords" VALUES(6,'Ask','ask.com','http://sp.ask.com/sh/i/a16/favicon/favicon.ico','http://www.ask.com/web?q={searchTerms}',1,'',0,0,'UTF-8',1,'http://ss.ask.com/query?q={searchTerms}&li=ff',4,0,'',0,'00268D17-EC55-D173-84F3-48D9B862E8E1','[]','','','','','','','');
/external/chromium_org/components/search_engines/
H A Dtemplate_url_prepopulate_data.cc80 { &google, &bing, &ask, };
112 { &google, &bing_en_CA, &bing_fr_CA, &ask, &yahoo_ca, &yahoo_qc, };
172 { &google, &bing_da_DK, &ask, };
408 { &google, &najdi, &ask, };
452 { &google, &bing_en_US, &yahoo, &aol, &ask, };
476 { &google, &bing, &yahoo, &ask, };
481 &aol, &ask, &ask_br, &ask_uk, &baidu,
/external/stlport/
H A Dconfigure74 in a multithreaded context. If you don't need this you can ask
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Drostermoduleimpl.cc87 const std::string& ask,
90 if (ask == "subscribe")
100 } else if (ask == STR_EMPTY)
86 StringToSubscriptionState(const std::string& subscription, const std::string& ask, XmppSubscriptionState* state) argument
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp342 char *ask = (*(Line **)a)->icuSortKey; local
347 while (*ask != 0) {
348 aVal += aVal*37 + *ask++;
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp342 char *ask = (*(Line **)a)->icuSortKey; local
347 while (*ask != 0) {
348 aVal += aVal*37 + *ask++;
/external/chromium_org/remoting/webapp/
H A Dmain.css584 #ask-pin-form .table-label {
590 #ask-pin-form > div {
/external/smack/src/org/jivesoftware/smack/util/
H A DPacketParserUtils.java.orig430 String ask = parser.getAttributeValue("", "ask");
431 RosterPacket.ItemStatus status = RosterPacket.ItemStatus.fromString(ask);
H A DPacketParserUtils.java429 String ask = parser.getAttributeValue("", "ask");
430 RosterPacket.ItemStatus status = RosterPacket.ItemStatus.fromString(ask);
/external/qemu-pc-bios/bochs/
H A Dbochs.h265 // 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/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst18 * Search through or ask on the :doc:`Native Client Forums <help>`.
557 * If things still aren't working, :doc:`ask for help <help>`!

Completed in 3693 milliseconds

12