/development/samples/ApiDemos/src/com/example/android/apis/view/ |
AutoComplete5.java | 35 Cursor cursor = content.query(Contacts.CONTENT_URI,
|
List2.java | 37 Cursor c = getContentResolver().query(Contacts.CONTENT_URI,
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/ |
SelectionBuilder.java | 52 * .query(db, projection, sortOrder) 57 * specified via method call. SelectionBuilder takes care of issuing a "query" command to the 89 * criteria, executed as a sub-query. 254 * SQL sub-query), the column name will be replaced with a more specific, SQL-compatible 284 * Execute query (SQL {@code SELECT}) against specified database. 288 * @param db Database to query. 296 public Cursor query(SQLiteDatabase db, String[] columns, String orderBy) { method in class:SelectionBuilder 297 return query(db, columns, null, null, orderBy, null); 301 * Execute query ({@code SELECT}) against database. 305 * @param db Database to query 322 public Cursor query(SQLiteDatabase db, String[] columns, String groupBy, method in class:SelectionBuilder [all...] |
/external/apache-http/src/org/apache/http/client/utils/ |
URLEncodedUtils.java | 60 * URI's query portion. For example, a URI of 69 * encoding to use while parsing the query 73 final String query = uri.getRawQuery(); local 74 if (query != null && query.length() > 0) { 76 parse(result, new Scanner(query), encoding);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/ |
AutocompleteController.java | 69 * @param url The URL of the current tab, used to suggest query refinements. 70 * @param text The text to query autocomplete suggestions for. 102 * Starts a query for suggestions before any input is available from the user. 107 * @param isQueryInOmnibox Whether the location bar is currently showing a search query. 236 * making a Google search query. 244 * @param query User input text. 247 public OmniboxSuggestion getTopSynchronousMatch(String query) { 248 return nativeGetTopSynchronousMatch(mNativeAutocompleteControllerAndroid, query); 271 long nativeAutocompleteControllerAndroid, String query); 274 * Given a search query, this will attempt to see if the query appears to be portion of [all...] |
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
removable_storage_provider_win.cc | 100 STORAGE_PROPERTY_QUERY query = STORAGE_PROPERTY_QUERY(); local 101 query.PropertyId = StorageDeviceProperty; 102 query.QueryType = PropertyStandardQuery; 108 &query, // Query parameters. 109 sizeof(STORAGE_PROPERTY_QUERY), // query parameters size. 117 PLOG(ERROR) << "Storage property query failed.";
|
/external/chromium_org/chrome/browser/extensions/updater/ |
manifest_fetch_data.cc | 31 std::string query = full_url_.has_query() ? local 32 full_url_.query() + "&" : std::string(); 33 query += chrome::OmahaQueryParams::Get(chrome::OmahaQueryParams::CRX); 35 replacements.SetQueryStr(query);
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
app_search_provider.h | 32 virtual void Start(const base::string16& query) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/ |
webstore_provider.h | 37 virtual void Start(const base::string16& query) OVERRIDE; 59 // The current query.
|
/external/chromium_org/chrome/utility/image_writer/ |
image_writer_win.cc | 30 STORAGE_PROPERTY_QUERY query = STORAGE_PROPERTY_QUERY(); local 31 query.PropertyId = StorageDeviceProperty; 32 query.QueryType = PropertyStandardQuery; 39 &query, // Query parameters. 40 sizeof(STORAGE_PROPERTY_QUERY), // query parameters size. 48 PLOG(ERROR) << "Storage property query failed";
|
/external/chromium_org/chrome/utility/importer/ |
firefox_importer.cc | 159 const char* query = "SELECT h.url, h.title, h.visit_count, " local 165 sql::Statement s(db.GetUniqueStatement(query)); 227 const char* query = "SELECT b.id FROM moz_bookmarks b " local 231 sql::Statement s(db.GetUniqueStatement(query)); 397 const char* query = "SELECT engineid FROM engine_data " local 403 sql::Statement s(db.GetUniqueStatement(query)); 487 const char* query = "SELECT root_name, folder_id FROM moz_bookmarks_roots"; local 488 sql::Statement s(db->GetUniqueStatement(query)); 507 const char* query = "SELECT b.item_id " local 511 sql::Statement s(db->GetUniqueStatement(query)); 521 const char* query = "SELECT b.title " local 549 const char* query = "SELECT b.id, h.url, COALESCE(b.title, h.title), " local 591 const char* query = "SELECT url, data FROM moz_favicons WHERE id=?"; local [all...] |
/external/chromium_org/remoting/host/ |
register_support_host_request.cc | 80 scoped_ptr<XmlElement> query(new XmlElement( 85 query->AddElement(public_key); 86 query->AddElement(CreateSignature(jid).release()); 87 return query.Pass();
|
/external/chromium_org/remoting/webapp/ |
cs_oauth2_trampoline.js | 16 var query = window.location.search.substring(1); 17 var parts = query.split('&');
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
ContentProviderBasedProjectDelegate.js | 204 * @param {string} query 209 searchInFileContent: function(path, query, caseSensitive, isRegex, callback) 212 contentProvider.searchInContent(query, caseSensitive, isRegex, callback); 257 var query = queriesToRun.shift(); 258 this._contentProviders[path].searchInContent(query, !searchConfig.ignoreCase(), searchConfig.isRegex(), contentCallback.bind(this));
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmpptask.cc | 122 XmlElement* XmppTask::MakeIqResult(const XmlElement * query) { 125 if (query->HasAttr(QN_FROM)) { 126 result->AddAttr(QN_TO, query->Attr(QN_FROM)); 128 result->AddAttr(QN_ID, query->Attr(QN_ID));
|
/external/chromium_org/third_party/skia/include/views/ |
SkEventSink.h | 41 /** Returns true if the sink (or one of its subclasses) understands the event as a query. 44 bool doQuery(SkEvent* query);
|
/external/chromium_org/url/ |
url_canon_stdurl.cc | 72 parsed.query.is_valid() || parsed.ref.is_valid()) { 83 // Query 84 CanonicalizeQuery(source.query, parsed.query, query_converter, 85 output, &new_parsed->query);
|
url_parse_file.cc | 48 // query, and ref, and leave the other output components untouched 75 &parsed->path, &parsed->query, &parsed->ref); 92 &parsed->path, &parsed->query, &parsed->ref); 100 // initialize the host, path, query, and ref, and leave the other output 109 &parsed->path, &parsed->query, &parsed->ref); 127 parsed->query.reset();
|
/external/kernel-headers/original/uapi/linux/ |
uvcvideo.h | 61 __u8 query; /* Video Class-Specific Request Code, */ member in struct:uvc_xu_control_query
|
/external/llvm/include/llvm/CodeGen/ |
LiveRegMatrix.h | 53 std::unique_ptr<LiveIntervalUnion::Query[]> Queries; 134 /// Query a line of the assigned virtual register matrix directly. 136 /// This returns a reference to an internal Query data structure that is only 137 /// valid until the next query() call. 138 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned RegUnit);
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
HttpMethodResponse.java | 99 String query = httpRequest.getURI().getQuery(); local 100 if (query != null && query.length() > 0) { 101 request.append("?").append(query);
|
/external/skia/include/views/ |
SkEventSink.h | 41 /** Returns true if the sink (or one of its subclasses) understands the event as a query. 44 bool doQuery(SkEvent* query);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
interworking.h | 22 const struct wpabuf *query);
|
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/ |
DisabledProvider.java | 34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:DisabledProvider
|
EnabledProvider.java | 34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:EnabledProvider
|