Home
last modified time | relevance | path

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

12345678910>>...164

/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dquery-visitor_test.cc124 std::string query, TermMatchType::Code term_match_type, in CreateSearchSpec()
142 std::string query, TermMatchType::Code term_match_type, in CreateSearchSpec()
151 std::string query, TermMatchType::Code term_match_type, in CreateSearchSpec()
158 SearchSpecProto CreateSearchSpec(std::string query, in CreateSearchSpec()
247 std::string_view query) { in ParseQueryHelper()
269 const std::string& query) { in ProcessQuery()
288 std::string CreateQuery(std::string query, in CreateQuery()
349 std::string query = CreateQuery("price < 2"); in TEST_P() local
383 std::string query = CreateQuery("price <= 1"); in TEST_P() local
418 std::string query = CreateQuery("price == 2"); in TEST_P() local
[all …]
H A Dparser_integration_test.cc39 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 …]
H A 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
282 std::string_view query = "foo(\"bar\")"; in TEST() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modget/
Dquery.go26 type query struct { struct
28 raw string
31 rawVersion string
39 pattern string
46 patternIsLocal bool
51 version string
56 matchWildcard func(path string) bool
61 canMatchWildcardInModule func(mPath string) bool
66 conflict *query
85 candidates []pathSet
[all …]
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dfuse_attention.py33 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 …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java181 String query = "insert into zoo(id, family, name) values(?, ?, 'unknown animal')"; in testExecute() local
200 String query = "update zoo set name='Masha', family=? where id=?;"; in testExecute() local
221 …String query = "create table hutch (id integer not null, animal_id integer, address char(20), prim… in testExecute() local
233 String query = "select name, family from zoo where id = ?"; in testExecute() local
245 String query = "select name, family from zoo where id = ?"; in testExecute() local
256 String query = "update zoo set name='Masha', family=? where id=?;"; in testExecute() local
293 String query = "select * from zoo where id = ?"; in testExecuteQuery() local
344 String query = "update zoo set name='Masha', family='cat' where id=?;"; in testExecuteUpdate() local
371 String query = "update zoo set name='Masha', family='cat' where id=?;"; in testGetMetaData() local
384 String query = "select * from zoo where id = ?"; in testGetMetaData() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/shard11/anno/android/os/
DUserManagerCache.java22 …n> binderCall, IpcDataCache.BypassCall<java.lang.Integer> bypassPredicate, java.lang.Integer query in isUserUnlocked()
44 …d(IpcDataCache.RemoteCall<java.lang.Integer, java.lang.Boolean> binderCall, java.lang.Integer query in isUserUnlocked()
79 …n> binderCall, IpcDataCache.BypassCall<java.lang.Integer> bypassPredicate, java.lang.Integer query in isUserUnlockingOrUnlocked()
101 …d(IpcDataCache.RemoteCall<java.lang.Integer, java.lang.Boolean> binderCall, java.lang.Integer query in isUserUnlockingOrUnlocked()
136 …o> binderCall, IpcDataCache.BypassCall<java.lang.Integer> bypassPredicate, java.lang.Integer query in getUserInfo()
158 …ache.RemoteCall<java.lang.Integer, android.content.pm.UserInfo> binderCall, java.lang.Integer query in getUserInfo()
193 …Call<android.os.UserManager.QueryUserId> bypassPredicate, android.os.UserManager.QueryUserId query in getUserPropertiesFromQuery()
215 …ueryUserId, android.content.pm.UserProperties> binderCall, android.os.UserManager.QueryUserId query in getUserPropertiesFromQuery()
250 …>> binderCall, IpcDataCache.BypassCall<java.lang.Integer> bypassPredicate, java.lang.Integer query in getProfiles()
272 …java.lang.Integer, java.util.List<android.content.pm.UserInfo>> binderCall, java.lang.Integer query in getProfiles()
[all …]
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/
DRestrictedEventMetric_e2e_test.cpp148 std::stringstream query; in TEST_F() local
200 std::stringstream query; in TEST_F() local
246 std::stringstream query; in TEST_F() local
292 std::stringstream query; in TEST_F() local
317 std::stringstream query; in TEST_F() local
388 std::stringstream query; in TEST_F() local
415 std::stringstream query; in TEST_F() local
452 std::stringstream query; in TEST_F() local
473 std::stringstream query; in TEST_F() local
493 std::stringstream query; in TEST_F() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c42 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 …]
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsRecordRepositoryTest.kt244 val query = MdnsPacket(0 /* flags */, questions, emptyList() /* answers */, in testAddAndUpdates() constant
615 val query = makeQuery(TYPE_PTR to arrayOf("_testservice", "_tcp", "local")) in testGetReply_singlePtrQuestion_returnsSrvTxtAddressNsecRecords() constant
648 val query = makeQuery(TYPE_PTR to arrayOf("_testservice", "_tcp", "local")) in testGetReply_ptrQuestionForServiceWithCustomHost_customHostUsedInAdditionalAnswers() constant
695 val query = makeQuery(TYPE_PTR to arrayOf("_testservice", "_tcp", "local")) in testGetReply_ptrQuestionForServicesWithSameCustomHost_customHostUsedInAdditionalAnswers() constant
732 val query = makeQuery( in testGetReply_singleSubtypePtrQuestion_returnsSrvTxtAddressNsecRecords() constant
765 val query = makeQuery( in testGetReply_duplicatePtrQuestions_doesNotReturnDuplicateRecords() constant
798 val query = makeQuery( in testGetReply_multiplePtrQuestionsWithSubtype_doesNotReturnDuplicateRecords() constant
834 val query = makeQuery(TYPE_TXT to serviceName) in testGetReply_txtQuestion_returnsNoNsecRecord() constant
852 val query = makeQuery(TYPE_AAAA to TEST_HOSTNAME) in testGetReply_AAAAQuestionButNoIpv6Address_returnsNsecRecord() constant
872 val query = makeQuery(TYPE_AAAA to TEST_CUSTOM_HOST_1_NAME) in testGetReply_AAAAQuestionForCustomHost_returnsAAAARecords() constant
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c46 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
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
787 static void si_query_hw_do_emit_start(struct si_context *sctx, struct si_query_hw *query, in si_query_hw_do_emit_start()
902 static void si_query_hw_emit_start(struct si_context *sctx, struct si_query_hw *query) in si_query_hw_emit_start()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_query.c25 is_occlusion(struct agx_query *query) in is_occlusion()
38 is_timer(struct agx_query *query) in is_timer()
150 struct agx_query *query = calloc(1, sizeof(struct agx_query)); in agx_create_query() local
185 flush_query_writers(struct agx_context *ctx, struct agx_query *query, in flush_query_writers()
199 sync_query_writers(struct agx_context *ctx, struct agx_query *query, in sync_query_writers()
209 is_query_busy(struct agx_context *ctx, struct agx_query *query) in is_query_busy()
223 struct agx_query *query = (struct agx_query *)pquery; in agx_destroy_query() local
247 struct agx_query *query = (struct agx_query *)pquery; in agx_begin_query() local
310 struct agx_query *query = (struct agx_query *)pquery; in agx_end_query() local
390 struct agx_query *query = (struct agx_query *)pquery; in agx_get_query_result() local
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_query_pool.cc97 #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 …]
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A 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 …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A 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
217 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append()
235 struct gas_query_pending *query; in gas_query_tx_status() local
284 static int gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, in gas_query_tx()
326 struct gas_query_pending *query) in gas_query_tx_comeback_req()
353 struct gas_query_pending *query = user_ctx; in gas_query_rx_comeback_timeout() local
382 struct gas_query_pending *query = user_ctx; in gas_query_tx_comeback_timeout() local
391 struct gas_query_pending *query, in gas_query_tx_comeback_req_delay()
[all …]
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_query_unittest.cc139 DnsQuery query(46 /* id */, kQName, dns_protocol::kTypeAAAA, in TEST() local
160 DnsQuery query(112 /* id */, qname.value(), dns_protocol::kTypeAAAA, in TEST() local
189 std::unique_ptr<DnsQuery> query; in TEST() local
211 std::unique_ptr<DnsQuery> query; in TEST() local
286 std::unique_ptr<DnsQuery> query; in TEST() local
324 DnsQuery query(packet); in TEST() local
358 DnsQuery query(packet); in TEST() local
391 DnsQuery query(packet); in TEST() local
413 DnsQuery query(packet); in TEST() local
438 DnsQuery query(packet); in TEST() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A 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 …]
/aosp_15_r20/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetworkViews.java77 public MonkeyCommandReturn query(AccessibilityNodeInfo node, List<String> args); in query() method
290 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.GetLocation
312 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.GetText
336 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.GetClass
350 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.GetChecked
365 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.GetEnabled
380 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.GetSelected
396 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.SetSelected
420 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.GetFocused
436 public MonkeyCommandReturn query(AccessibilityNodeInfo node, in query() method in MonkeySourceNetworkViews.SetFocused
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c329 needs_stats_list(struct zink_query *query) in needs_stats_list()
337 is_time_query(struct zink_query *query) in is_time_query()
343 is_so_overflow_query(struct zink_query *query) in is_so_overflow_query()
349 is_bool_query(struct zink_query *query) in is_bool_query()
358 qbo_append(struct pipe_screen *screen, struct zink_query *query) in qbo_append()
408 destroy_query(struct zink_context *ctx, struct zink_query *query) in destroy_query()
499 struct zink_query *query = CALLOC_STRUCT(zink_query); in zink_create_query() local
552 struct zink_query *query = (struct zink_query *)q; in zink_destroy_query() local
566 zink_prune_query(struct zink_batch_state *bs, struct zink_query *query) in zink_prune_query()
576 check_query_results(struct zink_query *query, union pipe_query_result *result, in check_query_results()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteRawStatementTest.java185 final String query = "SELECT i from t1"; in testMultipleTransactions() local
244 final String query = "SELECT COUNT(*) FROM t1"; in testInsert() local
259 final String query = "SELECT i, d, t, l FROM t1 WHERE t = 'text03value'"; in testInsert() local
291 final String query = "SELECT i, d, t, l FROM t1 WHERE i == 20"; in testInsert() local
475 final String query = "CREATE TABLE t1 (i int, b blob)"; in testBlob() local
493 final String query = "INSERT INTO t1 (i, b) VALUES (?1, ?2)"; in testBlob() local
525 final String query = "SELECT (b) FROM t1 WHERE i = ?1"; in testBlob() local
576 final String query = "INSERT INTO t1 (i, b) VALUES (?1, ?2)"; in testBlob() local
595 final String query = "CREATE TABLE t1 (i int, b text)"; in testText() local
607 final String query = "INSERT INTO t1 (i, b) VALUES (?1, ?2)"; in testText() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/perf/
H A Dintel_perf_query.c338 const struct intel_perf_query_info *query) in intel_perf_close()
381 const struct intel_perf_query_info *query) in get_metric_id()
471 const struct intel_perf_query_info *query = in intel_perf_new_query() local
498 const struct intel_perf_query_info *query) in intel_perf_active_queries()
519 intel_perf_query_info(const struct intel_perf_query_object *query) in intel_perf_query_info()
669 const struct intel_perf_query_info *query = obj->queryinfo; in snapshot_statistics_registers() local
685 struct intel_perf_query_object *query, in snapshot_query_layout()
721 struct intel_perf_query_object *query) in intel_perf_begin_query()
880 struct intel_perf_query_object *query) in intel_perf_end_query()
1040 struct intel_perf_query_object *query, in read_oa_samples_for_query()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchUxStatesDaoTest.java161 String query = "userId:" + ID1; in isEntryPointEnabledTest_trueBit() local
202 String query = "userId:" + ID1; in isAdultAccountTest_trueBit() local
243 String query = "userId:" + ID1; in isU18AccountTest_trueBit() local
284 String query = "userId:" + ID1; in isAdIdEnabledTest_trueBit() local
325 String query = "userId:" + ID1; in wasU18NotificationDisplayedTest_trueBit() local
366 String query = "userId:" + ID1; in getUxTest_allUxs() local
400 String query = "userId:" + ID1; in getEnrollmentChannelTest_allUxsAllChannels() local
437 String query = "userId:" + ID1; in readIsMeasurementDataResetTest_trueBit() local
478 String query = "userId:" + ID1; in readIsPaDataResetTest_trueBit() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/gemm_auto_heuristics/
H A 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()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/usage/
H A DUsageEventsQueryTest.java52 UsageEventsQuery query = new UsageEventsQuery.Builder(beginTimeMillis, endTimeMillis) in testQueryDuration() local
64 UsageEventsQuery query = new UsageEventsQuery.Builder(beginTimeMillis, endTimeMillis) in testQueryDuration() local
76 UsageEventsQuery query = new UsageEventsQuery.Builder(beginTimeMillis, endTimeMillis) in testQueryDuration() local
87 UsageEventsQuery query = new UsageEventsQuery.Builder(beginTimeMillis, endTimeMillis) in testQueryDuration() local
99 UsageEventsQuery query = new UsageEventsQuery.Builder(beginTimeMillis, endTimeMillis) in testQueryDuration() local
136 UsageEventsQuery query = queryBuilder.setEventTypes(eventType, eventType, eventType) in testQueryEventTypes() local
154 UsageEventsQuery query = queryBuilder.setPackageNames(pkgName, pkgName, "", pkgName) in testQueryEventPackages() local

12345678910>>...164