Searched refs:ask (Results 1 - 25 of 30) 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.h483 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
1787 * Do special latch processing. This is where we ask the
1848 answer = ask(ctx, (ptr->prompt == PROMPT_NULL) ? "" :
1905 int ask (e2fsck_t ctx, const char * string, int def) function
H A Dutil.c196 int ask (e2fsck_t ctx, const char * string, int def) function
/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/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data.cc90 { &google, &bing, &ask, };
122 { &google, &bing_en_CA, &bing_fr_CA, &ask, &yahoo_ca, &yahoo_qc, };
182 { &google, &bing_da_DK, &ask, };
418 { &google, &najdi, &ask, };
462 { &google, &bing_en_US, &yahoo, &aol, &ask, };
486 { &google, &bing, &yahoo, &ask, };
491 &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/icu4c/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.css564 #ask-pin-form .table-label {
570 #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/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.cpp2158 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc);
2160 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize);
2162 if (n < ask) {
2164 ask = n;
2165 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize);
2169 ask = actual_size >> kPageShift;
2172 system_bytes_ += (ask << kPageShift);
2188 if (pagemap_.Ensure(p-1, ask+2)) {
2193 Span* span = NewSpan(p, ask);
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data.cc163 const PrepopulatedEngine ask = { member in namespace:__anon2426
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",
178 L"de.ask.com",
179 "http://de.ask.com/favicon.ico",
180 L"http://de.ask.com/web?q={searchTerms}",
182 L"http://ss.de.ask.com/query?q={searchTerms}&li=ff",
191 L"es.ask
[all...]
/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/dnsmasq/contrib/dnslist/
H A Ddnslist.pl297 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/
H A Dip-tunnels.tex416 to GRE virtual network or ask for information

Completed in 1170 milliseconds

12