Home
last modified time | relevance | path

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

12345678910>>...44

/external/icing/icing/query/advanced_query_parser/
Dquery-visitor_test.cc200 std::string_view query) { in ParseQueryHelper()
209 const std::string& query) { in ProcessQuery()
236 std::string CreateQuery(std::string query, in CreateQuery()
296 std::string query = CreateQuery("price < 2"); in TEST_P() local
330 std::string query = CreateQuery("price <= 1"); in TEST_P() local
365 std::string query = CreateQuery("price == 2"); in TEST_P() local
400 std::string query = CreateQuery("price >= 1"); in TEST_P() local
435 std::string query = CreateQuery("price > 1"); in TEST_P() local
471 std::string query = CreateQuery("price <= " + std::to_string(int_min)); in TEST_P() local
507 std::string query = CreateQuery("price >= " + std::to_string(int_max)); 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/gallium/drivers/i915/
Di915_query.c38 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/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/mesa3d/src/gallium/drivers/asahi/
Dagx_query.c20 is_occlusion(struct agx_query *query) in is_occlusion()
33 is_timer(struct agx_query *query) in is_timer()
145 struct agx_query *query = calloc(1, sizeof(struct agx_query)); in agx_create_query() local
177 sync_query_writers(struct agx_context *ctx, struct agx_query *query, in sync_query_writers()
191 is_query_busy(struct agx_context *ctx, struct agx_query *query) in is_query_busy()
205 struct agx_query *query = (struct agx_query *)pquery; in agx_destroy_query() local
228 struct agx_query *query = (struct agx_query *)pquery; in agx_begin_query() local
291 struct agx_query *query = (struct agx_query *)pquery; in agx_end_query() local
340 struct agx_query *query = (struct agx_query *)pquery; in agx_get_query_result() local
388 struct agx_query *query = (struct agx_query *)q; in agx_get_query_result_resource() local
[all …]
/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/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/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/
DQuerySnippets.java47 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/
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/gallium/drivers/radeonsi/
Dsi_query.c47 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_destroy() local
105 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_begin() local
259 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_end() local
417 struct si_query_sw *query = (struct si_query_sw *)squery; in si_query_sw_get_result() local
477 struct si_query_sw *query; in si_query_sw_create() local
568 struct si_query_hw *query = (struct si_query_hw *)squery; in si_query_hw_destroy() local
577 struct si_query_hw *query = container_of(qbuf, struct si_query_hw, buffer); in si_query_hw_prepare_buffer() local
649 struct si_query_hw *query = CALLOC_STRUCT(si_query_hw); in si_query_hw_create() local
784 static void si_query_hw_do_emit_start(struct si_context *sctx, struct si_query_hw *query, in si_query_hw_do_emit_start()
899 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/
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/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
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/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.c74 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/mesa3d/src/intel/perf/
Dintel_perf_mdapi.c37 const struct intel_perf_query_info *query, in intel_perf_query_result_write_mdapi()
146 struct intel_perf_query_info *query = in intel_perf_register_mdapi_statistic_query() local
196 fill_mdapi_perf_query_counter(struct intel_perf_query_info *query, in fill_mdapi_perf_query_counter()
217 #define MDAPI_QUERY_ADD_COUNTER(query, struct_name, field_name, type_name) \ argument
223 #define MDAPI_QUERY_ADD_ARRAY_COUNTER(ctx, query, struct_name, field_name, idx, type_name) \ argument
235 struct intel_perf_query_info *query = NULL; in intel_perf_register_mdapi_oa_query() local
/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/mesa3d/src/gallium/drivers/v3d/
Dv3d_query_pipe.c50 v3d_destroy_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_destroy_query_pipe()
59 v3d_begin_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_begin_query_pipe()
102 v3d_end_query_pipe(struct v3d_context *v3d, struct v3d_query *query) in v3d_end_query_pipe()
140 v3d_get_query_result_pipe(struct v3d_context *v3d, struct v3d_query *query, in v3d_get_query_result_pipe()
196 struct v3d_query *query = &pquery->base; in v3d_create_query_pipe() local
Dv3dx_query_perfcnt.c98 v3d_destroy_query_perfcnt(struct v3d_context *v3d, struct v3d_query *query) in v3d_destroy_query_perfcnt()
117 v3d_begin_query_perfcnt(struct v3d_context *v3d, struct v3d_query *query) in v3d_begin_query_perfcnt()
159 v3d_end_query_perfcnt(struct v3d_context *v3d, struct v3d_query *query) in v3d_end_query_perfcnt()
196 v3d_get_query_result_perfcnt(struct v3d_context *v3d, struct v3d_query *query, in v3d_get_query_result_perfcnt()
238 struct v3d_query *query; in v3dX() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_query.cc100 #define query_iova(type, pool, query, field) \ argument
103 #define occlusion_query_iova(pool, query, field) \ argument
106 #define pipeline_stat_query_iova(pool, query, field, idx) \ argument
110 #define primitive_query_iova(pool, query, field, stream_id, i) \ argument
115 #define perf_query_iova(pool, query, field, i) \ argument
121 #define primitives_generated_query_iova(pool, query, field) \ argument
124 #define query_available_iova(pool, query) \ argument
127 #define query_result_iova(pool, query, type, i) \ argument
131 #define query_result_addr(pool, query, type, i) \ argument
178 slot_address(struct tu_query_pool *pool, uint32_t query) in slot_address()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_private.h202 struct query { struct
208 * Links for the doubly-linked lists in which we insert a query. argument
229 int try_count; /* Number of times we tried this query already. */ argument
230 int server; /* Server this query has last been sent to. */ argument
231 struct query_server_info *server_info; /* per-server state */ argument
237 /* Per-server state for a query */ argument
/external/jsoup/src/main/java/org/jsoup/select/
DQueryParser.java23 private final String query; field in QueryParser
30 private QueryParser(String query) { in QueryParser()
43 public static Evaluator parse(String query) { in parse()
384 String query = own ? ":containsOwn" : ":contains"; in contains() local
393 String query = own ? ":containsWholeOwnText" : ":containsWholeText"; in containsWholeText() local
410 String query = own ? ":matchesOwn" : ":matches"; in matches() local
421 String query = own ? ":matchesWholeOwnText" : ":matchesWholeText"; in matchesWholeText() local
/external/android_onboarding/java/com/android/onboarding/bedsteadonboarding/queryable/
DNodeQueryHelper.kt36 @Transient private lateinit var query: E variable in com.android.onboarding.bedsteadonboarding.queryable.NodeQueryHelper
124 for (query in happenedBeforeQueryHelpers.values) { in describeQuery() constant
128 for (query in happenedAfterQueryHelpers.values) { in describeQuery() constant
147 for (query in happenedBeforeQueryHelpers.values) { in isEmptyQuery() constant
153 for (query in happenedAfterQueryHelpers.values) { in isEmptyQuery() constant
189 for (query in happenedBeforeQueryHelpers.values) { in matches() constant
195 for (query in happenedAfterQueryHelpers.values) { in matches() constant

12345678910>>...44