Searched refs:query (Results 101 - 125 of 328) sorted by relevance

1234567891011>>

/external/chromium/net/tools/flip_server/
H A Dloadtime_measurement.h72 std::vector<std::string> query; local
73 split_string(action, '?', &query);
75 split_string(query[1], '&', &params);
/external/webkit/Source/WebKit/chromium/tests/
H A DKURLTest.cpp60 const char* query; member in struct:__anon14783::ComponentCase
75 const char* query; member in struct:__anon14783::GetterCase
96 EXPECT_EQ(cases[i].query, kurl.query());
110 EXPECT_EQ(cases[i].query, kurl.query());
121 // url protocol host port user pass path lastPath query ref
147 EXPECT_EQ(cases[i].query, kurl.query());
189 // We also can't test clearing the query
201 const char* query; member in struct:__anon14783::ExpectedComponentCase
434 const char query[] = "foo=bar"; local
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.cc19 // Used when finding the set of bookmarks that match a query. Each match
21 // query as well as the set of nodes that contain those terms in their titles.
23 // List of terms matching the query.
77 const string16& query,
80 std::vector<string16> terms = ExtractQueryWords(query);
98 parser.ParseQuery(query, &query_nodes.get());
146 // Check that the result matches the query. The previous search
148 // of QueryParser may filter it out. For example, the query
240 std::vector<string16> BookmarkIndex::ExtractQueryWords(const string16& query) { argument
242 if (query
76 GetBookmarksWithTitlesMatching( const string16& query, size_t max_count, std::vector<bookmark_utils::TitleMatch>* results) argument
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dhistory_ui.cc157 // Set our query options.
164 // Need to remember the query string for our results.
181 string16 query; local
182 ExtractSearchHistoryArguments(args, &month, &query);
184 // Set the query ranges for the given month.
190 // Need to remember the query string for our results.
191 search_text_ = query;
306 string16* query) {
308 query->clear();
309 CHECK(args->GetString(0, query));
303 ExtractSearchHistoryArguments( const ListValue* args, int* month, string16* query) argument
[all...]
H A Dhistory2_ui.h73 string16* query);
75 // Figure out the query options for a month-wide query.
H A Dhistory_ui.h69 string16* query);
71 // Figure out the query options for a month-wide query.
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp313 GstQuery* query = gst_query_new_position(GST_FORMAT_TIME); local
314 if (!gst_element_query(m_playBin, query)) {
315 LOG_VERBOSE(Media, "Position query failed...");
316 gst_query_unref(query);
321 gst_query_parse_position(query, 0, &position);
330 gst_query_unref(query);
382 // Media duration query failed already, don't attempt new useless queries.
393 LOG_VERBOSE(Media, "Time duration query failed.");
677 GstQuery* query = gst_query_new_buffering(GST_FORMAT_PERCENT);
679 if (!gst_element_query(m_playBin, query)) {
822 GstQuery* query = gst_query_new_buffering(GST_FORMAT_PERCENT); local
971 GstQuery* query = gst_query_new_position(GST_FORMAT_BYTES); local
983 GstQuery* query = gst_query_new_position(GST_FORMAT_BYTES); local
[all...]
/external/chromium/chrome/browser/history/
H A Dsnippet_unittest.cc89 // |query| against |document|. Matches are surrounded by "**".
91 const std::string& query) {
101 base::SplitString(query, ' ', &query_words);
90 BuildSnippet(const std::string& document, const std::string& query) argument
H A Dtext_database.h55 // Computes the matches for the query, returning results in decreasing order
123 // Executes the given query. See QueryOptions for more info on input.
134 // QueryParser to this method as the query string.
135 void GetTextMatches(const std::string& query,
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l65 allow-query return ALLOWQUERY;
/external/webkit/Source/WebCore/inspector/front-end/
H A DExtensionPanel.js56 performSearch: function(query)
58 WebInspector.extensionServer.notifySearchAction(this._id, "performSearch", query);
/external/webkit/Source/WebCore/platform/
H A DKURLGoogle.cpp385 // Any query portion of the relative URL will be encoded in the given encoding.
548 String query = m_url.componentString(m_url.m_parsed.query); local
549 const UChar* pos = query.characters();
550 const UChar* end = query.characters() + query.length();
580 String KURL::query() const function in class:WebCore::KURL
582 if (m_url.m_parsed.query.len >= 0)
583 return m_url.componentString(m_url.m_parsed.query);
586 // an empty string when the query i
733 setQuery(const String& query) argument
[all...]
/external/libxml2/include/libxml/
H A Duri.h27 * Note: query is a deprecated field which is incorrectly unescaped.
28 * query_raw takes precedence over query if the former is set.
41 char *query; /* the query string (deprecated - use with caution) */ member in struct:_xmlURI
44 char *query_raw; /* the query string (as it appears in the URI) */
/external/llvm/lib/CodeGen/
H A DLiveRegMatrix.h138 /// valid until the next query() call.
139 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned RegUnit);
/external/opencv/cvaux/include/
H A Dcvaux.hpp114 float query( int* bin ) const function in class:CvCamShiftTracker
/external/qemu/android/
H A Dsensors-port.c62 * When SDK controller sensors port replies to a "list" query, it replies with
277 /* Completion for the "list" query. */
280 SDKCtlQuery* query,
290 /* Parse query response which is a flat list of SensorEntry entries. */
292 (const SensorEntry*)sdkctl_query_get_buffer_out(query);
335 * have different set of sensors, so we need to re-query sensor list on
359 SDKCtlQuery* const query = local
364 sdkctl_query_release(query);
396 E("Sensors: SDK Controller has failed the handshake due to unknown query.");
279 _on_sensor_list_query(void* query_opaque, SDKCtlQuery* query, AsyncIOState status) argument
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java81 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:SettingsProvider
/external/webkit/Source/WebCore/css/
H A DMediaQueryMatcher.h38 // whenever it is needed and to call the listeners if the corresponding query has changed.
65 MediaQueryList* query() { return m_query.get(); } function in class:WebCore::MediaQueryMatcher::Listener
81 // that a media query result change is notified exactly once.
/external/webkit/Source/WebCore/inspector/
H A DInspectorDatabaseAgent.h67 void executeSQL(ErrorString*, int databaseId, const String& query, bool* success, int* transactionId);
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.h60 // prepares, steps, and finalizes the query.
94 const String& query() const { return m_query; } function in class:WebCore::SQLiteStatement
/external/chromium/chrome/browser/download/
H A Ddownload_item.cc532 bool DownloadItem::MatchesQuery(const string16& query) const {
533 if (query.empty())
536 DCHECK_EQ(query, l10n_util::ToLower(query));
539 if (url_raw.find(query) != string16::npos)
550 if (url_formatted.find(query) != string16::npos)
555 // due to normalization and we have a fancier search-query system
558 if (path.find(query) != string16::npos)
/external/chromium/googleurl/src/
H A Dgurl_unittest.cc85 EXPECT_EQ("q=a", url.query());
101 EXPECT_EQ("", url.query());
119 EXPECT_EQ("q=a", url2.query());
134 EXPECT_EQ("", invalid2.query());
151 EXPECT_EQ("", url.query());
240 const char* query; member in struct:ReplaceCase
262 SetupReplacement(&GURL::Replacements::SetQuery, &repl, cur.query);
279 {"http://www.google.com/foo/bar.html?query#ref", "/foo/bar.html?query"},
H A Durl_canon.h208 // Converts query strings into a custom encoding. The embedder can supply an
220 // converter supports. This is used only for the query encoding conversion,
478 const url_parse::Component& query,
483 const url_parse::Component& query,
554 // Use for mailto URLs. This "canonicalizes" the url into a path and query
556 // the query encoding if there is a query. This is because a mailto URL is
558 // etc. which would influence a query encoding normally are irrelevant.
597 query(NULL),
610 query(default_valu
620 const CHAR* query; member in struct:url_canon::URLComponentSource
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py91 self.query = urlparse.parse_qs(query_string)
94 self.query = {}
119 test = self.query['test'][0]
120 baseline_target = self.query['baseline-target'][0]
121 baseline_move_to = self.query['baseline-move-to'][0]
159 test_name, _ = os.path.splitext(self.query['test'][0])
160 mode = self.query['mode'][0]
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_parser.cc384 std::string* query) {
385 if (!query->empty())
386 query->append("&");
388 query->append(key);
389 query->append("=");
391 query->append(value);
412 url_parse::Component query = url.parsed_for_possibly_invalid_spec().query; local
415 while (url_parse::ExtractQueryKeyValue(url_spec, &query, &key, &value)) {
426 new_query = url.query();
382 AppendParamToQuery(const std::string& key, const std::string& value, std::string* query) argument
[all...]

Completed in 1571 milliseconds

1234567891011>>