HomeSort by relevance Sort by last modified time
    Searched refs:Query (Results 26 - 50 of 92) sorted by null

12 3 4

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 19 import android.app.DownloadManager.Query;
151 Cursor cursor = dm.query(new Query().setFilterById(id));
486 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId));
646 * @param id The download id to query on (wait for)
658 * @param id The download id to query on (wait for)
671 * @param id The download id to query on (wait for)
677 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
691 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis)
997 Query query = new Query(); local
    [all...]
DownloadManagerStressTest.java 19 import android.app.DownloadManager.Query;
93 Cursor cursor = mDownloadManager.query(new Query());
DownloadManagerFunctionalTest.java 19 import android.app.DownloadManager.Query;
129 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId));
311 Cursor cursor = mDownloadManager.query(new Query().setFilterById(dlRequest));
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.cpp 90 COMPtr<IWebUIDelegatePrivate2> uiDelegatePrivate2(Query, uiDelegate);
WebFrameLoaderClient.cpp 197 COMPtr<WebMutableURLRequest> newWebURLRequestImpl(Query, newWebURLRequest);
253 COMPtr<IWebResourceLoadDelegatePrivate> resourceLoadDelegatePrivate(Query, resourceLoadDelegate);
312 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
326 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
340 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
383 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv);
446 COMPtr<WebFrame> mainFrameImpl(Query, mainFrame);
578 COMPtr<WebHistoryItem> webHistoryItem(Query, iWebHistoryItem);
593 COMPtr<WebHistoryItem> webHistoryItem(Query, iWebHistoryItem);
643 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv)
    [all...]
WebChromeClient.cpp 208 COMPtr<IWebUIDelegatePrivate2> delegatePrivate(Query, delegate);
553 COMPtr<IWebUIDelegatePrivate3> uiDelegatePrivate3(Query, uiDelegate);
563 COMPtr<IWebUIDelegatePrivate3> uiDelegatePrivate3(Query, uiDelegate);
589 COMPtr<IWebUIDelegatePrivate> uiDelegatePrivate(Query, uiDelegate);
803 COMPtr<IWebUIDelegatePrivate> delegatePrivate(Query, delegate);
  /external/webkit/Source/WebKit/win/
WebGeolocationPosition.cpp 100 COMPtr<WebGeolocationPosition> webGeolocationPosition(Query, position);
WebArchive.cpp 117 COMPtr<DOMNode> domNode(Query, node);
WebDatabaseManager.cpp 242 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
268 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
301 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
323 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin);
DefaultPolicyDelegate.cpp 113 COMPtr<IWebViewPrivate> wvPrivate(Query, webView);
WebDownloadCFNet.cpp 322 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
335 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
339 COMPtr<WebURLCredential> webCredential(Query, credential);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 57 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId));
73 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId));
84 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId));
169 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId));
PublicApiFunctionalTest.java 262 Cursor cursor = mManager.query(new DownloadManager.Query());
265 cursor = mManager.query(new DownloadManager.Query().setFilterById(download2.mId));
268 cursor = mManager.query(new DownloadManager.Query()
272 cursor = mManager.query(new DownloadManager.Query()
277 cursor = mManager.query(new DownloadManager.Query()
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 103 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const {
110 // query's live virtual register.
112 // The query state is one of:
118 unsigned LiveIntervalUnion::Query::
  /external/webkit/Tools/DumpRenderTree/win/
PolicyDelegate.cpp 139 COMPtr<IPropertyBag> actionElement(Query, V_UNKNOWN(&actionElementVar));
142 COMPtr<IDOMNode> originatingNode(Query, V_UNKNOWN(&originatingNodeVar));
AccessibilityUIElementWin.cpp 40 COMPtr<IServiceProvider> serviceProvider(Query, accessible);
141 return COMPtr<IAccessible>(Query, child);
175 COMPtr<IAccessible> parentAccessible(Query, parent);
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java 33 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
140 private Query expectQuery() {
  /external/chromium/base/win/
event_trace_controller.h 127 static HRESULT Query(const wchar_t* session_name,
  /frameworks/base/core/java/android/app/
DownloadManager.java 752 public static class Query {
775 public Query setFilterById(long... ids) {
785 public Query setFilterByStatus(int flags) {
791 * Controls whether this query includes downloads not visible in the system's Downloads UI.
792 * @param value if true, this query will only include downloads that should be displayed in
793 * the system's Downloads UI; if false (the default), this query will include
798 public Query setOnlyIncludeVisibleInDownloadsUi(boolean value) {
984 public Cursor query(Query query) { method in class:DownloadManager
1016 Query query = new Query().setFilterById(id); local
1068 Query query = new Query().setFilterById(id); local
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 35 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
234 private Query expectQuery(Uri contactUri) {
238 private Query expectQuery(Uri uri, boolean isDataUri) {
  /external/marisa-trie/lib/marisa/
trie-inline.h 65 return find_callback_<const Query &>(Query(ptr, length), callback);
121 return predict_callback_<const Query &>(Query(ptr, length), callback);
147 inline bool Trie::find_child(UInt32 &node, T query,
163 trie_->trie_match<T>(get_link(node, link_id), query, pos) :
164 tail_match<T>(node, link_id, query, pos);
171 } else if (labels_[node] == query[pos]) {
182 std::size_t Trie::find_callback_(T query, U callback) const {
193 } while (!query.ends_at(pos) && find_child<T>(node, query, pos))
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 66 return find_callback_<const Query &>(Query(ptr, length), callback);
122 return predict_callback_<const Query &>(Query(ptr, length), callback);
148 inline bool Trie::find_child(UInt32 &node, T query,
164 trie_->trie_match<T>(get_link(node, link_id), query, pos) :
165 tail_match<T>(node, link_id, query, pos);
172 } else if (labels_[node] == query[pos]) {
183 std::size_t Trie::find_callback_(T query, U callback) const try {
194 } while (!query.ends_at(pos) && find_child<T>(node, query, pos))
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 97 private final Queries.Query mQuery;
154 this.displayName = cursor.getString(Queries.Query.NAME);
155 this.destination = cursor.getString(Queries.Query.DESTINATION);
156 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
157 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
158 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
159 this.dataId = cursor.getLong(Queries.Query.DATA_ID);
160 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI);
161 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE);
217 Log.w(TAG, "null cursor returned for default Email filter query.")
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
OpenHelper.java 45 final Cursor cursor = downManager.query(new DownloadManager.Query().setFilterById(id));
86 .query(headersUri, null, null, null, null);
102 final Cursor cursor = context.getContentResolver().query(uri, new String[]{Constants.UID},
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 40 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
203 Query query = mContactsProvider local
213 query.returnRow(values);

Completed in 1023 milliseconds

12 3 4