Searched refs:QUERY (Results 1 - 25 of 44) sorted by relevance

12

/external/smack/src/org/xbill/DNS/
H A DOpcode.java14 public static final int QUERY = 0; field in class:Opcode
38 opcodes.add(QUERY, "QUERY");
H A DSimpleResolver.java233 if (query.getHeader().getOpcode() == Opcode.QUERY) {
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/
H A Dpopup.js11 var QUERY = 'kittens'; variable
26 'text=' + encodeURIComponent(QUERY) + '&' +
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_input_unittest.cc31 { ASCIIToUTF16("foo.-com"), AutocompleteInput::QUERY },
39 { ASCIIToUTF16("foo bar.com"), AutocompleteInput::QUERY },
40 { ASCIIToUTF16("foo bar"), AutocompleteInput::QUERY },
41 { ASCIIToUTF16("foo+bar"), AutocompleteInput::QUERY },
43 { ASCIIToUTF16("\"foo:bar\""), AutocompleteInput::QUERY },
48 { ASCIIToUTF16("foo.com:123456"), AutocompleteInput::QUERY },
49 { ASCIIToUTF16("foo.com:abc"), AutocompleteInput::QUERY },
50 { ASCIIToUTF16("1.2.3.4:abc"), AutocompleteInput::QUERY },
94 { ASCIIToUTF16("http://foo.com:abc"), AutocompleteInput::QUERY },
95 { ASCIIToUTF16("http://foo.com:123456"), AutocompleteInput::QUERY },
[all...]
H A Dautocomplete_input.cc115 case QUERY: return "query";
208 return QUERY;
270 return QUERY;
296 return QUERY; // Could be a broken IP address, etc.
316 // the hostname we assume this is a search and return QUERY.
321 // * The user is typing some garbage string. Return QUERY.
330 (host.find(' ') == base::string16::npos))) ? UNKNOWN : QUERY;
341 return QUERY;
420 // QUERY. Since this is indistinguishable from the case above, and this
H A Dautocomplete_input.h20 // cannot be opened as a URL, so it is marked as a QUERY; yet the user
27 QUERY, // Input autodetected as a query enumerator in enum:AutocompleteInput::Type
159 // not guaranteed to be valid, especially if the parsed type is, e.g., QUERY.
H A Dbookmark_provider.cc49 (input.type() != AutocompleteInput::QUERY)) ||
H A Dbuiltin_provider.cc61 (input.type() == AutocompleteInput::QUERY))
H A Dcontact_provider_chromeos.cc120 input.type() != AutocompleteInput::QUERY &&
H A Dhistory_quick_provider.cc129 (autocomplete_input_.type() != AutocompleteInput::QUERY) &&
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_unittest.cc287 { ASCIIToUTF16("foo;bar"), AutocompleteInput::QUERY },
289 { ASCIIToUTF16("foo bar.com"), AutocompleteInput::QUERY },
290 { ASCIIToUTF16("foo bar"), AutocompleteInput::QUERY },
291 { ASCIIToUTF16("foo+bar"), AutocompleteInput::QUERY },
293 { ASCIIToUTF16("\"foo:bar\""), AutocompleteInput::QUERY },
298 { ASCIIToUTF16("foo.com:123456"), AutocompleteInput::QUERY },
299 { ASCIIToUTF16("foo.com:abc"), AutocompleteInput::QUERY },
300 { ASCIIToUTF16("1.2.3.4:abc"), AutocompleteInput::QUERY },
336 { ASCIIToUTF16("http://foo.com:abc"), AutocompleteInput::QUERY },
337 { ASCIIToUTF16("http://foo.com:123456"), AutocompleteInput::QUERY },
[all...]
H A Dbuiltin_provider.cc31 (input.type() == AutocompleteInput::QUERY) ||
H A Dautocomplete.cc108 case QUERY: return "query";
193 return QUERY;
255 return QUERY;
276 return QUERY; // Could be a broken IP address, etc.
296 // the hostname we assume this is a search and return QUERY.
301 // * The user is typing some garbage string. Return QUERY.
310 UNKNOWN : QUERY;
324 return QUERY;
398 // QUERY. Since the above case and this one are indistinguishable, and this
H A Dautocomplete.h113 // QUERY input type:
188 // cannot be opened as a URL, so it is marked as a QUERY; yet the user
197 QUERY, // Input autodetected as a query enumerator in enum:AutocompleteInput::Type
237 // not guaranteed to be valid, especially if the parsed type is, e.g., QUERY.
H A Dhistory_url_provider.cc190 (params->input.type() != AutocompleteInput::QUERY) &&
583 if ((input.type() != AutocompleteInput::QUERY) &&
/external/chromium/chrome/browser/autofill/
H A Dform_structure.h128 QUERY, enumerator in enum:FormStructure::EncodeRequestType
/external/chromium/googleurl/src/
H A Durl_parse.h118 QUERY, enumerator in enum:url_parse::Parsed::ComponentType
156 // *QUERY: 14 15 <-
H A Durl_parse.cc621 if (type < QUERY || (type == QUERY && include_delimiter))
623 if (type == QUERY)
H A Durl_parse_unittest.cc188 {"http://u:p@h:8/p?q#r", Parsed::QUERY, true, 16},
189 {"http://u:p@h:8/p?q#r", Parsed::QUERY, false, 17},
195 {"http://u:p@h:8/p#r", Parsed::QUERY, true, 16},
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.h178 QUERY, enumerator in enum:autofill::FormStructure::EncodeRequestType
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.h93 QUERY, enumerator in enum:url_parse::Parsed::ComponentType
135 // *QUERY: 14 15 <-
H A Durl_parse.cc784 if (type < QUERY || (type == QUERY && include_delimiter))
786 if (type == QUERY)
/external/dnsmasq/src/
H A Dnameser.h120 #define QUERY 0x0 /* standard query */ macro
/external/tcpdump/
H A Dnameser.h91 #define QUERY 0x0 /* standard query */ macro
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url.cc226 search_term_key_location_(url_parse::Parsed::QUERY),
240 search_term_key_location_(url_parse::Parsed::QUERY),
492 (search_term_key_location_ == url_parse::Parsed::QUERY) ?
769 url_parse::Parsed::REF : url_parse::Parsed::QUERY;

Completed in 616 milliseconds

12