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

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/protos/mock/
MockUiProviderTests.java 62 Cursor cursor = provider.query(accountsUri, UIProvider.ACCOUNTS_PROJECTION, null, null,
80 Cursor foldersCursor = provider.query(u, UIProvider.FOLDERS_PROJECTION, null, null,
134 Cursor childFoldersCursor = provider.query(u, UIProvider.FOLDERS_PROJECTION, null,
155 Cursor convFoldersCursor = provider.query(u, UIProvider.CONVERSATION_PROJECTION, null,
184 Cursor messageCursor = provider.query(u, UIProvider.MESSAGE_PROJECTION, null, null,
215 Cursor attachmentCursor = provider.query(u, UIProvider.ATTACHMENT_PROJECTION, null,
244 final Cursor cursor = resolver.query(uri, null, null, null, null);
274 // fail("query returned null");
275 LogUtils.e(mLogTag, "query returned null: %s", uri.toString());
282 * 1) Make sure that the query result columns match the UIProvider schem
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 123 # find an explicit query string, if present.
126 rest, query = rest[:i], rest[i+1:]
128 query = ''
171 if query:
172 env['QUERY_STRING'] = query
225 decoded_query = query.replace('+', ' ')
268 if '=' not in query:
269 cmdline.append(query)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 123 # find an explicit query string, if present.
126 rest, query = rest[:i], rest[i+1:]
128 query = ''
171 if query:
172 env['QUERY_STRING'] = query
225 decoded_query = query.replace('+', ' ')
268 if '=' not in query:
269 cmdline.append(query)
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 99 Cursor cursor = mProvider.query(People.CONTENT_URI,
122 cursor = mProvider.query(People.CONTENT_URI, PEOPLE_PROJECTION,
137 cursor = mProvider.query(People.CONTENT_URI, PEOPLE_PROJECTION,
171 Cursor cursor = mProvider.query(Groups.CONTENT_URI,
187 cursor = mProvider.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
280 Cursor cursor = mProvider.query(Phones.CONTENT_URI,
301 cursor = mProvider.query(Phones.CONTENT_URI, PHONES_PROJECTION,
315 cursor = mProvider.query(Phones.CONTENT_URI, PHONES_PROJECTION,
363 Cursor cursor = mProvider.query(
385 cursor = mProvider.query(Organizations.CONTENT_URI, ORGANIZATIONS_PROJECTION
    [all...]
MediaStore_Audio_MediaTest.java 42 assertNotNull(c = mContentResolver.query(
46 assertNotNull(c = mContentResolver.query(
53 assertNull(mContentResolver.query(Media.getContentUri(volume), null, null, null, null));
59 assertNotNull(c = mContentResolver.query(Media.getContentUriForPath(externalPath), null, null,
65 assertNotNull(c = mContentResolver.query(Media.getContentUriForPath(internalPath), null, null,
87 // query
91 Cursor c = mContentResolver.query(uri, null, null, null, null);
134 c = mContentResolver.query(uri, null, null, null, null);
169 c = mContentResolver.query(filterUri, null, null, null, null);
177 c = mContentResolver.query(filterUri, null, null, null, null)
    [all...]
MediaStore_Images_MediaTest.java 85 Cursor c = Media.query(mContentResolver, Media.EXTERNAL_CONTENT_URI, null, null,
118 // query the newly added image
119 c = Media.query(mContentResolver, Uri.parse(stringUrl),
128 // query all the images in external db and order them by descending id
130 c = Media.query(mContentResolver, Media.EXTERNAL_CONTENT_URI,
144 // query the second image added in the test
145 c = Media.query(mContentResolver, Uri.parse(stringUrl),
168 Cursor c = Media.query(mContentResolver, Uri.parse(stringUrl), new String[] { Media.DATA },
183 assertNotNull(c = mContentResolver.query(Media.getContentUri("internal"), null, null, null,
186 assertNotNull(c = mContentResolver.query(Media.getContentUri("external"), null, null, null
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 653 struct pipe_query* query; member in struct:GalliumD3D11Asynchronous
656 GalliumD3D11Asynchronous(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size)
657 : GalliumD3D11DeviceChild<Base>(device), query(query), data_size(data_size)
662 this->device->immediate_pipe->destroy_query(this->device->immediate_pipe, query);
695 GalliumD3D11QueryOrPredicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc)
696 : GalliumD3D11Asynchronous<Base>(device, query, data_size), desc(desc)
708 GalliumD3D11Query(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc)
709 : GalliumD3D11QueryOrPredicate<ID3D11Query>(device, query, data_size, desc)
715 GalliumD3D11Predicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 653 struct pipe_query* query; member in struct:GalliumD3D11Asynchronous
656 GalliumD3D11Asynchronous(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size)
657 : GalliumD3D11DeviceChild<Base>(device), query(query), data_size(data_size)
662 this->device->immediate_pipe->destroy_query(this->device->immediate_pipe, query);
695 GalliumD3D11QueryOrPredicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc)
696 : GalliumD3D11Asynchronous<Base>(device, query, data_size), desc(desc)
708 GalliumD3D11Query(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc)
709 : GalliumD3D11QueryOrPredicate<ID3D11Query>(device, query, data_size, desc)
715 GalliumD3D11Predicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc
    [all...]
  /external/chromium_org/url/
url_canon_internal.cc 116 0, // 0x23 # (invalid in query since it marks the ref)
334 DoOverrideComponent(repl_source.query, repl_parsed.query,
335 &source->query, &parsed->query);
370 repl_source.query, repl_parsed.query,
371 utf8_buffer, &parsed->query);
385 if (repl_source.query) source->query = utf8_buffer->data()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 77 private static String generateKey(final String query, final PrevWordsInfo prevWordsInfo) {
78 if (TextUtils.isEmpty(query) || !prevWordsInfo.isValid()) {
79 return query;
81 return query + CHAR_DELIMITER + prevWordsInfo;
84 public SuggestionsParams getSuggestionsFromCache(String query,
86 return mUnigramSuggestionsInfoCache.get(generateKey(query, prevWordsInfo));
90 final String query, final PrevWordsInfo prevWordsInfo,
92 if (suggestions == null || TextUtils.isEmpty(query)) {
96 generateKey(query, prevWordsInfo), new SuggestionsParams(suggestions, flags));
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 161 function rank_autocomplete_results(query) {
162 query = query || '';
190 var queryLower = query.toLowerCase();
231 function highlight_autocomplete_result_labels(query) {
232 query = query || '';
236 var queryLower = query.toLowerCase();
263 var query = document.getElementById('search_autocomplete').value;
264 document.location = toRoot + 'search.html#q=' + query + '&t=0'
    [all...]
  /external/chromium_org/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/
PersonalAutofillPopulator.java 26 * SQL query definitions for obtaining specific profile information.
120 * Takes a query object, transforms into actual query and returns cursor.
123 private Cursor cursorFromProfileQuery(ProfileQuery query, ContentResolver contentResolver) {
125 return contentResolver.query(
126 query.profileDataUri,
127 query.projection(),
129 new String[]{query.mimeType()},
  /external/chromium_org/content/browser/media/
media_browsertest.cc 33 std::string query = ""; local
36 query = base::StringPrintf("%s=%s", itr->first, itr->second);
39 query.append(base::StringPrintf("&%s=%s", itr->first, itr->second));
45 base::StringPrintf("files/media/%s?%s", html_page, query.c_str()));
48 gurl = GetFileUrlWithQuery(test_file_path, query);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ContentSearchUtils.cpp 90 PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex)
92 String regexSource = isRegex ? query : createSearchRegexSource(query);
96 PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex)
100 OwnPtr<ScriptRegexp> regex = ContentSearchUtils::createSearchRegex(query, caseSensitive, isRegex);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteStatement.cpp 62 CString query = m_query.stripWhiteSpace().utf8(); local
69 WTF_LOG(SQLDatabase, "SQL - prepare - %s", query.data());
73 size_t lengthIncludingNullCharacter = query.length() + 1;
76 int error = sqlite3_prepare_v2(m_database.sqlite3Handle(), query.data(), lengthIncludingNullCharacter, &m_statement, &tail);
79 WTF_LOG(SQLDatabase, "sqlite3_prepare16 failed (%i)\n%s\n%s", error, query.data(), sqlite3_errmsg(m_database.sqlite3Handle()));
  /external/chromium_org/third_party/skia/tests/
BBoxHierarchyTest.cpp 49 static bool verify_query(SkIRect query, DataRect rects[],
54 if (SkIRect::IntersectsNoEmptyCheck(query, rects[i].rect)) {
79 SkIRect query = random_rect(rand); local
80 tree.search(query, &hits);
81 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 161 function rank_autocomplete_results(query) {
162 query = query || '';
190 var queryLower = query.toLowerCase();
231 function highlight_autocomplete_result_labels(query) {
232 query = query || '';
236 var queryLower = query.toLowerCase();
263 var query = document.getElementById('search_autocomplete').value;
264 document.location = toRoot + 'search.html#q=' + query + '&t=0'
    [all...]
  /external/skia/tests/
BBoxHierarchyTest.cpp 49 static bool verify_query(SkIRect query, DataRect rects[],
54 if (SkIRect::IntersectsNoEmptyCheck(query, rects[i].rect)) {
79 SkIRect query = random_rect(rand); local
80 tree.search(query, &hits);
81 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
  /frameworks/base/core/tests/coretests/src/android/database/
DatabasePerformanceTests.java 162 mCursor = c.getContentResolver().query(People.CONTENT_URI, PEOPLE_PROJECTION, null,
295 .query("t1", COLUMNS, where[i], null, null, null, null);
333 .query("t1", COLUMNS, where[i], null, null, null, null);
374 .query("t1", COLUMNS, where[i], null, null, null, null);
412 mDatabase.query("t1 INNER JOIN t2 ON t1.b = t2.b", COLUMNS, null,
452 mDatabase.query("t1 INNER JOIN t2 ON t1.b = t2.b", COLUMNS, null,
492 mDatabase.query("t1 INNER JOIN t2 ON t1.c = t2.c", COLUMNS, null,
544 .query("t1", COLUMNS, where[i], null, null, null, null);
583 .query("t1", COLUMNS, where[i], null, null, null, null);
617 mDatabase.query("t1", COLUMNS, null, null, null, null, null)
    [all...]
NewDatabasePerformanceTests.java 201 .query("t1", COLUMNS, where[i], null, null, null, null);
238 .query("t1", COLUMNS, where[i], null, null, null, null);
278 .query("t1", COLUMNS, where[i], null, null, null, null);
315 mDatabase.query("t1 INNER JOIN t2 ON t1.b = t2.b", COLUMNS, null,
354 mDatabase.query("t1 INNER JOIN t2 ON t1.b = t2.b", COLUMNS, null,
393 mDatabase.query("t1 INNER JOIN t2 ON t1.c = t2.c", COLUMNS, null,
444 .query("t1", COLUMNS, where[i], null, null, null, null);
482 .query("t1", COLUMNS, where[i], null, null, null, null);
513 mDatabase.query("t1", COLUMNS, null, null, null, null, null);
544 mDatabase.query("t1", COLUMNS, null, null, null, null, null)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 106 cursor = cr.query(uri,
176 return cr.query(Combined.CONTENT_URI, projection, QUERY_BOOKMARKS_WHERE, selArgs, null);
179 // Strip the query from the given url.
184 int query = url.indexOf('?'); local
186 if (query != -1) {
187 noQuery = url.substring(0, query);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 558 struct r300_query *query = r300->query_current; local
561 if (!query)
572 query->begin_emitted = TRUE;
576 struct r300_query *query)
597 OUT_CS_REG(R300_ZB_ZPASS_ADDR, (query->num_results + 3) * 4);
602 OUT_CS_REG(R300_ZB_ZPASS_ADDR, (query->num_results + 2) * 4);
609 OUT_CS_REG(R300_ZB_ZPASS_ADDR, (query->num_results + 1) * 4);
614 OUT_CS_REG(R300_ZB_ZPASS_ADDR, (query->num_results + 0) * 4);
629 struct r300_query *query)
635 OUT_CS_REG(R300_ZB_ZPASS_ADDR, query->num_results * 4)
660 struct r300_query *query = r300->query_current; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 558 struct r300_query *query = r300->query_current; local
561 if (!query)
572 query->begin_emitted = TRUE;
576 struct r300_query *query)
597 OUT_CS_REG(R300_ZB_ZPASS_ADDR, (query->num_results + 3) * 4);
602 OUT_CS_REG(R300_ZB_ZPASS_ADDR, (query->num_results + 2) * 4);
609 OUT_CS_REG(R300_ZB_ZPASS_ADDR, (query->num_results + 1) * 4);
614 OUT_CS_REG(R300_ZB_ZPASS_ADDR, (query->num_results + 0) * 4);
629 struct r300_query *query)
635 OUT_CS_REG(R300_ZB_ZPASS_ADDR, query->num_results * 4)
660 struct r300_query *query = r300->query_current; local
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 174 * query parameters.
333 * Columns specific to the Calendars Uri that other Uris can query.
503 * cursor contains a calendars query.
505 * @param cursor query on {@link #CONTENT_URI}
636 * <dt><b>Query</b></dt>
639 * matches the query selection, or at most a single row if the {@link #_ID}
715 * {@link #ACCOUNT_NAME}, and {@link #ACCOUNT_TYPE} in the Uri's query
873 public static final Cursor query(ContentResolver cr, long eventId, String[] projection) { method in class:CalendarContract.Attendees
1751 public static final Cursor query(ContentResolver cr, String[] projection, method in class:CalendarContract.Instances
1780 public static final Cursor query(ContentResolver cr, String[] projection, method in class:CalendarContract.Instances
2030 public static final Cursor query(ContentResolver cr, int startDay, int numDays, method in class:CalendarContract.EventDays
2114 public static final Cursor query(ContentResolver cr, long eventId, String[] projection) { method in class:CalendarContract.Reminders
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 403 testHierarchical("http", "google.com", "/p1/p2", "query", "fragment");
408 testHierarchical("http", "google.com", "", "query", "fragment");
409 testHierarchical("http", "google.com", "", "query", null);
410 testHierarchical("http", null, "/", "query", null);
414 String path, String query, String fragment) {
423 if (query != null) {
424 sb.append('?').append(query);
442 uriString, ssp, uri, scheme, authority, path, query, fragment);
444 uriString, ssp, uri, scheme, authority, path, query, fragment);
451 uriString, ssp, uri, scheme, authority, path, query, fragment)
    [all...]

Completed in 1547 milliseconds

<<11121314151617181920>>