HomeSort by relevance Sort by last modified time
    Searched full:queries (Results 1 - 25 of 348) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/css/
MediaQueryEvaluator.h 41 * Class that evaluates css media queries as defined in
42 * CSS3 Module "Media Queries" (http://www.w3.org/TR/css3-mediaqueries/)
43 * Special constructors are needed, if simple media queries are to be
54 /** Creates evaluator which evaluates only simple media queries
60 /** Creates evaluator which evaluates only simple media queries
67 /** Creates evaluator which evaluates full media queries
76 /** Evaluates a list of media queries */
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/regex/
NativeRegEx.java 83 * Queries the start of the region of the input to be considered during
89 * Queries the end of the region of the input to be considered during
100 * Queries the transparency of the region bounds.
110 * Queries the anchoring property of the region bounds.
115 * Queries whether we hit the end of the input during the last match.
120 * Queries whether more input might change a current match, but wouldn't
  /dalvik/hit/src/com/android/hit/
Main.java 57 Map<String, Set<ClassObj>> someClasses = Queries.classes(state, x);
71 Map<String, Set<ClassObj>> allClasses = Queries.allClasses(state);
85 Instance[] instances = Queries.instancesOf(state, "java.lang.String");
91 Instance[] instances = Queries.allInstancesOf(state,
  /dalvik/vm/native/
SystemThread.h 26 * Queries the system thread status for the given thread. If the thread is in
27 * native code, this function queries the system thread state and converts it
  /packages/apps/Phone/src/com/android/phone/
INetworkQueryService.aidl 22 * Service interface to handle queries for available networks. The
24 * availability queries instead of making direct calls to the
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
ApplicationsLatency.java 36 private static final String[] queries = { "", "a", "s", "e", "r", "pub", "sanxjkashasrxae" }; field in class:ApplicationsLatency
51 for (String query : queries) {
ContactsLatency.java 36 private static final String[] queries = { "", "a", "s", "e", "r", "pub", "sanxjkashasrxae" }; field in class:ContactsLatency
50 for (String query : queries) {
WebLatency.java 38 private static final String[] queries = { field in class:WebLatency
61 checkSource("WEB", webComponent, queries);
SourceLatency.java 118 Log.d(TAG, src + "[DONE]: " + length + " queries in " + formatTime(time.getAverage())
122 public void checkSource(String src, ComponentName componentName, String[] queries) {
124 int count = queries.length;
125 for (int i = 0; i < queries.length; i++) {
126 long t = checkSource(src, componentName, queries[i]);
129 Log.d(TAG, src + "[DONE]: " + count + " queries in " + formatTime(time.getAverage())
WebConcurrency.java 40 // Delay between queries (in milliseconds).
  /external/gtest/scripts/
gtest-config.in 20 overrides may be issued in combination with any other queries, but will only
21 affect installation queries if called on a built but not installed gtest. The
22 installation queries may not be issued with any other types of queries, and
23 only one installation query may be made at a time. The version queries and
24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
53 Installation Queries:
60 Version Queries
    [all...]
  /frameworks/base/core/java/android/net/
IThrottleManager.aidl 22 * Interface that answers queries about data transfer amounts and throttling
IConnectivityManager.aidl 23 * Interface that answers queries about, and allows changing, the
  /packages/apps/Contacts/src/com/android/contacts/
ContactsSearchManager.java 32 * the search queries.
38 * the search queries.
  /frameworks/base/docs/html/guide/topics/search/
adding-recent-query-suggestions.jd 19 <li><a href="#SavingQueries">Saving queries</a></li>
32 on queries previously entered by the user. So, if the user previously searched for "puppies" then it
43 <img src="{@docRoot}images/search/search-suggest-recent-queries.png" alt="" height="417"
51 <p>To provide recent queries suggestions, you need to:</p>
59 <li>Save queries to your content provider each time a search is made.</li>
169 <h2 id="SavingQueries">Saving queries</h2>
171 <p>In order to populate your collection of recent queries, you need to add each query
206 <p>That's all that's needed to build a recent queries suggestion provider. However, there's one
213 query suggestions. To clear the recent queries, simply call {@link
  /dalvik/libcore/sql/src/test/java/tests/sql/
SQLTest.java 83 String[] queries = { local
91 for (int i = 0; i < queries.length; i++) {
92 st.execute(queries[i]);
StatementTest.java 284 @KnownFailure("Return value wrong for queries below.")
287 String[] queries = { local
299 for (int i = 0; i < queries.length; i++) {
303 boolean res = st.execute(queries[i]);
350 String[] queries = { local
360 for (int i = 0; i < queries.length; i++) {
364 st.execute(queries[i], Statement.NO_GENERATED_KEYS);
379 for (int i = 0; i < queries.length; i++) {
383 st.execute(queries[i], Statement.RETURN_GENERATED_KEYS);
788 String[] queries = local
836 String[] queries = { local
881 String[] queries = { local
922 String[] queries = { local
1215 String[] queries = { local
1274 String[] queries = { local
1734 String[] queries = { local
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 53 * Builds up a UriMatcher for search suggestion and shortcut refresh queries.
66 * could expect to receive refresh queries when a shortcutted suggestion is displayed in
82 * Handles all the dictionary searches and suggestion queries from the Search Manager.
150 * could expect to receive refresh queries when a shortcutted suggestion is displayed in
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queries.py 46 bug_ids = tool.bugs.queries.fetch_bug_ids_from_commit_queue()
56 patches = tool.bugs.queries.fetch_patches_from_commit_queue()
84 patches = tool.bugs.queries.fetch_patches_from_pending_commit_list()
101 patch_ids = tool.bugs.queries.fetch_attachment_ids_from_review_queue()
  /frameworks/base/core/tests/coretests/src/android/content/
SearchRecentSuggestionsProviderTest.java 106 * Simple test to see if we can write and read back a diverse set of queries
109 // we'll make 10 queries named "query x" and 10 queries named "test x"
128 * Test that the reordering code works properly. The most recently injected queries
129 * should replace existing queries and be sorted to the top of the list.
132 // first we'll make 10 queries named "group1 x"
213 // first we'll make 50 queries named "group1 x"
255 // first we'll make 10 queries named "group1 x"
278 * Write a sequence of queries into the database, with incrementing counters in the strings.
289 * A very slight delay to ensure that successive groups of queries in the DB canno
    [all...]
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 33 * it launches an asynchronous query (queries should always be asynchronous) to load
95 * We should always run database queries on a background thread. The database may be
  /external/clearsilver/python/examples/base/
log.py 8 DEV_UPDATE = "update queries"
9 DEV_SELECT = "select queries"
  /external/dnsmasq/contrib/try-all-ns/
dnsmasq-2.35-try-all-ns.patch 56 { "-0, --dns-forward-max=<queries>", gettext_noop("Maximum number of concurrent DNS queries. (defaults to %s)"), "!" },
  /frameworks/base/docs/html/resources/articles/
can-i-use-this-intent.jd 18 The example below shows a helper method that queries the system package manager
25 * method queries the package manager for installed packages that can
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
MultiSourceCorpus.java 65 * @param results The results of the queries.
66 * @param latency Latency in milliseconds of the suggestion queries.

Completed in 166 milliseconds

1 2 3 4 5 6 7 8 91011>>