HomeSort by relevance Sort by last modified time
    Searched refs:ask (Results 1 - 25 of 62) sorted by null

1 2 3

  /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/core/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 56 // Compatibility state: no longer ask user to select the mode.
238 public void setFrontActivityAskCompatModeLocked(boolean ask) {
241 setPackageAskCompatModeLocked(r.packageName, ask);
245 public void setPackageAskCompatModeLocked(String packageName, boolean ask) {
247 int newFlags = ask ? (curFlags&~COMPAT_FLAG_DONT_ASK) : (curFlags|COMPAT_FLAG_DONT_ASK);
  /system/core/logd/tests/
logd_test.cpp 319 static const char ask[] = "dumpAndClose lids=0,1,2,3"; local
320 user_logger_available = write(fd, ask, sizeof(ask)) == sizeof(ask);
556 std::string ask(command);
565 size_t len = ask.length() + 1;
566 written = write(fd, ask.c_str(), len) == (ssize_t)len;
637 std::string ask = android::base::StringPrintf( local
649 size_t len = ask.length() + 1;
650 written = write(fd, ask.c_str(), len) == (ssize_t)len
738 static const char ask[] = "stream lids=0,1,2,3,4,5,6"; \/\/ all sources local
    [all...]
  /external/vboot_reference/scripts/image_signing/
convert_recovery_to_ssd.sh 15 ask for confirmation from the user. Use --cgpt= to specify cgpt binary location.
  /external/autotest/client/tests/kvm/
get_started.py 33 answer = utils.ask("Would you like to download it from %s?" % url)
48 answer = utils.ask("Would you like to check %s? It might take a while" %
  /external/chromium-trace/catapult/third_party/flot/
CONTRIBUTING.md 8 Issues are not a way to ask general questions about Flot. If you see unexpected
  /external/autotest/utils/
check_patch.py 296 answer = utils.ask("Would you like to execute %s?" % action,
323 answer = utils.ask("Would you like to revert them?", auto=self.confirm)
371 answer = utils.ask("Would you like to add them to VCS ?")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_MimeWriter.py 45 ''' # Don't ask why this comment is here
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_MimeWriter.py 45 ''' # Don't ask why this comment is here
  /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-trace/catapult/third_party/gsutil/gslib/commands/
update.py 205 'this means please ask your system administrator for help:')) + (
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 114 URLS[u_index++] = 'http://www.ask.com';
  /external/v8/test/intl/date-format/
resolved-options.js 76 // Didn't ask for them.
  /external/webrtc/webrtc/libjingle/xmpp/
rostermoduleimpl.cc 70 const std::string& ask,
73 if (ask == "subscribe")
83 } else if (ask == STR_EMPTY)
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 711 size_t ask = buffer->mFrameCount; local
712 if (part1 > ask) {
713 part1 = ask;
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 342 char *ask = (*(Line **)a)->icuSortKey; local
347 while (*ask != 0) {
348 aVal += aVal*37 + *ask++;
    [all...]

Completed in 607 milliseconds

1 2 3