/external/selinux/prebuilts/bin/ |
D | seinfo.py | 45 queries = parser.add_argument_group("Component Queries") variable 46 queries.add_argument("-a", "--attribute", help="Print type attributes.", dest="typeattrquery", 48 queries.add_argument("-b", "--bool", help="Print Booleans.", dest="boolquery", 50 queries.add_argument("-c", "--class", help="Print object classes.", dest="classquery", 52 queries.add_argument("-r", "--role", help="Print roles.", dest="rolequery", 54 queries.add_argument("-t", "--type", help="Print types.", dest="typequery", 56 queries.add_argument("-u", "--user", help="Print users.", dest="userquery", 58 queries.add_argument("--category", help="Print MLS categories.", dest="mlscatsquery", 60 queries.add_argument("--common", help="Print common permission set.", dest="commonquery", 62 queries.add_argument("--constrain", help="Print constraints.", dest="constraintquery", [all …]
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | SetContainsBenchmark.java | 54 private Element[] queries; field in SetContainsBenchmark 63 this.queries = sampleData.getQueries(); in setUp() 70 Element[] queries = this.queries; in contains() local 72 int mask = queries.length - 1; in contains() 76 dummy ^= set.contains(queries[i & mask]); in contains()
|
D | HashMultisetAddPresentBenchmark.java | 35 int[] queries = new int[ARRAY_SIZE]; field in HashMultisetAddPresentBenchmark 44 queries[i] = random.nextInt(); in setUp() 45 multiset.add(queries[i]); in setUp() 53 tmp += multisets.get(j).add(queries[j], 4); in add()
|
D | MapBenchmark.java | 163 private Element[] queries; field in MapBenchmark 181 this.queries = sampleData.getQueries(); in setUp() 188 Element[] queries = this.queries; in get() local 192 int mask = queries.length - 1; in get() 196 dummy ^= map.get(queries[i & mask]) != null; in get()
|
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/ |
D | README.chromium | 1 Name: css-element-queries 2 Short Name: css-element-queries 3 URL: https://github.com/marcj/css-element-queries
|
D | README.md | 4 Element Queries is a polyfill adding support for element based media-queries to all new browsers (i… 5 It allows not only to define media-queries based on window-size but also adds 'media-queries' funct… 21 More demos and information: http://marcj.github.io/css-element-queries/ 69 [](https…
|
/external/deqp/doc/testspecs/GL3/ |
D | 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
|
D | 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/guava/guava-tests/test/com/google/common/collect/ |
D | CollectionBenchmarkSampleData.java | 39 private final Element[] queries; field in CollectionBenchmarkSampleData 56 this.queries = createQueries(valuesInSet, 1024); in CollectionBenchmarkSampleData() 64 return queries; in getQueries()
|
/external/deqp/doc/testspecs/GLES31/ |
D | 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/llvm/docs/ |
D | AliasAnalysis.rst | 53 All ``AliasAnalysis`` interfaces require that in queries involving multiple 62 can modify or read a memory object, etc. For all of these queries, memory 270 information (returning "May" Alias and "Mod/Ref" for alias and mod/ref queries 299 In addition to analysis queries, you must make sure to unconditionally pass LLVM 366 alias analysis is to make sure that alias analysis **queries** are serviced 368 method) is only performed once, but many (perhaps duplicate) queries may be 395 them, the pass manager will silently route alias analysis queries directly to 413 ``AliasAnalysisCounter`` utility, collecting stats on all alias queries in a 419 non-deterministic number of alias queries. This can cause stats collected by 422 execution after a predetermined number of queries can be unreliable. [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | 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
|
D | functional.ubo.txt | 70 a reference memory layout is used instead and queries are made to validate the 74 pixels are checked. If all pixels are white and uniform layout queries didn't
|
/external/mdnsresponder/ |
D | 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.
|
D | README.txt | 22 Requirement 2 is met by sending DNS-like queries via Multicast (mDNS). 39 that queries are sent via multicast to all local hosts, instead of via 41 mDNSResponder which is constantly listening for those multicast queries, 45 The main difference is that queries are sent to a different UDP port
|
/external/dnsmasq/contrib/try-all-ns/ |
D | dnsmasq-2.35-try-all-ns.patch | 56 …{ "-0, --dns-forward-max=<queries>", gettext_noop("Maximum number of concurrent DNS queries. (defa…
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | aliastest.ll | 3 ; Test that basic alias queries work. 25 ; Test that basic invariant-memory queries work.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingdatastore.rst | 39 queries. Ancestor queries use the parent key (instead of a specific entity's 43 use ancestor queries on those entity groups to return strongly consistent 229 queries are not specified using SQL. Instead, you can prepare queries using a 233 The following new version of the ``MainPage`` handler queries the datastore 283 specific properties from the model. All GQL queries start with 288 more conditions based on property values. Unlike SQL, GQL queries may not 290 in queries. For example, to get only the greetings posted by the current user::
|
/external/eigen/unsupported/Eigen/ |
D | BVH | 31 …* A bounding volume hierarchy (BVH) can accelerate many geometric queries. This module provides a… 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 … 80 …* The cartesian product intersection and the BVMinimize queries are similar--see their individual …
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 37 address queries. Addresses are cached, all other 38 queries are forwarded directly. 54 of queries in progress, but still remain very lightweight. 73 (3) Dnsmasq should now forward (but not cache) inverse queries 74 and server status queries; this feature has not been tested. 77 (6) Generate queries to upstream nameservers with unpredictable 79 (7) Dnsmasq no longer forwards queries when the 84 reverse queries on the RFC 1918 private IP space itself and 112 Handle wildcard queries for names/addresses in /etc/hosts 117 upstream servers we send queries to. This fixes a problem [all …]
|
D | FAQ | 8 to stop DNS queries from the outside world. If dnsmasq sent its queries 12 port: queries are dropped. The replies must be to oustanding queries 28 Q: Why doesn't dnsmasq support DNS queries over TCP? Don't the RFC's specify 68 servers in order, give it the -o flag. If you want some queries 73 Q: OK, I've got queries to a private nameserver working, now how about 74 reverse queries for a range of IP addresses? 77 For instance to send reverse queries on the range 192.168.0.0 to 288 queries for SRV records. 371 queries for an arbitrary domain. It is not suitable for use by 451 broken. There is a remaining problem in 2.39, where "log-queries" [all …]
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_screen.h | 31 struct list_head queries; member
|
D | nv30_query.c | 79 oq = LIST_FIRST_ENTRY(struct nv30_query_object, &screen->queries, list); in nv30_query_object_new() 83 LIST_ADDTAIL(&qo->list, &screen->queries); in nv30_query_object_new()
|
/external/iproute2/doc/ |
D | arpd.sgml | 42 also send brodcast queries itself. <tt/NUMBER/ is number of such queries 49 <item><tt/-k/ - suppress sending broadcast queries by kernel. It takes
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | _README.txt | 12 also queries for an attribute value, but instead of changing it,
|