/external/pytorch/torch/_inductor/fx_passes/ |
D | fuse_attention.py | 33 def _sfdp_pattern_1(query, key, value, inv_scale): argument 42 def _sfdp_replacement_1(query, key, value, inv_scale): argument 55 def _sfdp_pattern_2(query, key, value, scale_factor): argument 64 def _sfdp_replacement_2(query, key, value, scale_factor): argument 77 def _sfdp_pattern_3(query, key, value, inv_scale_factor, dropout_p): argument 86 def _sfdp_replacement_3(query, key, value, inv_scale_factor, dropout_p): argument 99 def _sfdp_pattern_4(query, key, value, scale_factor, dropout_p): argument 106 def _sfdp_replacement_4(query, key, value, scale_factor, dropout_p): argument 119 def _sfdp_pattern_5(query, key, value, attn_mask): argument 127 def _sfdp_replacement_5(query, key, value, attn_mask): argument [all …]
|
/external/icing/icing/query/advanced_query_parser/ |
D | query-visitor_test.cc | 127 std::string query, TermMatchType::Code term_match_type, in CreateSearchSpec() 145 std::string query, TermMatchType::Code term_match_type, in CreateSearchSpec() 154 std::string query, TermMatchType::Code term_match_type, in CreateSearchSpec() 161 SearchSpecProto CreateSearchSpec(std::string query, in CreateSearchSpec() 283 std::string_view query) { in ParseQueryHelper() 306 const std::string& query) { in ProcessQuery() 325 std::string CreateQuery(std::string query, in CreateQuery() 386 std::string query = CreateQuery("price < 2"); in TEST_P() local 420 std::string query = CreateQuery("price <= 1"); in TEST_P() local 455 std::string query = CreateQuery("price == 2"); in TEST_P() local [all …]
|
D | parser_integration_test.cc | 39 std::string query = ""; in TEST() local 50 std::string query = ""; in TEST() local 60 std::string query = "foo"; in TEST() local 82 std::string query = "foo bar"; in TEST() local 109 std::string query = "foo OR bar"; in TEST() local 136 std::string query = "foo AND bar"; in TEST() local 163 std::string query = "NOT foo"; in TEST() local 188 std::string query = "-foo"; in TEST() local 213 std::string query = "subject:foo"; in TEST() local 240 std::string query = "sender.name:foo"; in TEST() local [all …]
|
D | parser_test.cc | 49 std::string_view query = "foo"; in TEST() local 70 std::string_view query = "foo bar"; in TEST() local 97 std::string_view query = "foo OR bar"; in TEST() local 125 std::string_view query = "foo AND bar"; in TEST() local 153 std::string_view query = "NOT foo"; in TEST() local 178 std::string_view query = "-foo"; in TEST() local 203 std::string_view query = "subject:foo"; in TEST() local 231 std::string_view query = "sender.name:foo"; in TEST() local 262 std::string_view query = "foo()"; in TEST() local 282 std::string_view query = "foo(\"bar\")"; in TEST() local [all …]
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_query.c | 38 unsigned query; member 44 struct i915_query *query = CALLOC_STRUCT(i915_query); in i915_create_query() local 50 i915_destroy_query(struct pipe_context *ctx, struct pipe_query *query) in i915_destroy_query() 56 i915_begin_query(struct pipe_context *ctx, struct pipe_query *query) in i915_begin_query() 62 i915_end_query(struct pipe_context *ctx, struct pipe_query *query) in i915_end_query() 68 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, in i915_get_query_result()
|
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_query.c | 22 is_occlusion(struct agx_query *query) in is_occlusion() 35 is_timer(struct agx_query *query) in is_timer() 147 struct agx_query *query = calloc(1, sizeof(struct agx_query)); in agx_create_query() local 182 flush_query_writers(struct agx_context *ctx, struct agx_query *query, in flush_query_writers() 196 sync_query_writers(struct agx_context *ctx, struct agx_query *query, in sync_query_writers() 206 is_query_busy(struct agx_context *ctx, struct agx_query *query) in is_query_busy() 220 struct agx_query *query = (struct agx_query *)pquery; in agx_destroy_query() local 244 struct agx_query *query = (struct agx_query *)pquery; in agx_begin_query() local 307 struct agx_query *query = (struct agx_query *)pquery; in agx_end_query() local 387 struct agx_query *query = (struct agx_query *)pquery; in agx_get_query_result() local [all …]
|
/external/ComputeLibrary/src/runtime/CL/gemm_auto_heuristics/ |
D | CLGEMMAutoHeuristics.cpp | 48 GEMMTypeResult select_mlgo_gemm_kernel(const CommonQuery &query, bool reshape_b_only_on_first_run) in select_mlgo_gemm_kernel() 69 GEMMTypeResult select_default_gemm_kernel(const CommonQuery &query, bool reshape_b_only_on_first_ru… in select_default_gemm_kernel() 86 GEMMConfigResult select_default_gemm_config_reshaped_only_rhs(const CommonQuery &query) in select_default_gemm_config_reshaped_only_rhs() 96 GEMMConfigResult select_mlgo_gemm_config_reshaped_only_rhs(const CommonQuery &query) in select_mlgo_gemm_config_reshaped_only_rhs() 121 GEMMConfigResult select_default_gemm_config_reshaped(const CommonQuery &query) in select_default_gemm_config_reshaped() 131 GEMMConfigResult select_mlgo_gemm_config_reshaped(const CommonQuery &query) in select_mlgo_gemm_config_reshaped() 155 GEMMConfigResult select_default_gemm_config_native(const CommonQuery &query) in select_default_gemm_config_native() 165 GEMMConfigResult select_mlgo_gemm_config_native(const CommonQuery &query) in select_mlgo_gemm_config_native()
|
/external/cronet/tot/net/dns/ |
D | dns_query_unittest.cc | 145 DnsQuery query(46 /* id */, kQName, dns_protocol::kTypeAAAA, in TEST() local 166 DnsQuery query(112 /* id */, qname.value(), dns_protocol::kTypeAAAA, in TEST() local 195 std::unique_ptr<DnsQuery> query; in TEST() local 217 std::unique_ptr<DnsQuery> query; in TEST() local 292 std::unique_ptr<DnsQuery> query; in TEST() local 330 DnsQuery query(packet); in TEST() local 364 DnsQuery query(packet); in TEST() local 397 DnsQuery query(packet); in TEST() local 419 DnsQuery query(packet); in TEST() local 444 DnsQuery query(packet); in TEST() local [all …]
|
/external/cronet/stable/net/dns/ |
D | dns_query_unittest.cc | 145 DnsQuery query(46 /* id */, kQName, dns_protocol::kTypeAAAA, in TEST() local 166 DnsQuery query(112 /* id */, qname.value(), dns_protocol::kTypeAAAA, in TEST() local 195 std::unique_ptr<DnsQuery> query; in TEST() local 217 std::unique_ptr<DnsQuery> query; in TEST() local 292 std::unique_ptr<DnsQuery> query; in TEST() local 330 DnsQuery query(packet); in TEST() local 364 DnsQuery query(packet); in TEST() local 397 DnsQuery query(packet); in TEST() local 419 DnsQuery query(packet); in TEST() local 444 DnsQuery query(packet); in TEST() local [all …]
|
/external/cronet/tot/url/ |
D | url_canon_query.cc | 65 const Component& query, in RunConverter() 81 const Component& query, in RunConverter() 90 const Component& query, in DoConvertToQueryEncoding() 109 const Component& query, in DoCanonicalizeQuery() 129 const Component& query, in CanonicalizeQuery() 138 const Component& query, in CanonicalizeQuery() 147 const Component& query, in ConvertUTF16ToQueryEncoding()
|
/external/cronet/stable/url/ |
D | url_canon_query.cc | 65 const Component& query, in RunConverter() 81 const Component& query, in RunConverter() 90 const Component& query, in DoConvertToQueryEncoding() 109 const Component& query, in DoCanonicalizeQuery() 129 const Component& query, in CanonicalizeQuery() 138 const Component& query, in CanonicalizeQuery() 147 const Component& query, in ConvertUTF16ToQueryEncoding()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.c | 42 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_destroy() local 77 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_begin() local 227 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_end() local 381 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_get_result() local 452 struct r600_query_sw *query; in r600_query_sw_create() local 467 struct r600_query_hw *query = (struct r600_query_hw *)rquery; in r600_query_hw_destroy() local 483 struct r600_query_hw *query) in r600_new_query_buffer() 507 struct r600_query_hw *query, in r600_query_hw_prepare_buffer() 582 struct r600_query_hw *query) in r600_query_hw_init() 595 struct r600_query_hw *query = CALLOC_STRUCT(r600_query_hw); in r600_query_hw_create() local [all …]
|
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/ |
D | QuerySnippets.java | 47 Query<?> query = Query.newGqlQueryBuilder(gqlQuery).build(); in newQuery() local 60 Query<Entity> query = Query.newGqlQueryBuilder(Query.ResultType.ENTITY, gqlQuery).build(); in newTypedQuery() local 72 Query<Entity> query = Query.newEntityQueryBuilder().setKind(kind).build(); in newEntityQuery() local 84 Query<Key> query = Query.newKeyQueryBuilder().setKind(kind).build(); in newKeyQuery() local 97 Query<ProjectionEntity> query = in newProjectionEntityQuery() local
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_query.c | 45 struct lima_query *query = calloc(1, sizeof(*query)); in lima_create_query() local 52 lima_destroy_query(struct pipe_context *ctx, struct pipe_query *query) in lima_destroy_query() 58 lima_begin_query(struct pipe_context *ctx, struct pipe_query *query) in lima_begin_query() 64 lima_end_query(struct pipe_context *ctx, struct pipe_query *query) in lima_end_query() 70 lima_get_query_result(struct pipe_context *ctx, struct pipe_query *query, in lima_get_query_result()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_query.c | 25 struct svga_winsys_gb_query *query; in vmw_svga_winsys_query_create() local 49 struct svga_winsys_gb_query *query) in vmw_svga_winsys_query_destroy() 59 struct svga_winsys_gb_query *query, in vmw_svga_winsys_query_init() 86 struct svga_winsys_gb_query *query, in vmw_svga_winsys_query_get_result() 120 struct svga_winsys_gb_query *query, in vmw_swc_query_bind()
|
/external/angle/src/tests/gl_tests/ |
D | OcclusionQueriesTest.cpp | 60 GLQueryEXT query; in TEST_P() local 95 GLQueryEXT query; in TEST_P() local 126 GLQueryEXT query[2]; in TEST_P() local 190 GLQueryEXT query; in TEST_P() local 218 GLQueryEXT query; in TEST_P() local 268 GLQueryEXT query; in TEST_P() local 322 GLQueryEXT query; in TEST_P() local 350 GLQueryEXT query; in TEST_P() local 418 GLQueryEXT query; in TEST_P() local 466 GLQuery query; in TEST_P() local [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_query.c | 46 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_destroy() local 104 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_begin() local 258 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_end() local 416 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_get_result() local 476 struct si_query_sw *query; in si_query_sw_create() local 569 struct si_query_hw *query = (struct si_query_hw *)squery; in si_query_hw_destroy() local 578 struct si_query_hw *query = container_of(qbuf, struct si_query_hw, buffer); in si_query_hw_prepare_buffer() local 650 struct si_query_hw *query = CALLOC_STRUCT(si_query_hw); in si_query_hw_create() local 788 static void si_query_hw_do_emit_start(struct si_context *sctx, struct si_query_hw *query, in si_query_hw_do_emit_start() 903 static void si_query_hw_emit_start(struct si_context *sctx, struct si_query_hw *query) in si_query_hw_emit_start() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | gas_query.c | 138 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() 162 struct gas_query_pending *query, in gas_query_done() 186 struct gas_query_pending *query, *next; in gas_query_deinit() local 218 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append() 236 struct gas_query_pending *query; in gas_query_tx_status() local 285 static int gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, in gas_query_tx() 327 struct gas_query_pending *query) in gas_query_tx_comeback_req() 354 struct gas_query_pending *query = user_ctx; in gas_query_rx_comeback_timeout() local 383 struct gas_query_pending *query = user_ctx; in gas_query_tx_comeback_timeout() local 392 struct gas_query_pending *query, in gas_query_tx_comeback_req_delay() [all …]
|
/external/mesa3d/src/panfrost/vulkan/ |
D | panvk_query_pool.h | 51 panvk_query_available_dev_addr(struct panvk_query_pool *pool, uint32_t query) in panvk_query_available_dev_addr() 58 panvk_query_available_host_addr(struct panvk_query_pool *pool, uint32_t query) in panvk_query_available_host_addr() 65 panvk_query_offset(struct panvk_query_pool *pool, uint32_t query) in panvk_query_offset() 72 panvk_query_report_dev_addr(struct panvk_query_pool *pool, uint32_t query) in panvk_query_report_dev_addr() 78 panvk_query_report_host_addr(struct panvk_query_pool *pool, uint32_t query) in panvk_query_report_host_addr()
|
/external/wpa_supplicant_8/src/ap/ |
D | gas_query_ap.c | 132 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() 145 struct gas_query_pending *query, in gas_query_done() 170 struct gas_query_pending *query, *next; in gas_query_ap_deinit() local 196 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append() 211 struct gas_query_pending *query; in gas_query_ap_tx_status() local 261 struct gas_query_pending *query, in gas_query_tx() 283 struct gas_query_pending *query) in gas_query_tx_comeback_req() 310 struct gas_query_pending *query = user_ctx; in gas_query_rx_comeback_timeout() local 339 struct gas_query_pending *query = user_ctx; in gas_query_tx_comeback_timeout() local 348 struct gas_query_pending *query, in gas_query_tx_comeback_req_delay() [all …]
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 57 struct pipe_query* query) in r300_destroy_query() 67 struct r300_query *query) in r300_resume_query() 74 struct pipe_query* query) in r300_begin_query() 101 struct pipe_query* query) in r300_end_query() 125 struct pipe_query* query, in r300_get_query_result() 169 struct pipe_query *query, in r300_render_condition()
|
/external/mesa3d/src/intel/perf/ |
D | intel_perf_mdapi.c | 34 const struct intel_perf_query_info *query, in intel_perf_query_result_write_mdapi() 143 struct intel_perf_query_info *query = in intel_perf_register_mdapi_statistic_query() local 193 fill_mdapi_perf_query_counter(struct intel_perf_query_info *query, in fill_mdapi_perf_query_counter() 214 #define MDAPI_QUERY_ADD_COUNTER(query, struct_name, field_name, type_name) \ argument 220 #define MDAPI_QUERY_ADD_ARRAY_COUNTER(ctx, query, struct_name, field_name, idx, type_name) \ argument 232 struct intel_perf_query_info *query = NULL; in intel_perf_register_mdapi_oa_query() local
|
/external/cronet/stable/components/nacl/loader/ |
D | nacl_validation_query.cc | 36 NaClValidationQuery* query = new NaClValidationQuery(db_, profile_key_); in CreateQuery() local 114 static void AddData(void* query, const uint8_t* data, size_t length) { in AddData() 118 static int QueryKnownToValidate(void* query) { in QueryKnownToValidate() 122 static void SetKnownToValidate(void* query) { in SetKnownToValidate() 126 static void DestroyQuery(void* query) { in DestroyQuery()
|
/external/cronet/tot/components/nacl/loader/ |
D | nacl_validation_query.cc | 36 NaClValidationQuery* query = new NaClValidationQuery(db_, profile_key_); in CreateQuery() local 114 static void AddData(void* query, const uint8_t* data, size_t length) { in AddData() 118 static int QueryKnownToValidate(void* query) { in QueryKnownToValidate() 122 static void SetKnownToValidate(void* query) { in SetKnownToValidate() 126 static void DestroyQuery(void* query) { in DestroyQuery()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_query_pool.cc | 97 #define query_iova(type, pool, query, field) \ argument 99 #define query_addr(type, pool, query, field) \ argument 103 #define occlusion_query_iova(pool, query, field) \ argument 105 #define occlusion_query_addr(pool, query, field) \ argument 108 #define pipeline_stat_query_iova(pool, query, field, idx) \ argument 112 #define primitive_query_iova(pool, query, field, stream_id, i) \ argument 117 #define perf_query_iova(pool, query, field, i) \ argument 123 #define primitives_generated_query_iova(pool, query, field) \ argument 126 #define query_available_iova(pool, query) \ argument 129 #define query_result_iova(pool, query, type, i) \ argument [all …]
|