Searched refs:query_len (Results 1 – 8 of 8) sorted by relevance
/external/libbrillo/brillo/ |
D | url_utils.cc | 27 size_t* query_len) { in GetQueryStringPos() argument 31 if (query_len) in GetQueryStringPos() 32 *query_len = 0; in GetQueryStringPos() 37 if (query_len) { in GetQueryStringPos() 49 *query_len = query_end - query_start; in GetQueryStringPos() 91 size_t query_pos, query_len; in GetQueryString() local 92 if (GetQueryStringPos(url, remove_fragment, &query_pos, &query_len)) { in GetQueryString() 93 query_string = url.substr(query_pos, query_len); in GetQueryString() 123 size_t query_pos, query_len; in RemoveQueryString() local 124 if (!GetQueryStringPos(url, !remove_fragment_too, &query_pos, &query_len)) in RemoveQueryString() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant_sd.c | 262 size_t query_len) in match_bonjour_query() argument 266 if (query_len < 3 || wpabuf_len(bsrv->query) < 3) in match_bonjour_query() 268 if (os_memcmp(query + query_len - 3, in match_bonjour_query() 272 if (query_len == wpabuf_len(bsrv->query) && in match_bonjour_query() 273 os_memcmp(query, wpabuf_head(bsrv->query), query_len - 3) == 0) in match_bonjour_query() 276 if (p2p_sd_dns_uncompress(str_rx, sizeof(str_rx), query, query_len - 3, in match_bonjour_query() 290 const u8 *query, size_t query_len) in wpas_sd_req_bonjour() argument 297 query, query_len); in wpas_sd_req_bonjour() 305 if (query_len == 0) { in wpas_sd_req_bonjour() 312 if (!match_bonjour_query(bsrv, query, query_len)) in wpas_sd_req_bonjour() [all …]
|
D | dpp_supplicant.c | 2961 const u8 *query, size_t query_len, u16 *comeback_delay) in wpas_dpp_gas_req_handler() argument 2988 query, query_len); in wpas_dpp_gas_req_handler() 2991 resp = dpp_conf_req_rx(auth, query, query_len); in wpas_dpp_gas_req_handler()
|
/external/wpa_supplicant_8/src/common/ |
D | gas_server.h | 27 const u8 *query, size_t query_len,
|
D | gas_server.c | 28 const u8 *query, size_t query_len, 554 const u8 *query, size_t query_len, in gas_server_register() argument
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.h | 28 const u8 *query, size_t query_len,
|
D | dpp_hostapd.c | 1965 const u8 *query, size_t query_len, in hostapd_dpp_gas_req_handler() argument 1986 query, query_len); in hostapd_dpp_gas_req_handler() 1989 resp = dpp_conf_req_rx(auth, query, query_len); in hostapd_dpp_gas_req_handler()
|
/external/tensorflow/tensorflow/lite/g3doc/tutorials/ |
D | model_maker_question_answer.ipynb | 512 …"You can adjust the model infrastructure like parameters `seq_len` and `query_len` in the `BertQAM… 517 "* `query_len`: Length of the question to feed into the model.\n",
|