/external/chromium_org/components/cronet/android/ |
org_chromium_net_UrlRequestContext.cc | 132 std::string query = base::android::ConvertJavaStringToUTF8(env, filter); local 133 std::string json = base::StatisticsRecorder::ToJSON(query);
|
/external/chromium_org/components/query_parser/ |
snippet_unittest.cc | 90 // |query| against |document|. Matches are surrounded by "**". 92 const std::string& query) { 102 base::SplitString(query, ' ', &query_words);
|
/external/chromium_org/components/test/data/web_database/ |
version_21.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);
|
version_22_corrupt.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/net/tools/dns_fuzz_stub/ |
dns_fuzz_stub.cc | 129 LOG(INFO) << "Query: id=" << id_int << ", " 139 net::DnsQuery query(id, qname, qtype); 143 if (!response.InitParse(resp_buf.size(), query)) {
|
/external/chromium_org/ppapi/tests/ |
test_url_util.cc | 42 "http://me:pw@Google.com:1234/path?query#ref ", 47 "http://me:pw@google.com:1234/path?query#ref"); 54 ASSERT_TRUE(ComponentEquals(c.query, 34, 5)); 68 ASSERT_TRUE(ComponentEquals(c.query, 0, -1));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/ |
ExtensionPanel.js | 86 * @param {string} query 90 performSearch: function(query, shouldJump, jumpBackwards) 92 WebInspector.extensionServer.notifySearchAction(this.name, WebInspector.extensionAPI.panels.SearchAction.PerformSearch, query);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
Resource.js | 253 * @param {string} query 258 searchInContent: function(query, caseSensitive, isRegex, callback) 275 PageAgent.searchInResource(this.frameId, this.url, query, caseSensitive, isRegex, callbackWrapper);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
http_header_util.py | 247 if parsed.query: 248 path += '?' + parsed.query
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
reflectionhandler.py | 75 self.query = cgi.parse_qs(query_string) 78 self.query = {}
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_context.c | 105 struct pipe_query *query, 110 llvmpipe->render_cond_query = query;
|
/external/chromium_org/third_party/skia/src/core/ |
SkTileGrid.cpp | 68 void SkTileGrid::search(const SkIRect& query, SkTDArray<void*>* results) { 69 SkIRect adjustedQuery = query; 76 // Convert the query rectangle from device coordinates to tile coordinates 78 // region includes the query rectangle. (using truncating division to "floor")
|
/external/deqp/modules/egl/ |
teglInfoTests.cpp | 76 QueryStringCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint query) 78 , m_query (query)
|
/external/llvm/lib/CodeGen/ |
LiveRegMatrix.cpp | 58 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]); 69 // No need to clear Queries here, since LiveIntervalUnion::Query doesn't 133 LiveIntervalUnion::Query &LiveRegMatrix::query(LiveInterval &VirtReg, function in class:LiveRegMatrix 135 LiveIntervalUnion::Query &Q = Queries[RegUnit]; 155 if (query(VirtReg, *Units).checkInterference())
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_context.c | 105 struct pipe_query *query, 110 llvmpipe->render_cond_query = query;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
DatabaseTestBase.java | 93 Cursor cursor = database.query("table_name", new String[]{"second_column", "first_column"}, null, null, null, null, null); 242 Cursor cursor = database.query("table_name", new String[]{"second_column", "first_column"}, null, null, null, null, null); 273 Cursor cursor = database.query("table_name", new String[]{"id", "name"}, null, null, null, null, null); 286 Cursor cursor = database.query("table_name", new String[]{"id", "name"}, null, null, null, null, null); 300 Cursor cursor = database.query("table_name", new String[]{"id", "name"}, null, null, null, null, null); 486 Cursor cursor = database.query("table_name", new String[]{"big_int"}, null, null, null, null, null); 595 Cursor cursor = database.query("table_name", new String[]{"id", "name"}, null, null, null, null, null); 602 Cursor cursor = database.query("table_name", new String[]{"id", "name"}, null, null, null, null, null);
|
/external/skia/src/core/ |
SkTileGrid.cpp | 68 void SkTileGrid::search(const SkIRect& query, SkTDArray<void*>* results) { 69 SkIRect adjustedQuery = query; 76 // Convert the query rectangle from device coordinates to tile coordinates 78 // region includes the query rectangle. (using truncating division to "floor")
|
/frameworks/av/cmds/screenrecord/ |
EglWindow.cpp | 48 surface->query(NATIVE_WINDOW_WIDTH, &mWidth); 49 surface->query(NATIVE_WINDOW_HEIGHT, &mHeight);
|
/frameworks/base/core/java/android/provider/ |
SyncStateContract.java | 75 Cursor c = provider.query(uri, DATA_PROJECTION, SELECT_BY_ACCOUNT, 78 // Unable to query the provider 130 Cursor c = provider.query(uri, DATA_PROJECTION, SELECT_BY_ACCOUNT,
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalProvider.java | 84 public Cursor query(Uri url, String[] projectionIn, String selection, method in class:LocalProvider 88 // Generate the body of the query 104 Cursor ret = qb.query(db, projectionIn, selection, selectionArgs, 108 if (false) Log.d(TAG, "Alarms.query: failed");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapUtils.java | 130 Cursor c = context.getContentResolver().query( 142 Cursor c = context.getContentResolver().query(
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
City.java | 39 * THEY MUST BE KEPT IN SYNC WITH ABOVE QUERY COLUMNS 76 * @param contentResolver to perform the query on. 81 Cursor cursor = contentResolver.query(getContentUriForId(cityId), 102 * @param contentResolver to perform the query on. 113 Cursor cursor = contentResolver.query(CONTENT_URI, QUERY_COLUMNS,
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
SearchParser.java | 36 String query) 43 mQuery = query;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailStatusTable.java | 85 public Cursor query(UriData uriData, String[] projection, String selection, method in class:VoicemailStatusTable 94 Cursor c = qb.query(db, projection, combinedClause, selectionArgs, null, null, sortOrder);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
CallLogProviderTest.java | 164 Cursor c = mResolver.query(filterUri, null, null, null, null); 171 c = mResolver.query(filterUri, null, null, null, null); 249 Cursor c = mResolver.query(uri, projection, null, null, null); 278 mResolver.query(uri, null, null, null, null); 303 // exposed through call_log provider query. 305 // Query. 306 Cursor cursor = mResolver.query(Calls.CONTENT_URI, null, null, null, null); 368 mResolver.query(Calls.CONTENT_URI_WITH_VOICEMAIL, null, null, null, null); 374 mResolver.query(Calls.CONTENT_URI_WITH_VOICEMAIL, null, null, null, null); 379 mResolver.query(Calls.CONTENT_URI_WITH_VOICEMAIL, null, null, null, null) [all...] |