Home
last modified time | relevance | path

Searched defs:query (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/external/icing/icing/query/advanced_query_parser/
Dquery-visitor_test.cc151 std::string_view query) { in ParseQueryHelper()
171 std::string CreateQuery(std::string query, in CreateQuery()
229 std::string query = CreateQuery("price < 2"); in TEST_P() local
272 std::string query = CreateQuery("price <= 1"); in TEST_P() local
315 std::string query = CreateQuery("price == 2"); in TEST_P() local
358 std::string query = CreateQuery("price >= 1"); in TEST_P() local
401 std::string query = CreateQuery("price > 1"); in TEST_P() local
445 std::string query = CreateQuery("price <= " + std::to_string(int_min)); in TEST_P() local
489 std::string query = CreateQuery("price >= " + std::to_string(int_max)); in TEST_P() local
534 std::string query = CreateQuery("subscription.price < 2"); in TEST_P() local
[all …]
Dparser_integration_test.cc34 std::string query = ""; in TEST() local
45 std::string query = ""; in TEST() local
55 std::string query = "foo"; in TEST() local
77 std::string query = "foo bar"; in TEST() local
104 std::string query = "foo OR bar"; in TEST() local
131 std::string query = "foo AND bar"; in TEST() local
158 std::string query = "NOT foo"; in TEST() local
183 std::string query = "-foo"; in TEST() local
208 std::string query = "subject:foo"; in TEST() local
235 std::string query = "sender.name:foo"; in TEST() local
[all …]
Dparser_test.cc49 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
285 std::string_view query = "foo(\"bar\")"; in TEST() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c126 struct brw_query_object *query) in brw_queryobj_get_results()
221 struct brw_query_object *query; in brw_new_query_object() local
239 struct brw_query_object *query = (struct brw_query_object *)q; in brw_delete_query() local
255 struct brw_query_object *query = (struct brw_query_object *)q; in brw_begin_query() local
328 struct brw_query_object *query = (struct brw_query_object *)q; in brw_end_query() local
382 struct brw_query_object *query = (struct brw_query_object *)q; in brw_wait_query() local
401 struct brw_query_object *query = (struct brw_query_object *)q; in brw_check_query() local
429 ensure_bo_has_space(struct gl_context *ctx, struct brw_query_object *query) in ensure_bo_has_space()
475 struct brw_query_object *query = brw->query.obj; in brw_emit_query_begin() local
499 struct brw_query_object *query = brw->query.obj; in brw_emit_query_end() local
[all …]
Dgen6_queryobj.c42 set_query_availability(struct brw_context *brw, struct brw_query_object *query, in set_query_availability()
223 struct brw_query_object *query) in gen6_queryobj_get_results()
327 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_begin_query() local
416 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_end_query() local
480 flush_batch_if_needed(struct brw_context *brw, struct brw_query_object *query) in flush_batch_if_needed()
501 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_wait_query() local
521 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_check_query() local
547 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_query_counter() local
Dbrw_conditional_render.c51 struct brw_query_object *query, in set_predicate_for_overflow_query()
74 struct brw_query_object *query) in set_predicate_for_occlusion_query()
95 struct brw_query_object *query, in set_predicate_for_result()
134 struct brw_query_object *query = (struct brw_query_object *) q; in brw_begin_conditional_render() local
/external/mesa3d/src/gallium/drivers/i915/
Di915_query.c39 unsigned query; member
46 struct i915_query *query = CALLOC_STRUCT( i915_query ); in i915_create_query() local
52 struct pipe_query *query) in i915_destroy_query()
58 struct pipe_query *query) in i915_begin_query()
63 static bool i915_end_query(struct pipe_context *ctx, struct pipe_query *query) in i915_end_query()
69 struct pipe_query *query, in i915_get_query_result()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_queryobj.c38 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonQueryGetResult() local
60 struct radeon_query_object *query; in radeonNewQueryObject() local
76 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonDeleteQuery() local
90 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonWaitQuery() local
107 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonBeginQuery() local
130 struct radeon_query_object *query = radeon->query.current; in radeonEmitQueryEnd() local
167 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonCheckQuery() local
197 struct radeon_query_object *query = radeon->query.current; in radeon_check_query_active() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_queryobj.c38 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonQueryGetResult() local
60 struct radeon_query_object *query; in radeonNewQueryObject() local
76 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonDeleteQuery() local
90 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonWaitQuery() local
107 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonBeginQuery() local
130 struct radeon_query_object *query = radeon->query.current; in radeonEmitQueryEnd() local
167 struct radeon_query_object *query = (struct radeon_query_object *)q; in radeonCheckQuery() local
197 struct radeon_query_object *query = radeon->query.current; in radeon_check_query_active() local
/external/ComputeLibrary/src/runtime/CL/gemm_auto_heuristics/
DCLGEMMAutoHeuristics.cpp48 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/net/dns/
Ddns_query_unittest.cc141 DnsQuery query(46 /* id */, kQName, dns_protocol::kTypeAAAA, in TEST() local
162 DnsQuery query(112 /* id */, qname.value(), dns_protocol::kTypeAAAA, in TEST() local
191 std::unique_ptr<DnsQuery> query; in TEST() local
213 std::unique_ptr<DnsQuery> query; in TEST() local
288 std::unique_ptr<DnsQuery> query; in TEST() local
326 DnsQuery query(packet); in TEST() local
360 DnsQuery query(packet); in TEST() local
393 DnsQuery query(packet); in TEST() local
415 DnsQuery query(packet); in TEST() local
440 DnsQuery query(packet); in TEST() local
[all …]
/external/cronet/url/
Durl_canon_query.cc60 const Component& query, in RunConverter()
76 const Component& query, in RunConverter()
86 const Component& query, in DoConvertToQueryEncoding()
105 const Component& query, in DoCanonicalizeQuery()
125 const Component& query, in CanonicalizeQuery()
134 const Component& query, in CanonicalizeQuery()
143 const Component& query, in ConvertUTF16ToQueryEncoding()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c62 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_destroy() local
131 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_begin() local
311 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_end() local
495 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_get_result() local
566 struct si_query_sw *query; in si_query_sw_create() local
657 struct si_query_hw *query = (struct si_query_hw *)squery; in si_query_hw_destroy() local
667 struct si_query_hw *query = container_of(qbuf, &si_query_hw_s, buffer); in si_query_hw_prepare_buffer() local
726 struct si_query_hw *query = CALLOC_STRUCT(si_query_hw); in si_query_hw_create() local
832 static void si_query_hw_do_emit_start(struct si_context *sctx, struct si_query_hw *query, in si_query_hw_do_emit_start()
876 static void si_query_hw_emit_start(struct si_context *sctx, struct si_query_hw *query) in si_query_hw_emit_start()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c60 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_destroy() local
95 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_begin() local
245 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_end() local
399 struct r600_query_sw *query = (struct r600_query_sw *)rquery; in r600_query_sw_get_result() local
470 struct r600_query_sw *query; in r600_query_sw_create() local
485 struct r600_query_hw *query = (struct r600_query_hw *)rquery; in r600_query_hw_destroy() local
501 struct r600_query_hw *query) in r600_new_query_buffer()
525 struct r600_query_hw *query, in r600_query_hw_prepare_buffer()
600 struct r600_query_hw *query) in r600_query_hw_init()
613 struct r600_query_hw *query = CALLOC_STRUCT(r600_query_hw); in r600_query_hw_create() local
[all …]
/external/mesa3d/src/gallium/drivers/lima/
Dlima_query.c45 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/
Dvmw_query.c43 struct svga_winsys_gb_query *query; in vmw_svga_winsys_query_create() local
67 struct svga_winsys_gb_query *query) in vmw_svga_winsys_query_destroy()
77 struct svga_winsys_gb_query *query, in vmw_svga_winsys_query_init()
104 struct svga_winsys_gb_query *query, in vmw_svga_winsys_query_get_result()
138 struct svga_winsys_gb_query *query, in vmw_swc_query_bind()
/external/mesa3d/src/freedreno/vulkan/
Dtu_query.c101 #define query_iova(type, pool, query, field) \ argument
104 #define occlusion_query_iova(pool, query, field) \ argument
107 #define pipeline_stat_query_iova(pool, query, field) \ argument
111 #define primitive_query_iova(pool, query, field, i) \ argument
115 #define query_available_iova(pool, query) \ argument
118 #define query_result_iova(pool, query, i) \ argument
122 #define query_result_addr(pool, query, i) \ argument
131 static void* slot_address(struct tu_query_pool *pool, uint32_t query) in slot_address()
266 uint32_t query) in wait_for_available()
310 uint32_t query = firstQuery + i; in get_query_pool_results() local
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c138 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free()
158 struct gas_query_pending *query, in gas_query_done()
185 struct gas_query_pending *query, *next; in gas_query_deinit() local
211 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append()
229 struct gas_query_pending *query; in gas_query_tx_status() local
278 static int gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, in gas_query_tx()
320 struct gas_query_pending *query) in gas_query_tx_comeback_req()
347 struct gas_query_pending *query = user_ctx; in gas_query_rx_comeback_timeout() local
376 struct gas_query_pending *query = user_ctx; in gas_query_tx_comeback_timeout() local
385 struct gas_query_pending *query, in gas_query_tx_comeback_req_delay()
[all …]
/external/wpa_supplicant_8/src/ap/
Dgas_query_ap.c132 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/
Dr300_query.c75 struct pipe_query* query) in r300_destroy_query()
84 struct r300_query *query) in r300_resume_query()
91 struct pipe_query* query) in r300_begin_query()
118 struct pipe_query* query) in r300_end_query()
142 struct pipe_query* query, in r300_get_query_result()
186 struct pipe_query *query, in r300_render_condition()
/external/angle/src/tests/gl_tests/
DOcclusionQueriesTest.cpp60 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
325 GLQueryEXT query; in TEST_P() local
378 GLQueryEXT query; in TEST_P() local
426 GLQuery query; in TEST_P() local
471 GLQueryEXT query[5]; in TEST_P() local
[all …]
/external/cronet/components/nacl/loader/
Dnacl_validation_query.cc29 NaClValidationQuery* query = new NaClValidationQuery(db_, profile_key_); in CreateQuery() local
107 static void AddData(void* query, const uint8_t* data, size_t length) { in AddData()
111 static int QueryKnownToValidate(void* query) { in QueryKnownToValidate()
115 static void SetKnownToValidate(void* query) { in SetKnownToValidate()
119 static void DestroyQuery(void* query) { in DestroyQuery()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_private.h193 struct query { struct
199 * Links for the doubly-linked lists in which we insert a query. argument
220 int try_count; /* Number of times we tried this query already. */ argument
221 int server; /* Server this query has last been sent to. */ argument
222 struct query_server_info *server_info; /* per-server state */ argument
228 /* Per-server state for a query */ argument
/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c91 is_time_query(struct zink_query *query) in is_time_query()
101 struct zink_query *query = CALLOC_STRUCT(zink_query); in zink_create_query() local
151 destroy_query(struct zink_screen *screen, struct zink_query *query) in destroy_query()
165 struct zink_query *query = (struct zink_query *)q; in zink_destroy_query() local
181 struct zink_query *query = (void*)entry->key; in zink_prune_queries() local
198 struct zink_query *query = (struct zink_query *)q; in get_query_result() local
365 struct zink_query *query = (struct zink_query *)q; in zink_begin_query() local
404 struct zink_query *query = (struct zink_query *)q; in zink_end_query() local
434 struct zink_query *query = (void*)entry->key; in zink_suspend_queries() local
449 struct zink_query *query, *next; in zink_resume_queries() local
[all …]
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c338 const struct gen_perf_query_info *query) in gen_perf_close()
401 const struct gen_perf_query_info *query) in get_metric_id()
491 const struct gen_perf_query_info *query = in gen_perf_new_query() local
507 const struct gen_perf_query_info *query) in gen_perf_active_queries()
528 gen_perf_query_info(const struct gen_perf_query_object *query) in gen_perf_query_info()
618 const struct gen_perf_query_info *query = obj->queryinfo; in snapshot_statistics_registers() local
634 struct gen_perf_query_object *query, in snapshot_freq_register()
648 struct gen_perf_query_object *query) in gen_perf_begin_query()
862 struct gen_perf_query_object *query) in gen_perf_end_query()
990 struct gen_perf_query_object *query, in read_oa_samples_for_query()
[all …]

12345678910>>...27