HomeSort by relevance Sort by last modified time
    Searched refs:Query (Results 126 - 150 of 228) sorted by null

1 2 3 4 56 7 8 910

  /external/llvm/lib/CodeGen/
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...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.h 64 static int Query(hwc_composer_device_1 *device, int param, int *value);
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 162 w.Header().Set("X-Got-Query", r.URL.RawQuery)
179 if g, e := res.Header.Get("X-Got-Query"), tt.want; g != e {
180 t.Errorf("%d. got query %q; expected %q", i, g, e)
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 162 w.Header().Set("X-Got-Query", r.URL.RawQuery)
179 if g, e := res.Header.Get("X-Got-Query"), tt.want; g != e {
180 t.Errorf("%d. got query %q; expected %q", i, g, e)
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 288 func (dc *driverConn) prepareLocked(query string) (driver.Stmt, error) {
289 si, err := dc.ci.Prepare(query)
845 func (db *DB) Prepare(query string) (*Stmt, error) {
849 stmt, err = db.prepare(query, cachedOrNewConn)
855 return db.prepare(query, alwaysNewConn)
860 func (db *DB) prepare(query string, strategy connReuseStrategy) (*Stmt, error) {
872 si, err := dc.prepareLocked(query)
880 query: query,
889 // Exec executes a query without returning any rows
958 func (db *DB) query(query string, args []interface{}, strategy connReuseStrategy) (*Rows, error) { func
    [all...]
convert.go 20 // Stmt.Query into driver Values.
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 288 func (dc *driverConn) prepareLocked(query string) (driver.Stmt, error) {
289 si, err := dc.ci.Prepare(query)
845 func (db *DB) Prepare(query string) (*Stmt, error) {
849 stmt, err = db.prepare(query, cachedOrNewConn)
855 return db.prepare(query, alwaysNewConn)
860 func (db *DB) prepare(query string, strategy connReuseStrategy) (*Stmt, error) {
872 si, err := dc.prepareLocked(query)
880 query: query,
889 // Exec executes a query without returning any rows
958 func (db *DB) query(query string, args []interface{}, strategy connReuseStrategy) (*Rows, error) { func
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
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/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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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...]
  /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:&nbsp;&nbsp;</td>
57 <td align="center">&nbsp;<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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /build/kati/cmd/kati/
main.go 82 flag.StringVar(&queryFlag, "query", "", "Show the target info")
305 kati.Query(os.Stdout, queryFlag, g)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 75 def search(self, query, cursor=None, expr=None, facet=None,
82 query parser you use. Amazon CloudSearch supports four query
93 query parser syntax.
95 subset of the Apache Lucene query parser syntax defined by the
96 DisMax query parser.
165 :param filter_query: Specifies a structured query that filters the
167 and sorted. You use `filterQuery` in conjunction with the `query`
169 specified in the `query` parameter. Specifying a filter controls
172 parameter supports the full structured query syntax
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 85 if (ctx->Query.CurrentOcclusionObject)
234 else if (ctx->Query.CurrentOcclusionObject) {
235 /* occlusion query depends on shader discard/kill results */

Completed in 461 milliseconds

1 2 3 4 56 7 8 910