/ndk/tests/build/warn-bad-modules/jni/ |
Application.mk | 4 # Itentionally ask for the non-existing 'bar' module to be built.
|
/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")) { 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(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 | 146 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))
|
/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 | 35 // Compatibility state: no longer ask user to select the mode. 179 public void setFrontActivityAskCompatModeLocked(boolean ask) { 182 setPackageAskCompatModeLocked(r.packageName, ask); 186 public void setPackageAskCompatModeLocked(String packageName, boolean ask) { 188 int newFlags = ask ? (curFlags&~COMPAT_FLAG_DONT_ASK) : (curFlags|COMPAT_FLAG_DONT_ASK);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
page_heap.cc | 469 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+2)) [all...] |
/dalvik/vm/mterp/mips/ |
entry.S | 68 li a2, kJitTSelectRequestHot # ask for trace selection
|
footer.S | 199 movn a2, t0, a0 # ask for trace selection 348 li t0, kJitTSelectRequest # ask for trace selection 355 li a2, kJitTSelectRequest # ask for trace selection 440 li a2, kJitSelfVerification # ask for self verification [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
page_heap.cc | 408 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/ |
version_52.sql | 15 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','[]','','','','','','');
|
version_53.sql | 13 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','[]','','','','','','','');
|
/dalvik/vm/mterp/armv5te/ |
entry.S | 80 moveq r2,#kJitTSelectRequestHot @ ask for trace selection
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 45 ''' # Don't ask why this comment is here
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 45 ''' # Don't ask why this comment is here
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
background.js | 61 // and https so for all other pages, we don't ask for the title.
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_prepopulate_data.cc | 89 { &google, &bing, &ask, }; 121 { &google, &bing_en_CA, &bing_fr_CA, &ask, &yahoo_ca, &yahoo_qc, }; 181 { &google, &bing_da_DK, &ask, }; 417 { &google, &najdi, &ask, }; 461 { &google, &bing_en_US, &yahoo, &aol, &ask, }; 485 { &google, &bing, &yahoo, &ask, }; 490 &aol, &ask, &ask_br, &ask_uk, &baidu, [all...] |
/external/chromium_org/remoting/webapp/ |
third_party_host_permissions.js | 14 * requested, then uses the Chrome API ask the user for the new permission.
|
/external/stlport/ |
configure | 74 in a multithreaded context. If you don't need this you can ask
|
/external/chromium_org/v8/test/intl/date-format/ |
resolved-options.js | 75 // Didn't ask for them.
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
rostermoduleimpl.cc | 87 const std::string& ask, 90 if (ask == "subscribe") 100 } else if (ask == STR_EMPTY)
|