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

  /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/googleurl/src/
url_parse.h 117 QUERY,
136 // Note that this can get a little funny for the port, query, and ref
142 // delimited components that is present (the port and query) and one that
147 // Example input: http://foo:80/?query
155 // *QUERY: 14 15 <-
191 // a question mark but no query string.
192 Component query; member in struct:url_parse::Parsed
233 // MailtoURL is for mailto: urls. They are made up scheme,path,query
308 // Extract the first key/value from the range defined by |*query|. Updates
309 // |*query| to start at the end of the extracted key/value pair. This i
    [all...]
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 37 * incoming query is as follows:
57 public static final String QUERY = "query";
69 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. */
150 * Add a query to the recent queries list
    [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 84 * to obtain the query string from Intent.ACTION_SEARCH.
86 public final static String QUERY = "query";
92 * to obtain the query string typed in by the user.
93 * This may be different from the value of {@link #QUERY}
95 * In that case, {@link #QUERY} will contain the value of
124 * to obtain the keycode that the user used to trigger this query. It will be zero if the
139 * the initial query should be selected when the global search activity is started, so
140 * that the user can easily replace it with another query.
295 * used when forming the suggestion's query
    [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/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 398 milliseconds