HomeSort by relevance Sort by last modified time
    Searched full:queries (Results 1 - 25 of 406) 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/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,
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 28 // |queries| should be terminated by {NULL, NULL}. A sentinel is used
32 PacQuery queries[100]; member in struct:PacPerfTest
34 // Returns the actual number of entries in |queries| (assumes NULL sentinel).
44 { // queries:
62 for (size_t i = 0; i < arraysize(queries); ++i) {
63 if (queries[i].query_url == NULL)
87 test_data.queries,
94 const PacQuery* queries,
122 const PacQuery& query = queries[i % queries_len];
  /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...]
  /external/protobuf/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adb.h 35 /* ADB queries */
  /packages/apps/Contacts/src/com/android/contacts/
ContactsSearchManager.java 32 * the search queries.
38 * the search queries.
  /libcore/luni/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 285 @KnownFailure("Return value wrong for queries below.")
288 String[] queries = { local
300 for (int i = 0; i < queries.length; i++) {
304 boolean res = st.execute(queries[i]);
351 String[] queries = { local
361 for (int i = 0; i < queries.length; i++) {
365 st.execute(queries[i], Statement.NO_GENERATED_KEYS);
380 for (int i = 0; i < queries.length; i++) {
384 st.execute(queries[i], Statement.RETURN_GENERATED_KEYS);
752 String[] queries = local
800 String[] queries = { local
845 String[] queries = { local
886 String[] queries = { local
1178 String[] queries = { local
1237 String[] queries = { local
1700 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/chromium/net/base/
net_test_suite.h 31 // be mapped to localhost. This prevents DNS queries from being sent 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/docs/html/guide/topics/search/
adding-recent-query-suggestions.jd 14 <li><a href="#SavingQueries">Saving Queries</a></li>
32 queries. For example, if a user previously searched for "puppies," then that query appears as a
44 <img src="{@docRoot}images/search/search-suggest-recent-queries.png" alt="" height="417" />
55 <p>To provide recent queries suggestions, you need to:</p>
64 <li>Save queries to your content provider each time a search is executed.</li>
179 <h2 id="SavingQueries">Saving Queries</h2>
181 <p>To populate your collection of recent queries, add each query
  /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)"), "!" },

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>