Searched refs:ask (Results 1 - 25 of 26) 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.c127 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/stlport/
H A Dconfigure74 in a multithreaded context. If you don't need this you can ask
H A Dconfigure.bat161 echo context. If you don't need this you can ask for a not thread safe version with
/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/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/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp2066 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc);
2068 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize);
2070 if (n < ask) {
2072 ask = n;
2073 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize);
2077 ask = actual_size >> kPageShift;
2080 system_bytes_ += (ask << kPageShift);
2096 if (pagemap_.Ensure(p-1, ask+2)) {
2101 Span* span = NewSpan(p, ask);
/external/ceres-solver/docs/
H A Dfaq.tex21 In most problems there is a natural parameter block structure, as there is a semantic meaning associated with groups of scalars -- mean vector of a distribution, color of a pixel etc. To group two scalar variables, ask yourself if residual blocks will always use these two variables together. If the answer is yes, then the two variables belong to the same parameter block.
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data.cc163 const PrepopulatedEngine ask = { member in namespace:__anon2399
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/quake/
H A DNOTICE45 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
/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
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as608 * a simple method to ask the recognizer to tell me what the current
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas4870 Buf.Append(Text); // ask the node to go to string
4946 // and ask for it's token index.

Completed in 946 milliseconds

12