HomeSort by relevance Sort by last modified time
    Searched defs:QUERY (Results 1 - 25 of 30) sorted by null

1 2

  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
SearchViewModifier.java 28 public static final int QUERY = 1;
46 case QUERY:
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
WebConcurrency.java 38 private static final String QUERY = "hillary clinton";
58 checkSourceConcurrent("WEB", webComponent, QUERY, DELAY_MS);
  /external/chromium/chrome/browser/autofill/
form_structure.h 50 // Encodes the XML query request for the set of forms.
59 // Parses the field types from the server query response. |forms| must be the
60 // same as the one passed to EncodeQueryRequest when constructing the query.
128 QUERY,
136 // it is a query or upload.
  /external/chromium/googleurl/src/
url_parse.h 118 QUERY,
137 // Note that this can get a little funny for the port, query, and ref
143 // delimited components that is present (the port and query) and one that
148 // Example input: http://foo:80/?query
156 // *QUERY: 14 15 <-
193 // a question mark but no query string.
194 Component query; member in struct:url_parse::Parsed
235 // MailtoURL is for mailto: urls. They are made up scheme,path,query
310 // Extract the first key/value from the range defined by |*query|. Updates
311 // |*query| to start at the end of the extracted key/value pair. This i
    [all...]
  /frameworks/native/libs/gui/
ISurfaceTexture.cpp 39 QUERY,
123 virtual int query(int what, int* value) { function in class:android::BpSurfaceTexture
127 status_t result = remote()->transact(QUERY, data, &reply);
232 case QUERY: {
236 int res = query(what, &value);
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 38 * incoming query is as follows:
51 * <a href="{@docRoot}guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query
63 public static final String QUERY = "query";
75 SuggestionColumns.QUERY,
87 SuggestionColumns.QUERY,
93 /** Index into the provided query projections. For use with Cursor.update methods. */
95 /** Index into the provided query projections. For use with Cursor.update methods. */
97 /** Index into the provided query projections. For use with Cursor.update methods. *
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 23 // to Start() a query; the controller in turn passes this call down to the
25 // finished processing the query. When a provider gets more matches or finishes
29 // The owner may also cancel the current query by calling Stop(), which the
48 // Search Primary Provider (past query in history within 2 days) | 1399**
53 // Search Primary Provider (past query in history older than 2 days) | 1050--
64 // Search Secondary Provider (past query in history) | 200--
73 // Search Primary Provider (past query in history within 2 days) | 1399**
78 // Search Primary Provider (past query in history older than 2 days) | 1050--
89 // Search Secondary Provider (past query in history) | 200--
104 // Search Primary Provider (past query in history) | 750-
    [all...]
  /bionic/libc/private/
arpa_nameser_compat.h 93 * Structure for query header. The order of the fields is machine- and
100 unsigned id :16; /* query identification number */
156 #define QUERY ns_o_query
  /frameworks/base/core/java/android/app/
SearchManager.java 85 * to obtain the query string from Intent.ACTION_SEARCH.
87 public final static String QUERY = "query";
93 * to obtain the query string typed in by the user.
94 * This may be different from the value of {@link #QUERY}
96 * In that case, {@link #QUERY} will contain the value of
125 * to obtain the keycode that the user used to trigger this query. It will be zero if the
140 * the initial query should be selected when the global search activity is started, so
141 * that the user can easily replace it with another query.
177 * Flag to specify that the entry can be used for query refinement, i.e., the query tex
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 42 * Structure for query header. The order of the fields is machine- and
49 unsigned id :16; /* query identification number */
104 #define QUERY ns_o_query
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 42 * Structure for query header. The order of the fields is machine- and
49 unsigned id :16; /* query identification number */
104 #define QUERY ns_o_query
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 42 * Structure for query header. The order of the fields is machine- and
49 unsigned id :16; /* query identification number */
104 #define QUERY ns_o_query
  /external/dnsmasq/src/
nameser.h 105 #define QFIXEDSZ 4 /* #/bytes of fixed data in query */
120 #define QUERY 0x0 /* standard query */
121 #define IQUERY 0x1 /* inverse query */
122 #define STATUS 0x2 /* nameserver status query */
133 #define REFUSED 5 /* query refused */
190 /* Query type values which do not appear in resource records */
206 /* Query class values which do not appear in resource records */
277 * Structure for query header. The order of the fields is machine- and
284 unsigned id :16; /* query identification number *
    [all...]
  /external/tcpdump/
nameser.h 69 /* Number of bytes of fixed size data in query structure */
91 #define QUERY 0x0 /* standard query */
92 #define IQUERY 0x1 /* inverse query */
93 #define STATUS 0x2 /* nameserver status query */
132 #define REFUSED 5 /* query refused */
194 /* Query type values which do not appear in resource records */
210 /* Query class values which do not appear in resource records */
225 * Structure for query header.
228 u_int16_t id; /* query identification number *
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 47 // A user-requested query is in progress
86 * Query parameter key that can be used to control the behavior of list queries. The value
88 * required to respect this query parameter
291 * The supported query parameters are limited to those listed
293 * The cursor returned from this query is expected have one row, where the columnm are a
450 * Parameter used to specify the search query.
452 public static final String QUERY = "query";
455 * If specified, the query results will be limited to this folder.
465 * Parameter used to limit the number of rows returned by a conversation list query
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 583 milliseconds

1 2