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

  /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/base/core/java/android/provider/
SearchRecentSuggestions.java 38 * incoming query is as follows:
56 public static final String QUERY = "query";
68 SuggestionColumns.QUERY,
80 SuggestionColumns.QUERY,
86 /** Index into the provided query projections. For use with Cursor.update methods. */
88 /** Index into the provided query projections. For use with Cursor.update methods. */
90 /** Index into the provided query projections. For use with Cursor.update methods. */
92 /** Index into the provided query projections. For use with Cursor.update methods. */
141 * Add a query to the recent queries list. Returns immediately, performing the sav
    [all...]
  /frameworks/base/libs/gui/
ISurfaceTexture.cpp 41 QUERY,
167 virtual int query(int what, int* value) { function in class:android::BpSurfaceTexture
171 status_t result = remote()->transact(QUERY, data, &reply);
304 case QUERY: {
308 int res = query(what, &value);
  /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 82 * to obtain the query string from Intent.ACTION_SEARCH.
84 public final static String QUERY = "query";
90 * to obtain the query string typed in by the user.
91 * This may be different from the value of {@link #QUERY}
93 * In that case, {@link #QUERY} will contain the value of
122 * to obtain the keycode that the user used to trigger this query. It will be zero if the
137 * the initial query should be selected when the global search activity is started, so
138 * that the user can easily replace it with another query.
174 * Flag to specify that the entry can be used for query refinement, i.e., the query tex
    [all...]
  /prebuilt/linux-x86/toolchain/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
  /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...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 269 milliseconds