HomeSort by relevance Sort by last modified time
    Searched refs:Query (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
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...]
  /packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
VoicemailAsyncTaskUtilTest.java 31 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
233 private Query newVoicemailArchiveQuery() {
237 private Query newVoicemailArchiveFakeQuery() {
241 private Query newQueryCallLogInfo() {
247 private Query newVoicemailQuery() {
252 private Query newVoicemailArchiveExistsQuery() {
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]
  /external/autotest/client/cros/cellular/
prologix_scpi_driver_test_noautorun.py 125 scpi_connection.Query('*IDN')
191 response = scpi_connection.Query('*IDN?')
base_station_pxt.py 44 idn = self.c.Query('*IDN?')
54 bs_active = self.c.Query('BSE:SIMULator?')
72 status = self.c.Query('BSE:STATus:ACELL?')
  /external/autotest/frontend/client/src/autotest/tko/
TkoUtils.java 8 import autotest.common.table.DataSource.Query;
91 static void doCsvRequest(RpcDataSource dataSource, Query query, JSONObject extraParams) {
93 JSONObject arguments = query.getParams();
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 104 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const {
111 // query's live virtual register.
113 // The query state is one of:
119 unsigned LiveIntervalUnion::Query::
LiveRegMatrix.cpp 56 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]);
67 // No need to clear Queries here, since LiveIntervalUnion::Query doesn't
171 LiveIntervalUnion::Query &LiveRegMatrix::query(LiveInterval &VirtReg, function in class:LiveRegMatrix
173 LiveIntervalUnion::Query &Q = Queries[RegUnit];
193 if (query(VirtReg, *Units).checkInterference())
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 19 import android.app.DownloadManager.Query;
95 Cursor cursor = mDownloadManager.query(new Query());
DownloadManagerFunctionalTest.java 19 import android.app.DownloadManager.Query;
133 Cursor cursor = mDownloadManager.query(new Query().setFilterById(requestId));
322 Cursor cursor = mDownloadManager.query(new Query().setFilterById(dlRequest));
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java 32 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
133 private Query expectQuery() {
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
ContactInfoHelperTest.java 27 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
125 * Sets up query expectations to return the given row for all queries for the given
126 * uri and projection. If row is null, an empty cursor is returned for query calls
129 Query query = mContext.getContactsProvider().expectQuery(uri) local
132 query.returnEmptyCursor();
135 query.returnRow(row);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SystemBroadcastReceiver.java 118 final DownloadManager.Query q = new DownloadManager.Query();
119 // Query all the download statuses except the succeeded ones.
124 final Cursor c = downloadManagerWrapper.query(q);
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
FrameworkDownloadTests.java 20 import android.app.DownloadManager.Query;
123 Cursor cursor = downloadManager.query(new Query());
  /art/tools/ahat/src/
ObjectsHandler.java 35 public void handle(Doc doc, Query query) throws IOException {
36 int stackId = query.getInt("stack", 0);
37 int depth = query.getInt("depth", 0);
38 String className = query.get("class", null);
39 String heapName = query.get("heap", null);
58 SubsetSelector<Instance> selector = new SubsetSelector(query, OBJECTS_ID, insts);
NativeAllocationsHandler.java 34 public void handle(Doc doc, Query query) throws IOException {
66 = new SubsetSelector(query, ALLOCATIONS_ID, allocs);
  /external/autotest/frontend/client/src/autotest/common/table/
ArrayDataSource.java 46 private Query theQuery = new ArrayQuery(); // only need one for each instance
78 public void query(JSONObject params, DataCallback callback) { method in class:ArrayDataSource
DynamicTable.java 5 import autotest.common.table.DataSource.Query;
53 private Query currentQuery;
238 dataSource.query(params, this);
242 public void onQueryReady(Query query) {
243 currentQuery = query;
245 query.getTotalResultCount(this);
299 public Query getCurrentQuery() {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
search.py 48 self.query = attrs['query']
57 self.num_pages_needed = ceil(self.hits / self.query.real_size)
71 if self.query.page <= self.num_pages_needed:
72 self.query.start += self.query.real_size
73 self.query.page += 1
74 return self.search_service(self.query)
79 class Query(object):
103 self.real_size = Query.RESULTS_PER_PAGE if (self.size
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.18.1/
tycho-p2-extras-plugin-0.18.1.jar 
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 105 LIS->getInterval(MI->getOperand(1).getReg()).Query(FMAIdx).valueIn();
175 .Query(FMAIdx).isKill()) {
179 .Query(FMAIdx).isKill()) {
  /external/llvm/lib/Analysis/
ValueTracking.cpp 53 // This is expensive, so we only do it for the top level query value.
97 struct Query {
103 Query(AssumptionCache *AC = nullptr, const Instruction *CxtI = nullptr,
107 Query(const Query &Q, const Value *NewExcl)
132 const Query &Q);
139 Query(AC, safeCxtI(V, CxtI), DT));
159 const Query &Q);
166 Query(AC, safeCxtI(V, CxtI), DT));
170 const Query &Q, const DataLayout &DL)
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 59 * query. If not all permissions in {@link ChipsUtil#REQUIRED_PERMISSIONS} are granted and
101 private final Queries.Query mQueryMode;
175 this.displayName = cursor.getString(Queries.Query.NAME);
176 this.destination = cursor.getString(Queries.Query.DESTINATION);
177 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
178 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
179 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
181 this.dataId = cursor.getLong(Queries.Query.DATA_ID);
182 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI);
183 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE)
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 35 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
236 private Query expectQuery(Uri contactUri) {
240 private Query expectQuery(Uri uri, boolean isDataUri) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netprov.h 82 virtual HRESULT WINAPI Query(LPCWSTR pszwDomain,LPCWSTR pszwLanguage,LPCWSTR pszwXPathQuery,IXMLDOMNodeList **Nodes) = 0;
91 HRESULT (WINAPI *Query)(IProvisioningDomain *This,LPCWSTR pszwDomain,LPCWSTR pszwLanguage,LPCWSTR pszwXPathQuery,IXMLDOMNodeList **Nodes);
102 #define IProvisioningDomain_Query(This,pszwDomain,pszwLanguage,pszwXPathQuery,Nodes) (This)->lpVtbl->Query(This,pszwDomain,pszwLanguage,pszwXPathQuery,Nodes)

Completed in 6103 milliseconds

1 23 4 5 6 7 8