HomeSort by relevance Sort by last modified time
    Searched refs:query (Results 476 - 500 of 1949) sorted by null

<<11121314151617181920>>

  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE,
161 mDb.query(true, DATABASE_TABLE, new String[] {KEY_ROWID,
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java 146 return mDb.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_TITLE,
161 mDb.query(true, DATABASE_TABLE, new String[] {KEY_ROWID,
  /external/chromium_org/chrome/browser/chromeos/dbus/
org.chromium.LibCrosService.conf 22 <!-- tlsdate needs to query proxy config. -->
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate_browsertest.cc 47 // Returns the value of |query| from Javascript as an int.
48 int GetScriptIntValue(const std::string& query) {
52 "domAutomationController.send(" + query + ")",
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider.cc 55 void AppSearchProvider::Start(const base::string16& query) {
56 const TokenizedString query_terms(query);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/cld/
background.js 25 chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
iri2uri.py 70 (scheme, authority, path, query, fragment) = urlparse.urlsplit(uri)
75 uri = urlparse.urlunsplit((scheme, authority, path, query, fragment))
  /external/chromium_org/components/bookmarks/browser/
bookmark_utils.cc 284 const QueryFields& query,
290 if (query.word_phrase_query) {
291 parser.ParseQueryWords(base::i18n::ToLower(*query.word_phrase_query),
305 if (query.url) {
308 !(base::UTF8ToUTF16(node->url().spec()) == *query.url ||
311 net::UnescapeRule::NORMAL, NULL, NULL, NULL) == *query.url)) {
315 if (query.title && node->GetTitle() != *query.title)
  /external/chromium_org/components/policy/core/browser/
url_blacklist_manager.h 78 // |path| does not include query parameters.
79 // |query| contains the query parameters ('?' not included).
87 std::string* query);
101 const std::string& query,
  /external/chromium_org/components/test/data/web_database/
version_20.sql 11 INSERT INTO "keywords" VALUES(4,'Bing','bing.com','http://www.bing.com/s/wlflag.ico','http://www.bing.com/search?setmkt=en-US&q={searchTerms}',1,1,'',0,0,'UTF-8','http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}',3);
13 INSERT INTO "keywords" VALUES(6,'NYTimes','query.nytimes.com','','http://query.nytimes.com/gst/handler.html?query={searchTerms}&opensearch=1',1,0,'',1283287335,0,'','',0);
version_22.sql 11 INSERT INTO "keywords" VALUES(4,'Bing','bing.com','http://www.bing.com/s/wlflag.ico','http://www.bing.com/search?setmkt=en-US&q={searchTerms}',1,1,'',0,0,'UTF-8','http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}',3,0);
13 INSERT INTO "keywords" VALUES(6,'NYTimes','query.nytimes.com','','http://query.nytimes.com/gst/handler.html?query={searchTerms}&opensearch=1',1,0,'',1283287335,0,'','',0,0);
  /external/chromium_org/ppapi/api/dev/
ppb_url_util_dev.idl 22 * don't include the @ and :, the port doesn't include the colon, the query
30 * http://foo/search -> query = (0, -1)
31 * http://foo/search? -> query = (18, 0)
47 PP_URLComponent_Dev query;
  /external/chromium_org/ppapi/shared_impl/
ppb_url_util_shared.cc 39 ConvertComponent(input.query, &output->query);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
SearchableView.js 497 var query = this._searchInputElement.value;
498 if (!query || (!forceSearch && query.length < this._minimalSearchQuerySize && !this._currentQuery)) {
503 this._currentQuery = query;
504 this._searchProvider.currentQuery = query;
505 this._searchProvider.performSearch(query, shouldJump, jumpBackwards);
561 * @param {string} query
565 performSearch: function(query, shouldJump, jumpBackwards) { },
586 * @param {string} query
589 replaceAllWith: function(query, replacement) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Database.js 100 * @param {string} query
104 executeSql: function(query, onSuccess, onError)
131 this._model._agent.executeSQL(this._id, query, callback);
  /external/chromium_org/third_party/libxml/src/
testURI.c 43 if (uri->query) printf("query: %s\n", uri->query);
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 78 * Given a query rectangle, populates the passed-in array with the elements it intersects
80 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
165 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app_unittest.py 62 self.assertEqual(services.Profiler.query().count(), 1)
77 self.assertEqual(services.Template.query().count(), 2)
  /external/chromium_org/ui/app_list/views/
search_box_view_unittest.cc 97 base::string16 query = last_query_; local
99 return base::UTF16ToUTF8(query);
  /external/chromium_org/url/
url_parse_unittest.cc 61 const char* query; member in struct:url::__anon21057::URLParseCase
79 const char* query; member in struct:url::__anon21057::MailtoURLParseCase
93 const char* query; member in struct:url::__anon21057::FileSystemURLParseCase
177 {"http://u:p@h:8/p?q#r", Parsed::QUERY, true, 16},
178 {"http://u:p@h:8/p?q#r", Parsed::QUERY, false, 17},
184 {"http://u:p@h:8/p#r", Parsed::QUERY, true, 16},
222 // Input Scheme Usrname Passwd Host Port Path Query Ref
296 // Use the first question mark for the query and the ref.
333 EXPECT_TRUE(ComponentMatches(url, cases[i].query, parsed.query));
536 Component query = parsed.query; local
    [all...]
  /external/deqp/modules/gles2/
tes2InfoTests.cpp 48 QueryStringCase (Context& context, const char* name, const char* description, deUint32 query)
50 , m_query (query)
  /external/deqp/modules/gles3/
tes3InfoTests.cpp 48 QueryStringCase (Context& context, const char* name, const char* description, deUint32 query)
50 , m_query (query)
  /external/deqp/modules/gles31/
tes31InfoTests.cpp 48 QueryStringCase (Context& context, const char* name, const char* description, deUint32 query)
50 , m_query (query)
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 65 allow-query return ALLOWQUERY;
  /external/skia/src/core/
SkRTree.h 78 * Given a query rectangle, populates the passed-in array with the elements it intersects
80 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
165 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;

Completed in 1656 milliseconds

<<11121314151617181920>>