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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmptree.py 15 host = ask("host", 'voorn.cwi.nl')
41 def ask(prompt, default): function
112 ok = ask(pr, "y")
  /external/fsck_msdos/
main.c 132 ask(int def, const char *fmt, ...) function
  /external/python/cpython2/Demo/pdist/
cmptree.py 15 host = ask("host", 'voorn.cwi.nl')
41 def ask(prompt, default): function
112 ok = ask(pr, "y")
  /external/e2fsprogs/e2fsck/
problem.c 47 * These are the prompts which are used to ask the user if they want
244 /* Ask if we should clear the journal */
310 /* Ask if we should run the journal anyway */
2338 int ask (e2fsck_t ctx, const char * string, int def) function
    [all...]
util.c 275 int ask (e2fsck_t ctx, const char * string, int def) function
  /frameworks/av/media/libaudioclient/
AudioTrackShared.cpp 810 size_t ask = buffer->mFrameCount; local
811 if (part1 > ask) {
812 part1 = ask;
    [all...]
  /system/core/logd/tests/
logd_test.cpp 371 static const char ask[] = "dumpAndClose lids=0,1,2,3"; local
372 user_logger_available = write(fd, ask, sizeof(ask)) == sizeof(ask);
619 std::string ask(command);
628 size_t len = ask.length() + 1;
629 written = write(fd, ask.c_str(), len) == (ssize_t)len;
730 std::string ask = android::base::StringPrintf( local
742 size_t len = ask.length() + 1;
743 written = write(fd, ask.c_str(), len) == (ssize_t)len
851 static const char ask[] = "stream lids=0,1,2,3,4,5,6"; \/\/ all sources local
    [all...]
  /external/autotest/client/common_lib/
utils.py 1690 def ask(question, auto=False): function
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 346 char *ask = (*(Line **)a)->icuSortKey; local
351 while (*ask != 0) {
352 aVal += aVal*37 + *ask++;
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 7437 size_t ask = buffer->frameCount; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 

Completed in 479 milliseconds

1 2