Home
last modified time | relevance | path

Searched refs:ask (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/external/fsck_msdos/
Dfat.c156 if (ask(1, "Truncate")) { in checkclnum()
271 if (ask(1, "Correct")) in readfat()
346 if (ask(1, "Fix")) { in clustdiffer()
354 if (ask(1, "Use FAT 0's entry")) { in clustdiffer()
358 if (ask(1, "Use FAT %d's entry", fatnum)) { in clustdiffer()
366 if (ask(1, "Use continuation from FAT %d", fatnum)) { in clustdiffer()
370 if (ask(1, "Use mark from FAT 0")) { in clustdiffer()
379 if (ask(1, "Use continuation from FAT 0")) { in clustdiffer()
383 if (ask(1, "Use mark from FAT %d", fatnum)) { in clustdiffer()
391 if (ask(1, "Use continuation from FAT 0")) { in clustdiffer()
[all …]
Ddir.c259 if (ask(1, "Fix")) { in resetDosDirSection()
369 if (ask(1, "Remove")) { in removede()
408 if (ask(1, "Truncate")) { in checksize()
420 if (ask(1, "Drop superfluous clusters")) { in checksize()
592 if (ask(1, "Extend")) { in readDosDirSection()
604 } else if (ask(1, "Truncate")) in readDosDirSection()
773 if (ask(1, "Drop allocated clusters")) { in readDosDirSection()
815 if (ask(1, "Remove")) { in readDosDirSection()
822 if (ask(1, "Truncate")) { in readDosDirSection()
846 if (ask(1, "Correct")) { in readDosDirSection()
[all …]
Dcheck.c175 if (ask(1, "Update FATs")) { in checkfilesys()
197 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0) in checkfilesys()
Dext.h58 int ask(int, const char *, ...);
Dmain.c132 ask(int def, const char *fmt, ...) in ask() function
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpage_heap.cc469 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc); in GrowHeap() local
471 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap()
473 if (n < ask) { in GrowHeap()
475 ask = n; in GrowHeap()
476 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap()
480 ask = actual_size >> kPageShift; in GrowHeap()
481 RecordGrowth(ask << kPageShift); in GrowHeap()
484 stats_.system_bytes += (ask << kPageShift); in GrowHeap()
485 stats_.committed_bytes += (ask << kPageShift); in GrowHeap()
501 if (pagemap_.Ensure(p-1, ask+2)) { in GrowHeap()
[all …]
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpage_heap.cc408 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc); in GrowHeap() local
410 void* ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap()
412 if (n < ask) { in GrowHeap()
414 ask = n; in GrowHeap()
415 ptr = TCMalloc_SystemAlloc(ask << kPageShift, &actual_size, kPageSize); in GrowHeap()
419 ask = actual_size >> kPageShift; in GrowHeap()
420 RecordGrowth(ask << kPageShift); in GrowHeap()
423 stats_.system_bytes += (ask << kPageShift); in GrowHeap()
439 if (pagemap_.Ensure(p-1, ask+2)) { in GrowHeap()
442 Span* span = NewSpan(p, ask); in GrowHeap()
/external/e2fsprogs/e2fsck/
Dehandler.c60 if (ask(ctx, _("Ignore error"), 1)) { in e2fsck_handle_read_error()
61 if (ask(ctx, _("Force rewrite"), 1)) in e2fsck_handle_read_error()
109 if (ask(ctx, _("Ignore error"), 1)) in e2fsck_handle_write_error()
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_info.mm68 // you ask for.
82 // you ask for.
95 // you ask for.
119 // you ask for.
/external/llvm/test/Other/
Doptimization-remarks-inline.ll6 ; In the first command, we only ask for vectorizer remarks, in the
7 ; second one we ask for the inliner, but we then ask for the vectorizer
/external/chromium_org/third_party/checkstyle/
DRIGHTS.antlr15 we do ask that credit is given to us for developing
22 you developed it using ANTLR. In addition, we ask that the
/external/chromium_org/native_client_sdk/src/doc/community/
Dindex.rst11 For a list of active forums where you can ask questions, check the
/external/chromium_org/build/android/
Dincrease_size_for_speed.gypi9 # please ask in chromium-dev@. See crbug.com/411909
/external/stlport/stlport/
Drope27 /* Comment following if you want to use rope class even if you ask for
Dhash_map32 /* Comment following if you want to use hash constainers even if you ask for
Dhash_set32 /* Comment following if you want to use hash constainers even if you ask for
Dslist28 /* Comment following if you want to use the slist constainer even if you ask for
/external/markdown/docs/
DREADME26 You may ask for help and discuss various other issues on the [mailing list][] and report bugs on th…
/external/chromium_org/cc/
DOWNERS6 # ask for informal reviews.
/external/chromium_org/components/search_engines/
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/eigen/unsupported/Eigen/src/SVD/
DdoneInBDCSVD.txt16 In the actual implementation, it returns matrices of zero when ask to do a svd on an int matrix.
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
Dsad_tab_controller.mm56 // If webContents_ is nil, ask view to remove link.
/external/chromium_org/net/data/url_request_unittest/
DBullRunSpeech.txt8 Friends, I shall ask you to be as quiet as possible. I don't know whether you fully understand that…
14 Friends, I ask you now this evening to accept what I am saying as absolutely true, when I tell you …
16 I am going to ask you to be as quiet as possible for I am not able to give to challenge of the bull…
26ask that our opponents -[speaking to some one on the stage]-I am not sick at all. I am all right. …
30 …do is forestall any such movement for justice now - a movement in which we ask all just men of gen…
46 I make the same appeal to our citizenship. I ask in our civic life that we in the same way pay heed…
68ask that in this great contest you men and women of Wisconsin shall stand with us. You have taken …
78 I ask you to look at our declaration and hear and read our platform about social and industrial jus…
/external/smali/
DREADME.md9 - [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask
/external/chromium_org/chrome/browser/ui/cocoa/
Dkeystone_infobar_delegate.mm157 // If this is the first run, the user clicked the "don't ask again" button
158 // at some point in the past, or if the "don't ask about the default

12345678910>>...12