/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
ConnectionUtil.java | 20 import android.app.DownloadManager.Query; 410 * @param enqueue the id used to identify/query the DownloadManager with. 414 Query query = new Query(); local 415 query.setFilterById(enqueue); 416 Cursor c = mDownloadManager.query(query);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wmiatlprov.h | 32 HRESULT WINAPI ExecQuery(const BSTR QueryLanguage,const BSTR Query,__LONG32 lFlags,IWbemContext *pCtx,IEnumWbemClassObject **ppEnum) {return WBEM_E_NOT_SUPPORTED;}; 33 HRESULT WINAPI ExecNotificationQuery(const BSTR QueryLanguage,const BSTR Query,__LONG32 lFlags,IWbemContext *pCtx,IEnumWbemClassObject **ppEnum) {return WBEM_E_NOT_SUPPORTED;}; 34 HRESULT WINAPI ExecNotificationQueryAsync(const BSTR QueryLanguage,const BSTR Query,__LONG32 lFlags,IWbemContext *pCtx,IWbemObjectSink *pResponseHandler) {return WBEM_E_NOT_SUPPORTED;};
|
vsprov.h | 181 STDMETHOD_(HRESULT,Query)(THIS_ VSS_ID QueriedObjectId,VSS_OBJECT_TYPE eQueriedObjectType,VSS_OBJECT_TYPE eReturnedObjectsType,IVssEnumObject **ppEnum) PURE; 198 #define IVssSoftwareSnapshotProvider_Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum) (This)->lpVtbl->Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum)
|
vsbackup.h | 160 STDMETHOD_(HRESULT,Query)(THIS_ VSS_ID QueriedObjectId,VSS_OBJECT_TYPE eQueriedObjectType,VSS_OBJECT_TYPE eReturnedObjectsType,IVssEnumObject **ppEnum) PURE; 214 #define IVssBackupComponents_Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum) (This)->lpVtbl->Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum) 281 STDMETHOD_(HRESULT,Query)(THIS_ VSS_ID QueriedObjectId,VSS_OBJECT_TYPE eQueriedObjectType,VSS_OBJECT_TYPE eReturnedObjectsType,IVssEnumObject **ppEnum) PURE; 339 #define IVssBackupComponentsEx_Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum) (This)->lpVtbl->Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum) [all...] |
/system/connectivity/shill/ |
routing_table.cc | 356 << ", next query seq: " << route_queries_.front().sequence; 359 // greater than that of the head of the route query sequence). Do the 371 const Query& query = route_queries_.front(); local 372 if (query.sequence == message.seq()) { 375 add_entry.tag = query.tag; 376 add_entry.table = query.table_id; 386 if (added && !query.callback.is_null()) { 387 SLOG(this, 2) << "Running query callback."; 388 query.callback.Run(interface_index, add_entry) [all...] |
/external/autotest/frontend/client/src/autotest/afe/ |
HostSelector.java | 6 import autotest.common.table.DataSource.Query; 166 hostDataSource.query(params, new DefaultDataCallback () { 168 public void onQueryReady(Query query) { 169 query.getPage(null, null, null, this);
|
HostDetailView.java | 9 import autotest.common.table.DataSource.Query; 239 hostDataSource.query(params, this); 251 public void onQueryReady(Query query) { 252 query.getPage(null, null, null, this);
|
/external/llvm/lib/CodeGen/ |
LiveRangeEdit.cpp | 225 if (LI.Query(Idx).isKill()) 231 if ((S.LaneMask & LaneMask) != 0 && S.Query(Idx).isKill())
|
CalcSpillWeights.cpp | 114 LiveQueryResult SrcQ = SrcLI.Query(VNI->def);
|
RegAllocBasic.cpp | 174 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
|
RegisterPressure.cpp | 408 LiveQueryResult LRQ = LR->Query(SlotIdx); 571 LiveQueryResult LRQ = LR->Query(SlotIdx); 622 lastUse = LR && LR->Query(SlotIdx).isKill(); 764 /// This is expensive for an on-the-fly query because it calls 767 /// -verify-misched. getUpwardPressureDelta is the fast version of this query 930 // to be bottom-scheduled to avoid searching uses at each query. 934 LiveQueryResult LRQ = LR->Query(SlotIdx) [all...] |
RegisterCoalescer.cpp | 682 if (NewReg != IntB.reg || !IntB.Query(AValNo->def).isKill()) [all...] |
LiveIntervalAnalysis.cpp | 443 LiveQueryResult LRQ = li->Query(Idx); 555 LiveQueryResult LRQ = SR.Query(Idx); 607 LiveQueryResult LRQ = LR.Query(Kill); 642 LiveQueryResult LRQ = LR.Query(MBBStart); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/mws/ |
test.py | 80 Query='boto')
|
/external/clang/lib/CodeGen/ |
CGRecordLayoutBuilder.cpp | 182 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query); 517 const CXXRecordDecl *Query) { 519 if (DeclLayout.isPrimaryBaseVirtual() && DeclLayout.getPrimaryBase() == Query) 522 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query)) [all...] |
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_session.h | 65 static int Query(hwc_composer_device_1 *device, int param, int *value);
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 45 2. Query the current program string's execution position. 46 3. Query the current values of intermediate program values. 53 query current GL state. The GetProgramRegisterfvMESA function allows 219 Is used to query the value of program variables and registers 247 by those extensions (i.e. "v[X]" to query vertex attributes, 271 register query is attempted for a program target that's not currently
|
/sdk/find_java/ |
find_java.bat | 24 rem Query whether this system is 32-bit or 64-bit
32 %sys_32%\reg query "HKLM\Hardware\Description\System\CentralProcessor\0"^
|
/external/autotest/tko/ |
compose_query.cgi | 5 and draws the matrix. There is a seperate SQL query made for every (x,y) 53 <td>Name your query: </td> 57 <td align="center"> <input type="submit" value="Save Query"> 214 # a single query over the patches table; the result is then cached. 299 msg = "There are no results for this query (yet?)."
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/ |
abstract_datastore_input_reader.py | 198 ds_query = datastore.Query(kind=raw_entity_kind,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/ |
property.py | 25 from boto.sdb.db.query import Query 546 data_type = Query 547 type_name = 'query' 559 query = Query(self.__model) 564 return query.filter(props, model_instance) 566 return query.filter(self.__property + ' =', model_instance)
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
UpdateHandler.java | 20 import android.app.DownloadManager.Query; 346 final Query query = new Query().setFilterById(downloadId); local 347 final Cursor cursor = manager.query(query); 467 * the dictionary pack like Latin IME, this means it should re-query the dictionary pack [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
property_range.py | 46 It supports splitting the range into n shards and generating a query that 189 """Make a query of entities within this range. 191 Query options are not supported. They should be specified when the query 195 ns: namespace of this query. 198 a db.Query or ndb.Query, depends on the model class's type. 201 query = db.Query(self.model_class, namespace=ns) 203 query.filter("%s %s" % (f[0], f[1]), f[2] [all...] |
/external/guice/extensions/persist/lib/ |
ejb3-persistence.jar | |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 1584 struct pipe_query* query = immediate_pipe->create_query(immediate_pipe, query_type); local 1614 struct pipe_query* query = immediate_pipe->create_query(immediate_pipe, query_type); local [all...] |