HomeSort by relevance Sort by last modified time
    Searched full:quick (Results 51 - 75 of 661) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
OneShotAlarm.java 32 * When the alarm goes off, we show a <i>Toast</i>, a quick message.
  /external/e2fsprogs/debian/
uuid-dev.README.Debian 5 available from other sites on the network, if you do a quick web
  /external/e2fsprogs/debugfs/
unused.c 2 * unused.c --- quick and dirty unused space dumper
  /external/iproute2/
README.decnet 2 Here are a few quick points about DECnet support...
  /external/iptables/
COMMIT_NOTES 1 A quick list of rules for committing stuff into netfilter svn:
  /external/netcat/scripts/
dist.sh 2 ## This is a quick example listen-exec server, which was used for a while to
  /external/skia/tests/
SortTest.cpp 39 check_sort(reporter, "Quick", array, count);
  /frameworks/base/core/java/android/text/
GraphicsOperations.java 23 * Please implement this interface if your CharSequence can do quick
  /frameworks/base/core/tests/coretests/src/android/text/
TextLayoutTest.java 34 mString = "The quick brown fox";
  /frameworks/base/docs/html/resources/
index.jd 33 <dd>Quick development tips, troubleshooting information, and frequently asked
  /frameworks/base/test-runner/src/junit/runner/
Sorter.java 8 * A custom quick sort with support to customize the swap behaviour.
  /packages/apps/Settings/res/values-nokeys/
strings.xml 19 <!-- Applications settings summary, on main settings screen. The summary for the "Applications" item on the main settings screen. Describes what settings are accessible from the "Applications" screen. This is the string to use for devices without a keyboard (so for example, there is no "Quick launch" settings here since that feature requires a keyboard) -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNodeList.java 26 * A quick mock implementation of NodeList on top of ArrayList.
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 56 String quick = sQuickConvert.get(type); local
57 if (quick != null)
58 return quick;
77 /* retry quick convert */
78 quick = sQuickConvert.get(type);
79 if (quick != null) {
80 builder.append(quick);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 151 * Tests that the quick search suggestion returns the expected contact
178 * Tests suggest and refresh queries from quick search box, then deletes the contact from
193 * contact in response to the suggestion query from the quick search box.
220 * Returns the expected Quick Search Box content values for the golden contact.
260 * from the quick search box that uses the contact id to identify the contact. The empty
278 * contact in response to the refresh query from the quick search box. The refresh query
325 * The text of the user's query to quick search (i.e., what they typed
  /frameworks/base/docs/html/guide/topics/search/
adding-custom-suggestions.jd 32 <li><a href="#QSB">Exposing search suggestions to Quick Search Box</a></li>
50 custom suggestions, you then make them available to the system-wide Quick Search Box, providing
367 <dd>Only used when providing suggestions for Quick Search Box. This column is used to indicate
370 suggestion from Quick Search Box. If missing, the result will be stored as a shortcut and never
376 <dd>Only used when providing suggestions for Quick Search Box. This column is used to specify that
379 while the shortcut of this suggestion is being refreshed in Quick Search Box.</dd>
561 <h2 id="QSB">Exposing search suggestions to Quick Search Box</h2>
564 to the globally-accessible Quick Search Box is as easy as modifying your searchable configuration to
569 {@code &lt;path-permission>} element for the provider to grant Quick Search Box read access to your
585 "android.permission.GLOBAL_SEARCH"} permission exists. This grants access to Quick Search Bo
    [all...]
  /frameworks/base/docs/html/resources/articles/
qsb.jd 1 page.title=Quick Search Box
22 <p>Starting with Android 1.6, the platform includes support for Quick Search
23 Box (QSB), a powerful, system-wide search framework. Quick Search Box makes it
29 available right from the home screen, by tapping on Quick Search Box.</p>
95 <h3>Including your app in Quick Search Box</h3>
100 <p>Quick Search Box provides a really cool way to make it easier and faster for
  /external/bluetooth/glib/docs/reference/glib/
gtester.1 68 \fIMODE\fR, which can be perf, slow, thorough or quick\&. The default mode is quick\&.
  /external/icu4c/i18n/
buddhcal.cpp 104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
106 //Calendar::timeToFields(theTime, quick, status);
taiwncal.cpp 111 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
113 //Calendar::timeToFields(theTime, quick, status);
  /external/icu4c/test/cintltst/
cnormtst.c 13 * synwee added test for quick check
381 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
387 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
393 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
399 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
426 log_err("ERROR in NFD quick check at U+%04x\n", cp);
432 log_err("ERROR in NFC quick check at U+%04x\n", cp);
437 log_err("ERROR in NFKD quick check at U+%04x\n", cp);
443 log_err("ERROR in NFKC quick check at U+%04x\n", cp);
454 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count])
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 140 * We are switching over to having a hash table for quick look
155 // Add quick look-up to find with uri/local name pair
186 * it also keeps the hashtable up to date for quick lookup via
199 // potentially new qName/index pairs for quick lookup.
  /dalvik/tests/etc/
default-build 37 # quick shuffle so that the stored name is "classes.dex"
  /development/pdk/docs/source/
overview.jd 22 <h3>Quick Search Box for Android </h3>
23 <p>Android 1.6 includes a redesigned search framework that provides a quick, effective, and consistent way for users to search across multiple sources?such as browser bookmarks history, contacts, and the web?directly from the home screen.
29 <p>The search framework also provides developers a way to easily expose relevant content from their applications in Quick Search Box.
56 <p>The Android search framework has been redesigned and expanded to provide third-party applications the opportunity to surface content from their applications in Quick Search Box, the global search tool. To do this, developers will need to make their app "searchable" and provide suggestions in response to user queries. To enable application search suggestions, users simply select each application from which they'd like to receive suggestions, under Searchable items in the Search settings.
  /external/dropbear/libtommath/
bn_mp_toradix.c 31 /* quick out if its zero */

Completed in 111 milliseconds

1 23 4 5 6 7 8 91011>>