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

12 3 4 5 6 7 8 91011>>

  /external/deqp/doc/testspecs/GL3/
stress.conditional_render.txt 25 + Multiple concurrent queries/renders
37 All tests are based on using occlusion queries with known results and rendering
41 Rendering is ordered so that all occlusion queries are started before any
44 Call count test use many occlusion queries and simple occluder geometry. Every
  /external/kernel-headers/original/uapi/linux/
adb.h 35 /* ADB queries */
connector.h 46 #define CN_KVP_VAL 0x1 /* queries from the kernel */
48 #define CN_VSS_VAL 0x1 /* queries from the kernel */
  /external/llvm/test/Analysis/CFLAliasAnalysis/
arguments-globals.ll 13 ; CHECK: 15 Total Alias Queries Performed
basic-interproc-ret.ll 7 ; CHECK: 4 Total Alias Queries Performed
basic-interproc.ll 7 ; CHECK: 2 Total Alias Queries Performed
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h 31 struct list_head queries; member in struct:nv30_screen
  /external/selinux/libselinux/man/man3/
selabel_stats.3 17 causes zero or more messages to be printed containing backend-specific information about number of queries performed, number of unused entries, or other operational information.
  /frameworks/base/core/java/android/net/
IEthernetManager.aidl 23 * Interface that answers queries about, and allows changing
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
adb.h 35 /* ADB queries */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
adb.h 35 /* ADB queries */
  /external/libxml2/doc/searches/
AllQueries-20040408.xml 0 <queries total='415083' uniq='9565' nr='50' date='20040408'>
52 </queries>
Queries-20040408.xml 0 <queries total='419854' uniq='10089' nr='50' date='20040408'>
52 </queries>
  /external/skia/include/gpu/gl/
GrGLExtensions.h 18 * This helper queries the current GL context for its extensions, remembers them, and can be
48 * Queries whether an extension is present. This will fail if init() has not been called.
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
WebLatency.java 38 private static final String[] queries = { field in class:WebLatency
61 checkSource("WEB", webComponent, queries);
  /packages/services/Telephony/src/com/android/phone/
INetworkQueryService.aidl 22 * Service interface to handle queries for available networks. The
24 * availability queries instead of making direct calls to the
  /external/guava/guava-tests/benchmark/com/google/common/collect/
MapBenchmark.java 163 private Element[] queries; field in class:MapBenchmark
181 this.queries = sampleData.getQueries();
188 Element[] queries = this.queries; local
192 int mask = queries.length - 1;
196 dummy ^= map.get(queries[i & mask]) != null;
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 10 // This file implements a pass which can be used to count how many alias queries
26 PrintAll("count-aa-print-all-queries", cl::ReallyHidden, cl::init(true));
28 PrintAllFailures("count-aa-print-all-failed-queries", cl::ReallyHidden);
50 if (AASum + MRSum) { // Print a report if any counted queries occurred...
53 << " " << AASum << " Total Alias Queries Performed\n";
65 errs() << " " << MRSum << " Total Mod/Ref Queries Performed\n";
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 216 String[] queries = { local
228 for (int i = 0; i < queries.length; i++) {
232 boolean res = st.execute(queries[i]);
270 String[] queries = { local
280 for (int i = 0; i < queries.length; i++) {
284 st.execute(queries[i], Statement.NO_GENERATED_KEYS);
299 for (int i = 0; i < queries.length; i++) {
303 st.execute(queries[i], Statement.RETURN_GENERATED_KEYS);
535 String[] queries = { local
541 for (int i = 0; i < queries.length; i++)
571 String[] queries = { local
607 String[] queries = { local
639 String[] queries = { local
873 String[] queries = { local
922 String[] queries = { local
1232 String[] queries = { local
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 116 ContactQueries queries = new ContactQueries(); local
118 queries.fetchAllData(entityUri, CONTACT_ID, RAW_CONTACT_ID, DATA_ID, LOOKUP_KEY);
144 ContactQueries queries = new ContactQueries(); local
145 queries.fetchContactIdAndLookupFromRawContactUri(rawContactUri, CONTACT_ID, LOOKUP_KEY);
146 queries.fetchAllData(entityUri, CONTACT_ID, RAW_CONTACT_ID, DATA_ID, LOOKUP_KEY);
170 ContactQueries queries = new ContactQueries(); local
172 queries.fetchContactIdAndLookupFromRawContactUri(rawContactUri, CONTACT_ID, LOOKUP_KEY);
173 queries.fetchAllData(entityUri, CONTACT_ID, RAW_CONTACT_ID, DATA_ID, LOOKUP_KEY);
195 ContactQueries queries = new ContactQueries(); local
197 queries.fetchAllData(entityUri, CONTACT_ID, RAW_CONTACT_ID, DATA_ID, LOOKUP_KEY)
219 ContactQueries queries = new ContactQueries(); local
253 ContactQueries queries = new ContactQueries(); local
    [all...]
  /sdk/templates/docs/
default.js 32 var buildNav_ = function(queries, $contentRoot, $navRoot) {
33 if (!queries || !queries.length) {
37 $contentRoot.find(queries[0]).each(function() {
41 buildNav_(queries.splice(1), $(this), $navNode);
  /external/google-breakpad/src/testing/scripts/
gmock-config.in 20 overrides may be issued in combination with any other queries, but will only
21 affect installation queries if called on a built but not installed gmock. The
22 installation queries may not be issued with any other types of queries, and
23 only one installation query may be made at a time. The version queries and
24 compiler flag queries may be combined as desired but not mixed. Different
25 version queries are always combined with logical "and" semantics, and only the
28 Compiler flag queries output the union of the sets of flags when combined.
53 Installation Queries:
60 Version Queries
    [all...]
  /external/iputils/doc/
ninfod.sgml 11 <refpurpose>Respond to IPv6 Node Information Queries</refpurpose>
25 Responds to <ulink url="http://tools.ietf.org/rfc/rfc4620.txt">IPv6 Node Information Queries (RFC4620)</ulink> from clients.
26 Queries can be sent by various implementations of <command/ping6/ command.
  /external/libxml2/doc/
searches.xsl 24 <p> Top <xsl:value-of select="@nr"/> queries:</p>
33 <xsl:template match="queries">
94 <xsl:apply-templates select="queries"/>
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java 21 * This is the hold off time for pending queries, i.e. the time during which subsequent queries
27 * Max value for the retry counter for unanswered queries. This limits the maximum time-out to

Completed in 714 milliseconds

12 3 4 5 6 7 8 91011>>