/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query_hw_metric.c | 118 uint32_t queries[8]; member 129 .queries[0] = _SM(ACTIVE_WARPS), 130 .queries[1] = _SM(ACTIVE_CYCLES), 138 .queries[0] = _SM(BRANCH), 139 .queries[1] = _SM(DIVERGENT_BRANCH), 147 .queries[0] = _SM(INST_EXECUTED), 148 .queries[1] = _SM(WARPS_LAUNCHED), 156 .queries[0] = _SM(INST_ISSUED), 157 .queries[1] = _SM(INST_EXECUTED), 165 .queries[0] = _SM(INST_ISSUED), [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | Queries.md | 1 # Queries chapter 3 OpenGL queries generally have a straightforward mapping to Vulkan queries, with the exception of 4 `GL_PRIMITIVES_GENERATED`. Some Vulkan queries are active only inside a render pass, while others 7 ## Outside Render Pass Queries 9 The following queries are recorded outside a render pass. If a render pass is active when 10 `begin()` or `end()` is called for these queries, it will be broken. 15 ## Inside Render Pass Queries 17 The rest of the queries are active only inside render passes. The context (`ContextVk`) keeps track 18 of currently active "render pass queries" and automatically pauses and resumes them as render passes 28 active queries. [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | dataproc_v1beta2.projects.regions.jobs.html | 161 …"pigJob": { # A Cloud Dataproc job for running Apache Pig (https://pig.apache.org/) queries on YAR… 162 "queryFileUri": "A String", # The HCFS URI of the script that contains the Pig queries. 174 "queryList": { # A list of queries to run on a cluster. # A list of queries. 175 …"queries": [ # Required. The queries to execute. You do not need to terminate a query with a semic… 178 # "queries": [ 188 …ue executing queries if a query fails. The default value is false. Setting to true can be useful w… 221 …Dataproc job for running Apache Spark SQL (http://spark.apache.org/sql/) queries. # Job is a Spark… 222 "queryFileUri": "A String", # The HCFS URI of the script that contains SQL queries. 234 "queryList": { # A list of queries to run on a cluster. # A list of queries. 235 …"queries": [ # Required. The queries to execute. You do not need to terminate a query with a semic… [all …]
|
D | dataproc_v1beta1.projects.jobs.html | 162 "sparkSqlJob": { # A Cloud Dataproc job for running Spark SQL queries. # Job is a SparkSql job. 163 "queryFileUri": "A String", # The HCFS URI of the script that contains SQL queries. 170 "queryList": { # A list of queries to run on a cluster. # A list of queries. 171 …"queries": [ # Required The queries to execute. You do not need to terminate a query with a semico… 174 # "queries": [ 201 "pigJob": { # A Cloud Dataproc job for running Pig queries on YARN. # Job is a Pig job. 202 "queryFileUri": "A String", # The HCFS URI of the script that contains the Pig queries. 214 "queryList": { # A list of queries to run on a cluster. # A list of queries. 215 …"queries": [ # Required The queries to execute. You do not need to terminate a query with a semico… 218 # "queries": [ [all …]
|
D | dataproc_v1alpha1.projects.regions.jobs.html | 166 "sparkSqlJob": { # A Cloud Dataproc job for running Spark SQL queries. # Job is a SparkSql job. 167 "queryFileUri": "A String", # The HCFS URI of the script that contains SQL queries. 174 "queryList": { # A list of queries to run on a cluster. # A list of queries. 175 …"queries": [ # Required The queries to execute. You do not need to terminate a query with a semico… 178 # "queries": [ 206 "pigJob": { # A Cloud Dataproc job for running Pig queries on YARN. # Job is a Pig job. 207 "queryFileUri": "A String", # The HCFS URI of the script that contains the Pig queries. 211 …ue executing queries if a query fails. The default value is false. Setting to true can be useful w… 215 "queryList": { # A list of queries to run on a cluster. # A list of queries. 216 …"queries": [ # Required The queries to execute. You do not need to terminate a query with a semico… [all …]
|
D | dataproc_v1.projects.regions.jobs.html | 137 …Dataproc job for running Apache Spark SQL (http://spark.apache.org/sql/) queries. # Job is a Spark… 138 "queryFileUri": "A String", # The HCFS URI of the script that contains SQL queries. 150 "queryList": { # A list of queries to run on a cluster. # A list of queries. 151 …"queries": [ # Required. The queries to execute. You do not need to terminate a query with a semic… 154 # "queries": [ 211 …"pigJob": { # A Cloud Dataproc job for running Apache Pig (https://pig.apache.org/) queries on YAR… 212 "queryFileUri": "A String", # The HCFS URI of the script that contains the Pig queries. 224 "queryList": { # A list of queries to run on a cluster. # A list of queries. 225 …"queries": [ # Required. The queries to execute. You do not need to terminate a query with a semic… 228 # "queries": [ [all …]
|
D | dns_v1beta2.policies.html | 109 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 111 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 120 …g": True or False, # Allows networks bound to this policy to receive DNS queries sent by VMs or ap… 138 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 140 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 149 …g": True or False, # Allows networks bound to this policy to receive DNS queries sent by VMs or ap… 186 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 188 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 197 …g": True or False, # Allows networks bound to this policy to receive DNS queries sent by VMs or ap… 232 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … [all …]
|
/external/bcc/tools/ |
D | dbslower_example.txt | 4 dbslower traces queries served by a MySQL or PostgreSQL server, and prints 9 Tracing database queries for pids 25776 slower than 1 ms... 15 This traced two queries slower than 1ms, one of which is very slow: over 2 19 Tracing database queries for pids 25776 slower than 1000 ms... 34 Tracing database queries for pids 25776 slower than 1 ms... 42 Specifying 0 as the threshold will print all the queries: 45 Tracing database queries for pids 25776 slower than 0 ms... 65 before the actual queries start coming in. 83 trace queries slower than this threshold (ms) 86 dbslower postgres # trace PostgreSQL queries slower than 1ms [all …]
|
D | mysqld_qslower_example.txt | 4 mysqld_qslower traces queries served by a MySQL server, and prints those that 9 Tracing MySQL server queries for PID 14371 slower than 1 ms... 17 This traced 5 queries, 4 of which took about 130 milliseconds. 25 Tracing MySQL server queries for PID 14371 slower than 0.1 ms... 31 It worked, but I'm not catching any faster queries in this example. Notice I 36 A 0 ms threshold can be specified to trace all queries: 39 Tracing MySQL server queries for PID 14371 slower than 0 ms... 51 database. I also added some "select 1;" queries, which do no work and return
|
D | dbstat_example.txt | 4 dbstat traces queries performed by a MySQL or PostgreSQL database process, and 8 Tracing database queries for pids 25776 slower than 0 ms... 23 It's immediately evident that the vast majority of queries finish very quickly, 24 in under 1ms, but there are some super-slow queries occasionally, in the 1-2 27 We can filter out the shorter queries with the -m switch: 30 Tracing database queries for pids 25776 slower than 1000 ms... 50 Tracing database queries for pids 25776 slower than 0 ms... 110 trace queries slower than this threshold (ms) 119 dbstat mysql -m 5 # trace only queries slower than 5ms 120 dbstat mysql -p 408 # trace queries in a specific process
|
/external/angle/extensions/ |
D | ANGLE_timer_query.txt | 124 Add a new section 5.3 "Timer Queries": 126 "5.3 Timer Queries 128 Timer queries use query objects to track the amount of time needed to 132 Timer queries are associated with query objects. The command 172 timer queries. The timer is started or stopped when the effects from all 197 that object is marked available. QueryCounterANGLE timer queries can be 206 Add a new section 6.1.9 "Timer Queries": 221 TIMESTAMP_ANGLE for timer queries. 231 For timer queries (TIME_ELAPSED_ANGLE and TIMESTAMP_ANGLE), if the number 256 that if any query object returns a result available of TRUE, all queries [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query_hw_metric.c | 34 uint32_t queries[4]; member 45 .queries[0] = _SM(BRANCH), 46 .queries[1] = _SM(DIVERGENT_BRANCH), 74 if (hmq->queries[i]->funcs->destroy_query) in nv50_hw_metric_destroy_query() 75 hmq->queries[i]->funcs->destroy_query(nv50, hmq->queries[i]); in nv50_hw_metric_destroy_query() 87 ret = hmq->queries[i]->funcs->begin_query(nv50, hmq->queries[i]); in nv50_hw_metric_begin_query() 101 hmq->queries[i]->funcs->end_query(nv50, hmq->queries[i]); in nv50_hw_metric_end_query() 133 ret = hmq->queries[i]->funcs->get_query_result(nv50, hmq->queries[i], in nv50_hw_metric_get_query_result() 173 hmq->queries[i] = nv50_hw_sm_create_query(nv50, cfg->queries[i]); in nv50_hw_metric_create_query() 174 if (!hmq->queries[i]) { in nv50_hw_metric_create_query()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 38 /* FIXME: the hw allows us to allocate up to 16 queries in a single block in v3dv_CreateQueryPool() 39 * for occlussion queries so we should try to use that. in v3dv_CreateQueryPool() 53 pool->queries = vk_alloc2(&device->alloc, pAllocator, pool_bytes, 8, in v3dv_CreateQueryPool() 55 if (pool->queries == NULL) { in v3dv_CreateQueryPool() 62 pool->queries[i].maybe_available = false; in v3dv_CreateQueryPool() 65 pool->queries[i].bo = v3dv_bo_alloc(device, 4096, "query", true); in v3dv_CreateQueryPool() 66 if (!pool->queries[i].bo) { in v3dv_CreateQueryPool() 70 /* For occlusion queries we only need a 4-byte counter */ in v3dv_CreateQueryPool() 71 if (!v3dv_bo_map(device, pool->queries[i].bo, 4)) { in v3dv_CreateQueryPool() 77 pool->queries[i].value = 0; in v3dv_CreateQueryPool() [all …]
|
/external/openscreen/osp/impl/testing/ |
D | fake_mdns_responder_adapter.cc | 146 for (const auto& queries : queries_) { in ptr_queries_empty() local 147 if (!queries.second.ptr_queries.empty()) in ptr_queries_empty() 154 for (const auto& queries : queries_) { in srv_queries_empty() local 155 if (!queries.second.srv_queries.empty()) in srv_queries_empty() 162 for (const auto& queries : queries_) { in txt_queries_empty() local 163 if (!queries.second.txt_queries.empty()) in txt_queries_empty() 170 for (const auto& queries : queries_) { in a_queries_empty() local 171 if (!queries.second.a_queries.empty()) in a_queries_empty() 178 for (const auto& queries : queries_) { in aaaa_queries_empty() local 179 if (!queries.second.aaaa_queries.empty()) in aaaa_queries_empty() [all …]
|
/external/autotest/site_utils/ |
D | kill_slow_queries.py | 6 """Kill slow queries in local autotest database.""" 75 """Convert a list of slow queries into a readable string format. 86 @returns: one clean string representation of all the slow queries. 95 """Kill the slow database queries running beyond the timeout limit. 99 @param timeout: Timeout limit to kill the slow queries. 102 killed slow queries, second element is the total number of them. 110 # Filter out the slow queries and kill them. 117 logging.info('Start killing following slow queries\n%s', queries_str) 124 logging.info('No slow queries over %ds!', timeout) 150 'Successfully killed slow autotest db queries', [all …]
|
/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/autotest/frontend/client/src/autotest/tko/ |
D | FilterStringViewer.java | 39 private TextArea queries = new TextArea(); field in FilterStringViewer 52 queries.setSize("35em", "10em"); in FilterStringViewer() 53 queries.setReadOnly(true); in FilterStringViewer() 54 queries.addChangeHandler(new ChangeHandler() { in FilterStringViewer() 65 queriesPanel.add(queries); in FilterStringViewer() 82 queries.setText(text); in setText() 86 return queries.getText(); in getText() 99 args.put(prefix + "_viewerText", queries.getText()); in addToHistory() 122 queries.setText(args.get(prefix + "_viewerText")); in handleHistoryArguments() 144 queries.setReadOnly(true); in changeEditable() [all …]
|
/external/swiftshader/tests/regres/testlists/ |
D | vk-master-TIMEOUT.txt | 4 dEQP-VK.multiview.queries.15 5 dEQP-VK.multiview.queries.15_15_15_15 6 dEQP-VK.multiview.queries.5_10_5_10 10 dEQP-VK.multiview.renderpass2.queries.15 11 dEQP-VK.multiview.renderpass2.queries.15_15_15_15 12 dEQP-VK.multiview.renderpass2.queries.5_10_5_10
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | QueryVk.h | 44 // Called by ContextVk on render pass start / end for render pass queries. These will 45 // stash and create new queries as needed. 65 // Prepare for begin by handling peculiarities such as the two transform feedback queries 69 // Used for all queries, except TimeElapsed (begin) or those that are emulated. For transform 70 // feedback queries, these can be shared if the two queries are simultaneously active. 72 // Used for queries that may end up with multiple outstanding query helper objects as they end
|
/external/bcc/man/man8/ |
D | dbslower.8 | 3 dbslower \- Trace MySQL/PostgreSQL server queries slower than a threshold. 7 This traces queries served by a MySQL or PostgreSQL server, and prints 14 Alternativly, MySQL queries can be traced without the USDT support using the 31 Path to MySQL binary. This option allow to MySQL queries even when USDT probes 41 Trace MySQL server queries slower than 1 ms: 62 This adds low-overhead instrumentation to queries, and only emits output
|
/external/autotest/client/cros/netprotos/ |
D | cros_p2p.py | 101 """Sends queries to gather all the p2p information on the network. 110 queries = [] 118 queries.append((p2p_peer, dpkt.dns.DNS_ANY)) 125 queries.append((srvname, dpkt.dns.DNS_ANY)) 126 if queries: 127 self._zeroconf.send_request(queries) 138 queries = [] 142 queries.append((ptrname, dpkt.dns.DNS_ANY)) 143 if queries: 144 self._zeroconf.send_request(queries)
|
/external/googletest/googletest/scripts/ |
D | gtest-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 gtest. 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: 65 Compilation Flag Queries: [all …]
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | MultipleSetContainsBenchmark.java | 43 private final Object[] queries = new Object[0x1000]; field in MultipleSetContainsBenchmark 63 queries[i] = PRESENT; in setUp() 65 queries[i] = ABSENT; in setUp() 73 Object[] queries = this.queries; in contains() local 77 result ^= sets[j].contains(queries[j]); in contains()
|
/external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
D | MultipleSetContainsBenchmark.java | 43 private final Object[] queries = new Object[0x1000]; field in MultipleSetContainsBenchmark 63 queries[i] = PRESENT; in setUp() 65 queries[i] = ABSENT; in setUp() 73 Object[] queries = this.queries; in contains() local 77 result ^= sets[j].contains(queries[j]); in contains()
|
D | SetContainsBenchmark.java | 52 private Element[] queries; field in SetContainsBenchmark 61 this.queries = sampleData.getQueries(); in setUp() 69 Element[] queries = this.queries; in contains() local 71 int mask = queries.length - 1; in contains() 75 dummy ^= set.contains(queries[i & mask]); in contains()
|