HomeSort by relevance Sort by last modified time
    Searched full:queries (Results 51 - 75 of 1226) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 118 Log.d(TAG, src + "[DONE]: " + length + " queries in " + formatTime(time.getAverage())
122 public void checkSource(String src, ComponentName componentName, String[] queries) {
124 int count = queries.length;
125 for (int i = 0; i < queries.length; i++) {
126 long t = checkSource(src, componentName, queries[i]);
129 Log.d(TAG, src + "[DONE]: " + count + " queries in " + formatTime(time.getAverage())
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DeletedContactUtil.java 65 * Queries all records.
75 * Queries all records after a given timestamp.
  /external/deqp/doc/testspecs/GLES3/
stress.occlusion_query.txt 33 Occlusion query stress tests generate large amounts of occlusion queries
37 occlusion query is terminated. After all occlusion queries and triangle
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
aliastest.ll 3 ; Test that basic alias queries work.
25 ; Test that basic invariant-memory queries work.
  /external/mdnsresponder/
PrivateDNS.txt 11 using them for standard and long-lived queries as well. Private DNS also
48 authorization checking for every query except those queries that are
66 queries while doing this work. However after proceeding down that path,
69 for queries itself. It does continue to use BIND9 for processing TSIG
73 and moving all TSIG processing for both queries and updates into dnsextd
138 Currently, mDNSResponder attempts to issue private queries for all
139 queries that initially result in an NXDOMAIN error. This behavior might
143 name lookup, and so will issue a number of wasteful DNS queries.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DeletedContactUtil.java 60 * Queries all records.
70 * Queries all records after a given timestamp.
  /device/generic/goldfish/camera/
QemuClient.h 34 * Guest exchanges data with the emulator via queries sent over the qemu pipe.
35 * The queries as well as replies to the queries are all strings (except for the
187 /* Preallocated buffer for small queries. */
341 * Names of the queries available for the emulated camera factory.
368 /* Queries camera connection.
374 /* Queries camera disconnection.
380 /* Queries camera to start capturing video.
390 /* Queries camera to stop capturing video.
396 /* Queries camera for the next video frame
    [all...]
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/res/values/
base-strings.xml 26 reducing the number of queries your application needs to use when searching the contacts database!
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewAlwaysVisible.java 38 * It sets a SearchableInfo on the SearchView for suggestions and submitting queries to.
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 53 * Builds up a UriMatcher for search suggestion and shortcut refresh queries.
66 * could expect to receive refresh queries when a shortcutted suggestion is displayed in
82 * Handles all the dictionary searches and suggestion queries from the Search Manager.
150 * could expect to receive refresh queries when a shortcutted suggestion is displayed in
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
SearchActivity.java 26 * An Activity which is only used for recieving ACTION_SEARCH intents, saving any queries
  /development/samples/browseable/BasicContactables/res/values/
base-strings.xml 26 reducing the number of queries your application needs to use when searching the contacts database!
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
resize_sensor.html 10 <script src="/css-element-queries/src/ResizeSensor.js"></script>
  /external/deqp/doc/testspecs/GL3/
functional.conditional_render.txt 45 + Dependent queries
85 occlusion queries. These tests thus only test for false positive occlusion
88 Dependent queries render a number of primitives where each conditionally
93 occlusion queries.
  /external/deqp/doc/testspecs/GLES31/
functional.program_interface_query.txt 25 + Basic queries for every property of every program interface
30 + Exact layout validation for data layout related queries (offset,
32 + Consistency validation for location queries (as in no two different
37 buffer_limited_query.* cases test that queries function properly when
  /external/eigen/unsupported/Eigen/
BVH 31 * A bounding volume hierarchy (BVH) can accelerate many geometric queries. This module provides a generic implementation
38 * Some sample queries that can be written in terms of intersection are:
47 * Some sample queries that can be written in terms of function minimization over a set of objects are:
80 * The cartesian product intersection and the BVMinimize queries are similar--see their individual documentation.
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOptionCode.java 18 * Long-Lived Queries Option [http://files.dns-sd.org/draft-sekar-dns-llq.txt]
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 58 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]);
61 // Make sure no stale queries get reused.
69 // No need to clear Queries here, since LiveIntervalUnion::Query doesn't
168 LiveIntervalUnion::Query &Q = Queries[RegUnit];
  /external/llvm/test/Analysis/CFLAliasAnalysis/
multilevel-combine.ll 18 ; CHECK: 10 Total Alias Queries Performed
multilevel.ll 16 ; CHECK: 15 Total Alias Queries Performed
  /external/mesa3d/src/mapi/glapi/gen/
ARB_robustness.xml 27 <!-- OpenGL 1.0 sized buffer queries -->
97 <!-- ARB_imaging sized buffer queries -->
144 <!-- OpenGL 1.3 sized buffer queries -->
153 <!-- OpenGL 2.0 sized buffer queries -->
  /external/selinux/libselinux/man/man8/
matchpathcon.8 22 queries the system policy and outputs the default security context associated with the filepath.
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceInfo.java 105 ArrayList<String> queries = new ArrayList<String>(); local
106 queries.add(createPtrServiceQuery(instanceName, serviceType));
107 queries.add(createTxtServiceQuery(instanceName, serviceType, txtRecord));
109 return new WifiP2pDnsSdServiceInfo(queries);
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 89 private final Queries.Query mQueryMode;
163 this.displayName = cursor.getString(Queries.Query.NAME);
164 this.destination = cursor.getString(Queries.Query.DESTINATION);
165 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
166 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
167 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
169 this.dataId = cursor.getLong(Queries.Query.DATA_ID);
170 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI);
171 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE);
172 this.lookupKey = cursor.getString(Queries.Query.LOOKUP_KEY)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FacetProvider.java 23 * Queries optional implemented facet.

Completed in 834 milliseconds

1 23 4 5 6 7 8 91011>>