/external/webkit/Source/WebKit/win/ |
WebURLAuthenticationChallengeSenderCFNet.cpp | 44 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge); 55 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge); 67 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
|
WebURLAuthenticationChallenge.cpp | 129 COMPtr<WebURLCredential> webCredential(Query, proposedCredential); 143 COMPtr<WebURLAuthenticationChallengeSender> webSender(Query, sender); 163 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge); 167 COMPtr<WebURLAuthenticationChallengeSender> webSender(Query, sender);
|
WebGeolocationPosition.cpp | 100 COMPtr<WebGeolocationPosition> webGeolocationPosition(Query, position);
|
WebArchive.cpp | 117 COMPtr<DOMNode> domNode(Query, node);
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/ |
MockContentProvider.java | 42 public static class Query { 58 public Query(Uri uri) { 67 public Query withProjection(String... projection) { 72 public Query withDefaultProjection(String... projection) { 77 public Query withAnyProjection() { 82 public Query withSelection(String selection, String... selectionArgs) { 88 public Query withAnySelection() { 93 public Query withSortOrder(String sortOrder) { 98 public Query withAnySortOrder() { 103 public Query returnRow(ContentValues values) 239 Query query = new Query(contentUri); local 249 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:MockContentProvider 253 Query query = iterator.next(); local [all...] |
/external/llvm/lib/CodeGen/ |
LiveIntervalUnion.h | 63 class Query; 111 /// iteration logic is handled by LiveIntervalUnion::Query which may 112 /// filter interferences depending on the type of query. 114 friend class Query; 159 /// Query interferences between a single live virtual register and a live 161 class Query { 172 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {} 174 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): 231 // query's live virtual register, up to maxInterferingRegs. 254 Query(const Query&); // DO NOT IMPLEMEN [all...] |
LiveIntervalUnion.cpp | 100 void LiveIntervalUnion::Query::print(raw_ostream &OS, 121 // Private interface accessed by Query. 124 // (LiveInterval), and the other in this LiveIntervalUnion. The caller (Query) 126 // "notable" intersection, which requires query-specific logic. 139 void LiveIntervalUnion::Query::findIntersection(InterferenceResult &IR) const { 174 LiveIntervalUnion::Query::firstInterference() { 205 bool LiveIntervalUnion::Query::nextInterference(InterferenceResult &IR) const { 231 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { 238 // query's live virtual register. 245 // For comments on how to speed it up, see Query::findIntersection() [all...] |
RegAllocBase.h | 99 // query on a new live virtual register. 100 OwningArrayPtr<LiveIntervalUnion::Query> Queries; 109 // Get an initialized query to check interferences between lvr and preg. Note 110 // that Query::init must be called at least once for each physical register 113 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned PhysReg) {
|
/external/webkit/Source/JavaScriptCore/wtf/url/src/ |
URLSegments.h | 49 Query, 67 // Note that this can get a little funny for the port, query, and fragment 73 // delimited components that is present (the port and query) and one that 78 // Example input: http://foo:80/?query 86 // *Query: 14 15 <- 99 URLComponent query; member in class:WTF::URLSegments
|
URLSegments.cpp | 90 if (query.isValid()) { 91 if (type < Query || (type == Query && includeDelimiter)) 92 return query.begin() - 1; // Back over delimiter. 93 if (type == Query) 94 return query.begin(); // Don't want delimiter counted. 95 current = query.end();
|
/cts/tests/tests/app/src/android/app/cts/ |
DownloadManagerTest.java | 19 import android.app.DownloadManager.Query; 106 cursor = mDownloadManager.query(new Query().setFilterById(id)); 256 Query query = new Query(); local 257 cursor = mDownloadManager.query(query); 293 Query query = new Query() local 306 Query query = new Query().setFilterById(downloadId); local 322 Query query = new Query().setFilterByStatus(status); local 355 Query query = new Query(); local [all...] |
/external/v8/test/cctest/ |
test-decls.cc | 71 virtual v8::Handle<Integer> Query(Local<String> key); 127 int get, int set, int query, 140 CHECK_EQ(query, query_count()); 177 return context->Query(key); 197 v8::Handle<Integer> DeclarationContext::Query(Local<String> key) { 252 virtual v8::Handle<Integer> Query(Local<String> key) { 307 virtual v8::Handle<Integer> Query(Local<String> key) { 378 virtual v8::Handle<Integer> Query(Local<String> key) { 461 virtual v8::Handle<Integer> Query(Local<String> key) { 509 virtual v8::Handle<Integer> Query(Local<String> key) [all...] |
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractPublicApiTest.java | 47 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId)); 63 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId)); 74 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId)); 127 Cursor cursor = mManager.query(new DownloadManager.Query().setFilterById(mId));
|
PublicApiFunctionalTest.java | 215 Cursor cursor = mManager.query(new DownloadManager.Query()); 218 cursor = mManager.query(new DownloadManager.Query().setFilterById(download2.mId)); 221 cursor = mManager.query(new DownloadManager.Query() 225 cursor = mManager.query(new DownloadManager.Query() 230 cursor = mManager.query(new DownloadManager.Query() [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
LayoutTestControllerWin.cpp | 77 COMPtr<EditingDelegate> editingDelegate(Query, viewEditing.get()); 190 COMPtr<IWebFramePrivate> framePrivate(Query, frame); 209 COMPtr<IWebViewPrivate> webViewPrivate(Query, webView); 217 COMPtr<IDOMElementPrivate> elementPrivate(Query, element); 370 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); 383 COMPtr<IWebViewPrivate> webViewPrivate(Query, webView); 391 COMPtr<IFormsAutoFillTransition> autofillElement(Query, element); 488 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); 505 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); 527 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences) [all...] |
AccessibilityControllerWin.cpp | 83 // We have an IDispatch; query for IAccessible. 84 return COMPtr<IAccessible>(Query, V_DISPATCH(&vFocus)); 93 COMPtr<IWebViewPrivate> viewPrivate(Query, view); 248 COMPtr<IAccessible> childAccessible(Query, childDispatch); 265 COMPtr<IServiceProvider> thisServiceProvider(Query, it->first); 273 COMPtr<IServiceProvider> elementServiceProvider(Query, element);
|
PolicyDelegate.cpp | 139 COMPtr<IPropertyBag> actionElement(Query, V_UNKNOWN(&actionElementVar)); 142 COMPtr<IDOMNode> originatingNode(Query, V_UNKNOWN(&originatingNodeVar));
|
/external/chromium/base/win/ |
scoped_comptr.h | 90 template <class Query> 91 HRESULT QueryInterface(Query** p) {
|
event_trace_controller.h | 127 static HRESULT Query(const wchar_t* session_name,
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 22 import android.app.DownloadManager.Query; 148 Cursor cursor = dm.query(new Query().setFilterById(id)); 489 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId)); 651 * @param id The download id to query on (wait for) 663 * @param id The download id to query on (wait for) 676 * @param id The download id to query on (wait for) 682 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); 696 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis) 1002 Query query = new Query(); local [all...] |
DownloadManagerStressTest.java | 19 import android.app.DownloadManager.Query; 94 Cursor cursor = mDownloadManager.query(new Query());
|
/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...] |
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/ |
DownloadManagerBaseTest.java | 20 import android.app.DownloadManager.Query; 153 Cursor cursor = dm.query(new Query().setFilterById(id)); 492 * @param id The download id to query on (wait for) 496 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), 505 * @param id The download id to query on (wait for) 517 * @param id The download id to query on (wait for) 523 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); 537 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis); 545 * @param id The id of the download to query agains 793 Query query = new Query(); local [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/ |
ContactDeletionInteractionTest.java | 29 import com.android.contacts.tests.mocks.MockContentProvider.Query; 140 private Query expectQuery() {
|