Home
last modified time | relevance | path

Searched defs:ask (Results 1 – 6 of 6) sorted by relevance

/external/fsck_msdos/
Dmain.c132 ask(int def, const char *fmt, ...) in ask() function
/external/e2fsprogs/e2fsck/
Dproblem.c1904 int ask (e2fsck_t ctx, const char * string, int def) in ask() function
Dutil.c196 int ask (e2fsck_t ctx, const char * string, int def) in ask() function
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp342 char *ask = (*(Line **)a)->icuSortKey; in ICURandomCmp() local
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_prepopulate_data.cc163 const PrepopulatedEngine ask = { variable
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2066 Length ask = (n>kMinSystemAlloc) ? n : static_cast<Length>(kMinSystemAlloc); in GrowHeap() local