/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/ |
TestProvider.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:TestProvider
|
TestReceiver.java | 33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:TestReceiver
|
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/ |
NullProvider.java | 15 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:NullProvider
|
/frameworks/base/core/tests/coretests/apks/version_nosys/src/com/android/frameworks/coretests/version_test/ |
NullProvider.java | 15 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:NullProvider
|
/frameworks/native/libs/gui/tests/ |
Surface_test.cpp | 70 int err = anw->query(anw.get(), NATIVE_WINDOW_QUEUES_TO_WINDOW_COMPOSER, 81 int err = anw->query(anw.get(), NATIVE_WINDOW_QUEUES_TO_WINDOW_COMPOSER, 134 int err = anw->query(anw.get(), NATIVE_WINDOW_CONCRETE_TYPE, &result); 152 int err = anw->query(anw.get(), NATIVE_WINDOW_CONSUMER_USAGE_BITS, &flags);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
HbpcdUtils.java | 52 Cursor c2 = resolver.query(ArbitraryMccSidMatch.CONTENT_URI, projection2, 58 Log.d(LOG_TAG, "Query unresolved arbitrary table, entries are " + c2Counter); 62 Log.d(LOG_TAG, "Query Unresolved arbitrary returned the cursor " + c2 ); 78 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3, 91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 ); 110 Cursor c5 = resolver.query(MccSidRange.CONTENT_URI, projection5, 116 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5 ); 142 Cursor cur = resolver.query(MccIdd.CONTENT_URI, projection, 146 if (DBG) Log.d(LOG_TAG, "Query Idd returned the cursor " + cur );
|
/packages/apps/Browser/src/com/android/browser/search/ |
DefaultSearchEngine.java | 83 public void startSearch(Context context, String query, Bundle appData, String extraData) { 88 intent.putExtra(SearchManager.QUERY, query); 108 public Cursor getSuggestions(Context context, String query) { 111 return searchManager.getSuggestions(mSearchable, query);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactLoader.java | 78 // First execute the suggestions query, then call super.loadInBackground 81 .query(mSuggestionUri, mProjection, null, null, null);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionFormatter.java | 23 * suggestion which were not a part of the query. 36 * @param query the query as entered by the user 40 public abstract CharSequence formatSuggestion(String query, String suggestion);
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
Provider.java | 31 public Cursor query(Uri uri, String[] projection, method in class:Provider
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
uvcvideo.h | 67 __u8 query; member in struct:uvc_xu_control_query
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
uvcvideo.h | 67 __u8 query; member in struct:uvc_xu_control_query
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
uvcvideo.h | 67 __u8 query; member in struct:uvc_xu_control_query
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_PeopleTest.java | 121 cursor = mProvider.query(mPeopleRowsAdded.get(0), PEOPLE_PROJECTION, 127 cursor = mProvider.query(Groups.CONTENT_URI, GROUPS_PROJECTION, 150 cursor = mProvider.query(People.CONTENT_URI, PEOPLE_PROJECTION, 157 cursor = mProvider.query(Groups.CONTENT_URI, GROUPS_PROJECTION, 169 cursor = mProvider.query(mPeopleRowsAdded.get(1), PEOPLE_PROJECTION, 174 cursor = mProvider.query(mGroupRowsAdded.get(0), GROUPS_PROJECTION, 194 cursor = mProvider.query(mPeopleRowsAdded.get(2), PEOPLE_PROJECTION, 211 cursor = mProvider.query(Groups.CONTENT_URI, GROUPS_PROJECTION, 229 cursor = mProvider.query(mPeopleRowsAdded.get(0), PEOPLE_PROJECTION, 236 cursor = mProvider.query(mPeopleRowsAdded.get(0), PEOPLE_PROJECTION [all...] |
/external/chromium_org/url/ |
url_canon_relative.cc | 277 Component path, query, ref; local 278 ParsePathInternal(relative_url, relative_component, &path, &query, &ref); 311 // Relative path, replace the query, and reference. We take the 324 // Finish with the query and reference part (these can't fail). 325 CanonicalizeQuery(relative_url, query, query_converter, 326 output, &out_parsed->query); 337 if (query.is_valid()) { 338 // Just the query specified, replace the query and reference (ignore 340 CanonicalizeQuery(relative_url, query, query_converter [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
DatabaseStatementTest.java | 86 Cursor c = mDatabase.query("test", null, null, null, null, null, null); 140 Cursor c = mDatabase.query("test", null, null, null, null, null, null); 162 Cursor c = mDatabase.query("test", null, null, null, null, null, null); 185 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); 207 Cursor c = mDatabase.query("test", null, null, null, null, null, null); 232 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); 267 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); 316 Cursor c = mDatabase.query("test", null, null, null, null, null, null);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarUsage.java | 84 newText = newText.isEmpty() ? "" : "Query so far: " + newText; 89 public boolean onQueryTextSubmit(String query) { 90 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarUsage.java | 89 newText = TextUtils.isEmpty(newText) ? "" : "Query so far: " + newText; 95 public boolean onQueryTextSubmit(String query) { 97 "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_file_system_indexer.h | 93 // Performs trigram search for given |query| in |file_system_path|. 95 const std::string& query, 104 const std::string& query,
|
/external/chromium_org/chrome/common/extensions/ |
extension_constants.h | 36 // GetWebstoreItemJsonDataURL above. |query| is the user typed query string. 38 // and added as a query parameter to the returned web store json search URL. 39 GURL GetWebstoreJsonSearchUrl(const std::string& query, const std::string& hl); 41 // Returns the URL of the web store search results page for |query|. 42 GURL GetWebstoreSearchPageUrl(const std::string& query); 53 // and path, not scheme, query, etc.)
|
/external/chromium_org/chrome/renderer/searchbox/ |
searchbox.h | 111 const base::string16& query() const { return query_; } function in class:SearchBox 132 void OnSubmit(const base::string16& query);
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_service_helpers.cc | 56 std::string query = local 65 replacements.SetQueryStr(query);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/ |
noop_pipe.c | 44 * query 47 unsigned query; member in struct:noop_query 51 struct noop_query *query = CALLOC_STRUCT(noop_query); local 53 return (struct pipe_query *)query; 56 static void noop_destroy_query(struct pipe_context *ctx, struct pipe_query *query) 58 FREE(query); 61 static void noop_begin_query(struct pipe_context *ctx, struct pipe_query *query) 65 static void noop_end_query(struct pipe_context *ctx, struct pipe_query *query) 70 struct pipe_query *query,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/ |
run.bat | 3 for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command`) do (set _my_=%%f %%g)
|
/external/dhcpcd/ |
config.mk | 17 SERVICEEXISTS= /usr/sbin/invoke-rc.d --query --quiet $$1 start >/dev/null 2>\&1 || [ $$? = 104 ]
|