/external/dropbear/libtommath/etc/ |
2kprime.c | 41 /* quick test on q */
|
/frameworks/base/docs/html/sdk/ |
android-2.0-highlights.jd | 57 <img src="images/2.0/quick-connect.png" class="screenshot" alt="" /><br/> 58 Quick Contact for Android 91 <li>Quick Contact for Android provides instant access to 94 such as Email, Messaging, and Calendar can also reveal the Quick Contact widget
|
android-1.6-highlights.jd | 53 Quick Search Box 67 <h3 id="QuickSearchBox">Quick Search Box for Android</h3> 69 <p>Android 1.6 includes a redesigned search framework that provides a quick, 79 content from their applications in Quick Search Box.</p> 147 content from their applications in Quick Search Box, the global search tool.
|
/frameworks/base/core/java/android/webkit/ |
CallbackProxy.java | [all...] |
/external/icu4c/test/intltest/ |
tscoll.cpp | 172 if(!quick) { /*!QUICK*/ 210 { /*!QUICK*/ 211 int32_t partialSizes[] = { 3, 1, 2, 4, 8, 20, 80 }; /* just size 3 in the quick mode */ 213 if(!quick) { 227 if(norm != UCOL_ON && !quick) {
|
transrt.cpp | 49 if(quick==FALSE){ \ 361 UBool quick, 375 void test2(UBool quick, int32_t density); 1667 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local [all...] |
/sdk/apkbuilder/src/com/android/apkbuilder/internal/ |
ApkBuilderImpl.java | 113 // quick check on the next argument. 125 // quick check on the next argument. 132 // quick check on the next argument. 139 // quick check on the next argument. 146 // quick check on the next argument. 153 // quick check on the next argument.
|
/packages/apps/Email/src/com/android/email/ |
AccountBackupRestore.java | 91 // This is also the quick check for "no accounts" (the only case in which the returned 153 // 1. Quick check - if we have any accounts, get out 158 // 2. Quick check - if no backup accounts, get out
|
/external/blktrace/doc/ |
btrace.8 | 15 The \fIbtrace\fR script provides a quick and easy way to do live tracing of
|
/external/dropbear/libtommath/ |
bn_mp_div_d.c | 44 /* quick outs */
|
bn_mp_toradix_n.c | 34 /* quick out if its zero */
|
/external/netcat/scripts/ |
irc | 61 # do and save a single command, for quick repeat
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebIconDatabaseClient.mm | 53 // This is a quick notification that is likely to fire in a rapidly iterating loop
|
/frameworks/base/common/java/com/android/common/ |
Rfc822InputFilter.java | 36 // quick check - did they enter a single space?
|
/frameworks/base/core/java/android/app/ |
Application.java | 39 * objects have been created. Implementations should be as quick as
|
/frameworks/base/tests/CoreTests/android/core/ |
InputStreamReaderTest.java | 88 String src = "The quick brown fox\u00A0\u00FF" +
|
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/ |
BridgeXmlBlockParserTest.java | 80 * Quick'n'dirty debug helper that dumps an XML structure to stdout.
|
/sdk/eclipse/scripts/ |
setup_eclipse.sh | 3 # Quick script used to setup Eclipse for the ADT plugin build.
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryProvider.java | 67 * Quick Search Box, in which case, the following Uris would be provided and we 151 * Quick Search Box. In which case, this method will query the table for the specific
|
/external/srec/srec/include/ |
astar.h | 75 wordID word; /* quick access to word (wta[token_index].word) */ 76 bigcostdata costsofar; /* quick access to total score, frwd+bkwd */
|
fpi_tgt.h | 44 #define QUICK 0 50 #if QUICK
|
/frameworks/base/core/tests/coretests/src/android/text/ |
SpannedTest.java | 36 checkPriority(new SpannableString("the quick brown fox")); 41 checkPriority2(new SpannableStringBuilder("the quick brown fox"));
|
/frameworks/base/docs/html/guide/topics/search/ |
index.jd | 50 <li>Offer your application's search suggestions in the system-wide Quick Search Box</li> 64 in the system-wide Quick Search Box.</dd>
|
/external/icu4c/test/cintltst/ |
usrchdat.c | 95 {"The quick brown fox jumps over the lazy foxes", "fox", "en", 97 {"The quick brown fox jumps over the lazy foxes", "fox", "en", 178 {"The quick brown fox jumps over the lazy foxes", "the", NULL, 180 {"The quick brown fox jumps over the lazy foxes", "fox", NULL, 188 {"the quick brown fox", "fox", NULL, UCOL_TERTIARY, NULL, {16, -1}, 443 {"The quick brown fox jumps over the lazy foxes", "fox", "en", 445 {"The quick brown fox jumps over the lazy foxes", "fox", "en", 501 {"The quick brown fox jumps over the lazy foxes", "the", NULL, 503 {"The quick brown fox jumps over the lazy foxes", "fox", NULL, 511 {"the quick brown fox", "fox", NULL, UCOL_TERTIARY, NULL, {16, -1} [all...] |
/external/icu4c/common/ |
unormimp.h | 43 /* quick check flags 0..3 set mean "no" for their forms */ 51 /* quick check flags 4..5 mean "maybe" for their forms; test flags>=_NORM_QC_MAYBE */ 133 _NORM_INDEX_MIN_NFC_NO_MAYBE, /* first code point with quick check NFC NO/MAYBE */ 134 _NORM_INDEX_MIN_NFKC_NO_MAYBE, /* first code point with quick check NFKC NO/MAYBE */ 135 _NORM_INDEX_MIN_NFD_NO_MAYBE, /* first code point with quick check NFD NO/MAYBE */ 136 _NORM_INDEX_MIN_NFKD_NO_MAYBE, /* first code point with quick check NFKD NO/MAYBE */ 554 * -- first code point with a quick check NF* value of NO/MAYBE 567 * provides data for the NF* quick checks and normalization. 600 * 5..0 quick check flags, set for "no" or "maybe", with separate flags for
|