/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A 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 …]
|
/aosp_15_r20/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/ |
H A D | Constants.java | 32 /** A package that queries for {@link #TARGET_NO_API} package */ 33 public static final String QUERIES_PACKAGE = PKG_BASE + "queries.pkg"; 34 /** A package has a provider that queries for {@link #TARGET_NO_API} package */ 35 public static final String QUERIES_PACKAGE_PROVIDER = PKG_BASE + "queries.pkg.hasprovider"; 36 /** Queries for the unexported authority in {@link #TARGET_FILTERS} provider */ 38 PKG_BASE + "queries.provider.authority.unexported"; 39 /** Queries for the unexported action in {@link #TARGET_FILTERS} provider */ 41 PKG_BASE + "queries.provider.action.unexported"; 42 /** Queries for the unexported action in {@link #TARGET_FILTERS} service filter */ 44 PKG_BASE + "queries.service.action.unexported"; [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ |
H A D | QueryList.java | 25 * A list of queries to run on a cluster. 78 * Required. The queries to execute. You do not need to end a query expression 79 * with a semicolon. Multiple queries can be specified in one 84 * "queries": [ 93 * <code>repeated string queries = 1 [(.google.api.field_behavior) = REQUIRED];</code> 95 * @return A list containing the queries. 104 * Required. The queries to execute. You do not need to end a query expression 105 * with a semicolon. Multiple queries can be specified in one 110 * "queries": [ 119 * <code>repeated string queries = 1 [(.google.api.field_behavior) = REQUIRED];</code> [all …]
|
H A D | QueryListOrBuilder.java | 30 * Required. The queries to execute. You do not need to end a query expression 31 * with a semicolon. Multiple queries can be specified in one 36 * "queries": [ 45 * <code>repeated string queries = 1 [(.google.api.field_behavior) = REQUIRED];</code> 47 * @return A list containing the queries. 54 * Required. The queries to execute. You do not need to end a query expression 55 * with a semicolon. Multiple queries can be specified in one 60 * "queries": [ 69 * <code>repeated string queries = 1 [(.google.api.field_behavior) = REQUIRED];</code> 71 * @return The count of queries. [all …]
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_query.c | 53 pool->queries[query].perf.kperfmon_ids[i] = req.id; in kperfmon_create() 63 if (!pool->queries[query].perf.kperfmon_ids[0]) in kperfmon_destroy() 68 .id = pool->queries[query].perf.kperfmon_ids[i] in kperfmon_destroy() 170 .pSetLayouts = &device->queries.buf_descriptor_set_layout, in create_pool_descriptors() 271 pool->queries = vk_alloc2(&device->vk.alloc, pAllocator, pool_bytes, 8, in v3dv_CreateQueryPool() 273 if (pool->queries == NULL) { in v3dv_CreateQueryPool() 280 /* The hardware allows us to setup groups of 16 queries in consecutive in v3dv_CreateQueryPool() 281 * 4-byte addresses, requiring only that each group of 16 queries is in v3dv_CreateQueryPool() 337 /* Initialize queries in the pool */ in v3dv_CreateQueryPool() 339 pool->queries[query_idx].maybe_available = false; in v3dv_CreateQueryPool() [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/doc/ |
H A 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 …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dataproc_v1.projects.regions.jobs.html | 164 …;: { # A Dataproc job for running Apache Hive (https://hive.apache.org/) queries on YARN. # Option… 165 …ue executing queries if a query fails. The default value is false. Setting to true can be useful w… 172 …;queryFileUri": "A String", # The HCFS URI of the script that contains Hive queries. 173 "queryList": { # A list of queries to run on a cluster. # A list of queries. 174 …queries": [ # Required. The queries to execute. You do not need to end a query expression wit… 186 …"pigJob": { # A Dataproc job for running Apache Pig (https://pig.apache.org/) queries on… 187 …ue executing queries if a query fails. The default value is false. Setting to true can be useful w… 199 …eryFileUri": "A String", # The HCFS URI of the script that contains the Pig queries. 200 "queryList": { # A list of queries to run on a cluster. # A list of queries. 201 …queries": [ # Required. The queries to execute. You do not need to end a query expression wit… [all …]
|
D | dataproc_v1beta2.projects.regions.jobs.html | 164 …;: { # A Dataproc job for running Apache Hive (https://hive.apache.org/) queries on YARN. # Option… 165 …ue executing queries if a query fails. The default value is false. Setting to true can be useful w… 172 …;queryFileUri": "A String", # The HCFS URI of the script that contains Hive queries. 173 "queryList": { # A list of queries to run on a cluster. # A list of queries. 174 …queries": [ # Required. The queries to execute. You do not need to end a query expression wit… 186 …"pigJob": { # A Dataproc job for running Apache Pig (https://pig.apache.org/) queries on… 187 …ue executing queries if a query fails. The default value is false. Setting to true can be useful w… 199 …eryFileUri": "A String", # The HCFS URI of the script that contains the Pig queries. 200 "queryList": { # A list of queries to run on a cluster. # A list of queries. 201 …queries": [ # Required. The queries to execute. You do not need to end a query expression wit… [all …]
|
D | dns_v1.policies.html | 117 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 119 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 121 …ddresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC n… 128 …t;: True or False, # Allows networks bound to this policy to receive DNS queries sent by VMs or ap… 151 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 153 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 155 …ddresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC n… 162 …t;: True or False, # Allows networks bound to this policy to receive DNS queries sent by VMs or ap… 208 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 210 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … [all …]
|
D | dns_v1beta2.policies.html | 117 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 119 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 121 …ddresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC n… 129 …t;: True or False, # Allows networks bound to this policy to receive DNS queries sent by VMs or ap… 152 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 154 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 156 …ddresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC n… 164 …t;: True or False, # Allows networks bound to this policy to receive DNS queries sent by VMs or ap… 210 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … 212 …rnative name server for the associated networks. When specified, all DNS queries are forwarded to … [all …]
|
/aosp_15_r20/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 38 import com.android.ex.chips.Queries.Query; 98 Queries.Query query; in getMatchingRecipients() 100 query = Queries.EMAIL; in getMatchingRecipients() 102 query = Queries.PHONE; in getMatchingRecipients() 131 query.getProjection()[Queries.Query.DESTINATION] + " IN (" in getMatchingRecipients() 157 matchesNotFound, Queries.EMAIL, callback, permissionsCheckListener); in getMatchingRecipientsFromDirectoryQueries() 162 Account account, Set<String> matchesNotFound, Queries.Query query, in getMatchingRecipientsFromDirectoryQueries() 253 String address = c.getString(Queries.Query.DESTINATION); in processContactEntries() 256 c.getString(Queries.Query.NAME), in processContactEntries() 257 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE), in processContactEntries() [all …]
|
/aosp_15_r20/external/swiftshader/tests/regres/testlists/vk-default/ |
H A D | multiview.txt | 191 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.15 192 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.15_15_15_15 193 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.1_2_4_8 194 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.1_2_4_8_16_32 195 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.5_10_5_10 196 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.8 197 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.8_1_1_8 198 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.max_multi_view_view_count 199 dEQP-VK.multiview.dynamic_rendering.queries.get_query_pool_results.15 200 dEQP-VK.multiview.dynamic_rendering.queries.get_query_pool_results.15_15_15_15 [all …]
|
/aosp_15_r20/packages/modules/DnsResolver/tests/ |
D | resolv_tls_unit_test.cpp | 172 // All queries should have an observed ID of zero, because it is returned to the ID pool in TEST_F() 179 // These queries might be handled in serial or parallel as they race the 185 // Fewer than 65536 queries to avoid ID exhaustion. in TEST_F() 199 // A server that waits until sDelay queries are queued before responding. 223 LOG(DEBUG) << "Up to " << mResponses.size() << " out of " << sDelay << " queries"; in query() 256 // Fewer than 65536 queries to avoid ID exhaustion. in TEST_F() 275 // Exactly 65536 queries should still be possible in parallel, in TEST_F() 294 std::vector<bytevec> queries(FakeSocketDelay::sDelay); in TEST_F() local 298 queries[i] = make_query(i, SIZE); in TEST_F() 299 results.push_back(transport.query(makeSlice(queries[i]))); in TEST_F() [all …]
|
D | resolv_private_dns_test.cpp | 304 EXPECT_EQ(dns.queries().size(), static_cast<size_t>(dnsQueries)); in expectQueries() 305 EXPECT_EQ(dot.queries(), dotQueries); in expectQueries() 306 EXPECT_EQ(doh.queries(), dohQueries); in expectQueries() 426 // Have the test independent of the number of sent queries in private DNS validation, because in TEST_P() 427 // the DnsResolver can send either 1 or 2 queries in DoT validation. in TEST_P() 444 // Stop the private DNS servers. Since we are in opportunistic mode, queries will in TEST_P() 494 // Have the test independent of the number of sent queries in private DNS validation, because in TEST_P() 495 // the DnsResolver can send either 1 or 2 queries in DoT validation. in TEST_P() 514 // Stop the private DNS servers. Since we are in opportunistic mode, queries will in TEST_P() 547 // queries to be sent by DNS resolver. However, We should still set these two flags so that we in TEST_P() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | query.rs | 126 .queries in validate_begin_query() 159 self.builder_state.queries.insert( in begin_query_unchecked() 207 .queries in validate_end_query() 241 .queries in end_query_unchecked() 506 /// Copies the results of a range of queries to a buffer on the GPU. 525 queries: Range<u32>, in copy_query_pool_results() 534 queries.clone(), in copy_query_pool_results() 545 .copy_query_pool_results_unchecked(query_pool, queries, dst_buffer, stride, flags)) in copy_query_pool_results() 552 queries: Range<u32>, in validate_copy_query_pool_results() 587 .queries_range(queries.clone()) in validate_copy_query_pool_results() [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/dataproc/v1/ |
H A D | jobs.proto | 291 // A list of queries to run on a cluster. 293 // Required. The queries to execute. You do not need to end a query expression 294 // with a semicolon. Multiple queries can be specified in one 300 // "queries": [ 307 repeated string queries = 1 [(google.api.field_behavior) = REQUIRED]; field 311 // queries on YARN. 313 // Required. The sequence of Hive queries to execute, specified as either 314 // an HCFS file URI or a list of queries. 315 oneof queries { oneof 316 // The HCFS URI of the script that contains Hive queries. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/ |
H A D | jobs.proto | 289 // A list of queries to run on a cluster. 291 // Required. The queries to execute. You do not need to end a query expression 292 // with a semicolon. Multiple queries can be specified in one 298 // "queries": [ 305 repeated string queries = 1 [(google.api.field_behavior) = REQUIRED]; field 309 // queries on YARN. 311 // Required. The sequence of Hive queries to execute, specified as either 312 // an HCFS file URI or a list of queries. 313 oneof queries { oneof 314 // The HCFS URI of the script that contains Hive queries. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | query.rs | 35 /// # Commands related to queries. 448 /// Copies the results of a range of queries to a buffer on the GPU. 462 queries: Range<u32>, in copy_query_pool_results() 469 self.validate_copy_query_pool_results(&query_pool, queries.clone(), &destination, flags)?; in copy_query_pool_results() 476 .copy_query_pool_results(query_pool, queries, destination, stride, flags)?; in copy_query_pool_results() 485 queries: Range<u32>, in validate_copy_query_pool_results() 522 .queries_range(queries.clone()) in validate_copy_query_pool_results() 525 let count = queries.end - queries.start; in validate_copy_query_pool_results() 557 /// Resets a range of queries on a query pool. 559 /// The affected queries will be marked as "unavailable" after this command runs, and will no [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A 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()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1009 // Setup queries in init() 1034 … "QUERY_COUNTER_BITS for TRANSFORM_FEEDBACK_OVERFLOW queries is zero, skipping test"); in init() 1175 …/* Verifies the result of all queries. There can only be up to 5 non-FALSE result queries as none … 1187 // Verify the result of the TRANSFORM_FEEDBACK_STREAM_OVERFLOW queries in verifyQueryResults() 1194 // Expect the rest of the TRANSFORM_FEEDBACK_STREAM_OVERFLOW queries in verifyQueryResults() 1204 TCU_FAIL("Failed to validate the results of the queries"); in verifyQueryResults() 1312 /* Starts all overflow queries. */ 1328 /* Stops all overflow queries. */ 1344 /* Draws a set of points to vertex stream #0 while having the overflow queries active. */ 1354 /* Draws a set of triangles to vertex stream #0 while having the overflow queries active. */ [all …]
|
/aosp_15_r20/external/bcc/tools/ |
H A 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 …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/route53resolver/src/main/resources/codegen-resources/ |
H A D | docs-2.json | 6 …Resolver forwards all DNS queries for the domain name that is specified in the rule and that origi… 7 …NS queries to the DNS service for a VPC from your network or another VPC.</p> </li> <li> <p>An <i>… 8 …"CreateResolverRule": "<p>For DNS queries that originate in your VPCs, specifies which resolver en… 9 … queries from your network or another VPC are no longer routed to the DNS service for the specifie… 12 …u disassociate a resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain na… 14 …cified resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of… 145 …queries for this domain name are forwarded to the IP addresses that you specify in <code>TargetIps… 146 …"ResolverRule$DomainName": "<p>DNS queries for this domain name are forwarded to the IP addresses … 266 "IpAddressRequest$Ip": "<p>The IP address that you want to use for DNS queries.</p>", 267 … "IpAddressResponse$Ip": "<p>One IP address that the resolver endpoint uses for DNS queries.</p>", [all …]
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt/ |
H A D | MqttConnectionConfig.java | 76 * Queries the connection-related callbacks for a connection 95 * Queries the client_id being used by a connection 113 * Queries the IoT endpoint used by a connection 131 * Queries the port to connect to. 150 * Queries the common settings to use for a connection's socket 169 * Queries whether or not the service should try to resume prior subscriptions, if it has any 192 * @deprecated Queries the MQTT keep-alive via PING messages. Please use 217 * Queries the MQTT keep-alive via PING messages. 237 * Queries ping timeout value. If a response is not received within this 290 * Queries timeout value for requests that response is required on healthy connection. [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vk-default/ |
H A D | multiview.txt | 345 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.15 346 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.15_15_15_15 347 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.1_2_4_8 348 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.1_2_4_8_16_32 349 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.5_10_5_10 350 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.8 351 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.8_1_1_8 352 dEQP-VK.multiview.dynamic_rendering.queries.cmd_copy_query_pool_results.max_multi_view_view_count 353 dEQP-VK.multiview.dynamic_rendering.queries.get_query_pool_results.15 354 dEQP-VK.multiview.dynamic_rendering.queries.get_query_pool_results.15_15_15_15 [all …]
|
/aosp_15_r20/external/dnsmasq/ |
H A 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 …]
|