/device/generic/opengl-transport/host/libs/virglrenderer/include/system/ |
window.h | 49 int (*query)(const ANativeWindow*, int, int*); member in struct:ANativeWindow
|
/external/apache-http/src/org/apache/http/client/utils/ |
URLEncodedUtils.java | 65 * URI's query portion. For example, a URI of 74 * encoding to use while parsing the query 78 final String query = uri.getRawQuery(); local 79 if (query != null && query.length() > 0) { 81 parse(result, new Scanner(query), encoding);
|
/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
|
/external/deqp/modules/gles2/functional/ |
es2fImplementationLimitTests.cpp | 45 // Query function template. 47 T query (const glw::Functions& gl, deUint32 param); 81 // Query function implementations. 83 GLint query<GLint> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles2::Functional::LimitQuery 91 GLfloat query<GLfloat> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles2::Functional::LimitQuery 99 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles2::Functional::LimitQuery 101 return NegInt(query<GLint>(gl, param)); 105 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles2::Functional::LimitQuery 113 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles2::Functional::LimitQuery 159 const T value = query<T>(m_context.getRenderContext().getFunctions(), m_limit) [all...] |
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
JpaWorkManagerTest.java | 28 import javax.persistence.Query; 69 final Query query = local 74 query.setParameter("text", UNIQUE_TEXT_3); 75 final Object o = query.getSingleResult();
|
/external/iputils/ninfod/ |
ninfod.h | 60 /* query info */ 64 char query[MAX_QUERY_SIZE]; member in struct:packetcontext
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
InterfaceControlMessagesHelper.java | 76 RunMessageParams query = RunMessageParams.deserialize(payload); local 79 if (query.input.which() == RunInput.Tag.QueryVersion) { 99 RunOrClosePipeMessageParams query = RunOrClosePipeMessageParams.deserialize(payload); local 100 if (query.input.which() == RunOrClosePipeInput.Tag.RequireVersion) { 101 return query.input.getRequireVersion().version <= manager.getVersion();
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
ionutils.c | 53 struct ion_heap_query query; local 69 memset(&query, 0, sizeof(query)); 70 query.cnt = MAX_HEAP_COUNT; 71 query.heaps = (unsigned long int)&heap_data[0]; 72 /* Query ION heap_id_mask from ION heap */ 73 ret = ioctl(ionfd, ION_IOC_HEAP_QUERY, &query); 81 for (i = 0; i < query.cnt; i++) {
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_queryobj.c | 30 * Support for query objects (GL_ARB_occlusion_query, GL_ARB_timer_query, 130 * Wait on the query object's BO and calculate the final result. 134 struct brw_query_object *query) 144 if (query->bo == NULL) 147 /* If the application has requested the query result, but this batch is 151 if (brw_batch_references(&brw->batch, query->bo)) 155 if (brw_bo_busy(query->bo)) { 156 perf_debug("Stalling on the GPU waiting for a query object.\n"); 160 results = brw_bo_map(brw, query->bo, MAP_READ); 161 switch (query->Base.Target) 229 struct brw_query_object *query; local 247 struct brw_query_object *query = (struct brw_query_object *)q; local 263 struct brw_query_object *query = (struct brw_query_object *)q; local 335 struct brw_query_object *query = (struct brw_query_object *)q; local 389 struct brw_query_object *query = (struct brw_query_object *)q; local 407 struct brw_query_object *query = (struct brw_query_object *)q; local 481 struct brw_query_object *query = brw->query.obj; local 505 struct brw_query_object *query = brw->query.obj; local 527 struct brw_query_object *query = (struct brw_query_object *) q; local [all...] |
gen6_queryobj.c | 30 * Support for query objects (GL_ARB_occlusion_query, GL_ARB_timer_query, 43 set_query_availability(struct brw_context *brw, struct brw_query_object *query, 47 * query availability for "pipelined" queries. 62 brw_is_query_pipelined(query)) { 66 /* Order available *after* the query results. */ 74 query->bo, 2 * sizeof(uint64_t), 220 * Wait on the query object's BO and calculate the final result. 224 struct brw_query_object *query) 229 if (query->bo == NULL) 232 uint64_t *results = brw_bo_map(brw, query->bo, MAP_READ) 328 struct brw_query_object *query = (struct brw_query_object *)q; local 416 struct brw_query_object *query = (struct brw_query_object *)q; local 501 struct brw_query_object *query = (struct brw_query_object *)q; local 521 struct brw_query_object *query = (struct brw_query_object *)q; local 547 struct brw_query_object *query = (struct brw_query_object *)q; local [all...] |
/external/mesa3d/src/mesa/main/ |
objectlabel.c | 172 struct gl_query_object *query = _mesa_lookup_query_object(ctx, name); local 173 if (query) 174 labelPtr = &query->Label;
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
WebPlatformUrlTestData.java | 45 String query = ""; field in class:WebPlatformUrlTestData 73 query = value;
|
/external/perfetto/src/trace_processor/ |
sched_slice_table_unittest.cc | 250 auto query = [this](const std::string& where_clauses) { local 260 ASSERT_THAT(query("ts > 55 and ts <= 60"), ElementsAre(56, 57, 58, 59, 60)); 261 ASSERT_THAT(query("ts >= 55 and ts < 52"), IsEmpty()); 262 ASSERT_THAT(query("ts >= 70 and ts < 71"), ElementsAre(70)); 263 ASSERT_THAT(query("ts >= 59 and ts < 73"), ElementsAre(59, 60, 70, 71, 72));
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowContentProviderClient.java | 48 protected Cursor query( method in class:ShadowContentProviderClient 51 return provider.query(url, projection, selection, selectionArgs, sortOrder); 55 protected Cursor query( method in class:ShadowContentProviderClient 63 return provider.query(url, projection, selection, selectionArgs, sortOrder, cancellationSignal);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ |
ApiProvider.java | 94 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:ApiProvider 98 String query = uri.getLastPathSegment().toLowerCase(); local 99 return querySearchSuggestions(query); 104 private Cursor querySearchSuggestions(String query) { 112 if (!name.toLowerCase().contains(query)) {
|
/external/swiftshader/include/Android/system/ |
window.h | 49 int (*query)(const ANativeWindow*, int, int*); member in struct:ANativeWindow
|
/external/swiftshader/src/Device/ |
LRUCache.hpp | 30 Data *query(const Key &key) const; 93 Data *LRUCache<Key, Data>::query(const Key &key) const function in class:sw::LRUCache
|
/external/swiftshader/src/Renderer/ |
LRUCache.hpp | 30 Data *query(const Key &key) const; 93 Data *LRUCache<Key, Data>::query(const Key &key) const function in class:sw::LRUCache
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
LiveRegMatrix.cpp | 62 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]); 73 // No need to clear Queries here, since LiveIntervalUnion::Query doesn't 178 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR, function in class:LiveRegMatrix 180 LiveIntervalUnion::Query &Q = Queries[RegUnit]; 201 return query(LR, Unit).checkInterference(); 219 if (query(LR, *Units).checkInterference())
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
sql_dataset_op.cc | 63 string query; variable 64 OP_REQUIRES_OK(ctx, ParseScalarArgument<string>(ctx, "query", &query)); 74 *output = new Dataset(ctx, driver_name, data_source_name, query, 82 const string& data_source_name, const string& query, 88 query_(query), 133 LOG(WARNING) << "Failed to close query connection: " << s;
|
/external/webrtc/webrtc/libjingle/xmpp/ |
mucroomlookuptask.cc | 57 XmlElement* query) 58 : IqTask(parent, STR_SET, lookup_server_jid, query) { 69 XmlElement* query = new XmlElement(QN_SEARCH_QUERY, true); local 70 query->AddElement(name_elem); 71 query->AddElement(domain_elem); 72 return query; 79 XmlElement* query = new XmlElement(QN_SEARCH_QUERY); local 80 query->AddElement(jid_elem); 81 return query; 90 XmlElement* query = new XmlElement(QN_SEARCH_QUERY) local 105 XmlElement* query = new XmlElement(QN_SEARCH_QUERY, true); local [all...] |
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
MyProvider.java | 42 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:MyProvider
|
/cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/ |
EventProvider.java | 70 public Cursor query(@NonNull Uri uri, @Nullable String[] projection, @Nullable String selection, method in class:EventProvider 74 Log.d(TAG, "query:" 82 final Cursor cursor = mDatabase.query( 86 Log.d(TAG, " query.count=" + cursor.getCount());
|
/cts/tests/JobScheduler/src/android/jobscheduler/ |
DummyJobContentProvider.java | 99 * @see android.content.ContentProvider#query(android.net.Uri, 104 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:DummyJobContentProvider 111 Cursor c = db.query(tbName, projection, selection, selectionArgs, null, null, sortOrder);
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/ |
DummyJobContentProvider.java | 99 * @see android.content.ContentProvider#query(android.net.Uri, 104 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:DummyJobContentProvider 111 Cursor c = db.query(tbName, projection, selection, selectionArgs, null, null, sortOrder);
|