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

1 2 3 4 56 7 8

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /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 */
s_triangle.c 886 struct gl_query_object *q = ctx->Query.CurrentOcclusionObject; \
    [all...]
s_span.c     [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
RegAllocGreedy.cpp 670 LiveIntervalUnion::Query subQ(&VirtReg, &Matrix->getLiveUnions()[*Units]);
744 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
753 "Only expecting virtual register interference from query");
820 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
    [all...]
InlineSpiller.cpp 600 LiveQueryResult SrcQ = SrcLI.Query(VNI->def);
    [all...]
LiveInterval.cpp     [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 84 /// Result of a LiveRange query. This class hides the implementation details
491 /// Query Liveness at Idx.
494 LiveQueryResult Query(SlotIndex Idx) const {
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 40 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
424 // TODO: use a lighter query by joining rawcontacts with contacts in provider
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 103 hwc_composer_device_1_t::query = Query; member in class:sdm::hwc_composer_device_1_t
445 int HWCSession::Query(hwc_composer_device_1 *device, int param, int *value) {
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
input_readers.py 443 ds_query = datastore.Query(kind=raw_entity_kind,
830 # support them without cursors since right now you can't even serialize query
852 filters: optional list of filters to apply to the query. Each filter is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbdaoint.h 348 STDMETHOD(Execute) (BSTR Query,VARIANT Options) PURE;
376 STDMETHOD(Execute) (BSTR Query,VARIANT Options) PURE;
    [all...]
eventsys.h 187 virtual HRESULT WINAPI Query(BSTR progID,BSTR queryCriteria,int *errorIndex,IUnknown **ppInterface) = 0;
204 HRESULT (WINAPI *Query)(IEventSystem *This,BSTR progID,BSTR queryCriteria,int *errorIndex,IUnknown **ppInterface);
223 #define IEventSystem_Query(This,progID,queryCriteria,errorIndex,ppInterface) (This)->lpVtbl->Query(This,progID,queryCriteria,errorIndex,ppInterface)
    [all...]
  /external/autotest/server/cros/dynamic_suite/
reporting.py 583 empty issue list perform a more relaxed query and finally fall back
584 to a query devoid of the reason field. Between these 3 queries we
658 logging.warning('Multiple results for a specific query. Query: %s, '
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
  /frameworks/base/docs/html/
gms_navtree_data.js 64 , null ], [ "com.google.android.gms.drive.query", "reference/com/google/android/gms/drive/query/package-summary.html", [ [ "Interfaces", null, [ [ "Filter", "reference/com/google/android/gms/drive/query/Filter.html", null, null ] ]
65 , null ], [ "Classes", null, [ [ "Filters", "reference/com/google/android/gms/drive/query/Filters.html", null, null ], [ "Query", "reference/com/google/android/gms/drive/query/Query.html", null, null ], [ "Query.Builder", "reference/com/google/android/gms/drive/query/Query.Builder.html", null, null ], [ "SearchableField", "reference/com/google/android/gms/drive/query/Se (…)
    [all...]
  /external/autotest/frontend/afe/
model_logic.py 11 from django.db.models.sql import query namespace
30 """Query manager for unleased, unlocked hosts.
42 class CustomQuery(query.Query):
75 Convert the query set's "query" attribute to a CustomQuery.
77 # Make a copy of the query set
79 query_set.query = query_set.query.clone(
139 join_type = query_set.query.LOUTE
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 791 save->CondRenderQuery = ctx->Query.CondRenderQuery;
792 save->CondRenderMode = ctx->Query.CondRenderMode;
794 if (ctx->Query.CondRenderQuery)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
layer1.py 94 + Query - Returns one or more items from a table or a secondary
96 the scope of the query using comparison operators against a range
97 key value, or on the index key. Query supports either eventual or
104 an index, Scan should not be used for any application query use
109 Items`_ and `Query and Scan Operations`_ in the Amazon DynamoDB
137 with Items`_ and `Query and Scan Operations`_ in the Amazon
643 evaluating query expressions.
1512 def query(self, table_name, key_conditions, index_name=None, select=None, member in class:DynamoDBConnection
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 756 * The query does however depend on fragment color clamping.
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]

Completed in 846 milliseconds

1 2 3 4 56 7 8