Searched defs:query (Results 1 - 25 of 415) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c147 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument
149 if (query == NULL)
151 os_free(query->auth_msg);
152 os_free(query);
158 struct hostapd_acl_query_data *query)
163 query->radius_id = radius_client_get_id(hapd->radius);
164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
268 struct hostapd_acl_query_data *query;
281 query = hapd->acl_queries;
282 while (query) {
157 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument
482 struct hostapd_acl_query_data *query, *prev; local
619 struct hostapd_acl_query_data *query, *prev; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c398 WCHAR query[256]; local
400 _snwprintf(query, 256,
402 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query);
404 pSvc, L"WQL", query, 0, 0, pDestSink);
489 WCHAR query[MAX_QUERY_LEN]; local
514 _snwprintf(query, MAX_QUERY_LEN,
517 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query);
520 pSvc, L"WQL", query,
524 wpa_printf(MSG_DEBUG, "ndis_events: Failed to query interface "
554 _snwprintf(query, MAX_QUERY_LE
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c68 /* if the query is a broadcast query */
76 /* query number that needs to be send to the device */
109 struct p2p_sd_query *query)
117 if (q == query) {
118 /* If the query is a broadcast query, decrease one from
120 if (query->for_all_peers)
126 if (p2p->sd_query == query)
267 struct p2p_sd_query *query; local
108 p2p_unlink_sd_query(struct p2p_data *p2p, struct p2p_sd_query *query) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c147 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument
149 if (query == NULL)
151 os_free(query->auth_msg);
152 os_free(query);
158 struct hostapd_acl_query_data *query)
163 query->radius_id = radius_client_get_id(hapd->radius);
164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
268 struct hostapd_acl_query_data *query;
281 query = hapd->acl_queries;
282 while (query) {
157 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument
482 struct hostapd_acl_query_data *query, *prev; local
619 struct hostapd_acl_query_data *query, *prev; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c398 WCHAR query[256]; local
400 _snwprintf(query, 256,
402 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query);
404 pSvc, L"WQL", query, 0, 0, pDestSink);
489 WCHAR query[MAX_QUERY_LEN]; local
514 _snwprintf(query, MAX_QUERY_LEN,
517 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query);
520 pSvc, L"WQL", query,
524 wpa_printf(MSG_DEBUG, "ndis_events: Failed to query interface "
554 _snwprintf(query, MAX_QUERY_LE
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c68 /* if the query is a broadcast query */
76 /* query number that needs to be send to the device */
109 struct p2p_sd_query *query)
117 if (q == query) {
118 /* If the query is a broadcast query, decrease one from
120 if (query->for_all_peers)
126 if (p2p->sd_query == query)
267 struct p2p_sd_query *query; local
108 p2p_unlink_sd_query(struct p2p_data *p2p, struct p2p_sd_query *query) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c4372 struct wpabuf *query, *resp; local
4383 query = wpabuf_alloc(len);
4384 if (query == NULL)
4386 if (hexstr2bin(cmd, wpabuf_put(query, len), len) < 0) {
4387 wpabuf_free(query);
4393 wpabuf_free(query);
4399 wpabuf_free(query);
4403 wpabuf_free(query);
4408 if (wpas_p2p_service_add_bonjour(wpa_s, query, resp) < 0) {
4409 wpabuf_free(query);
4456 struct wpabuf *query; local
5214 struct wpabuf *advproto, *query = NULL; local
[all...]
H A Dgas_query.c2 * Generic advertisement service (GAS) query
25 /** GAS query timeout in seconds */
30 * struct gas_query_pending - Pending GAS query
54 * struct gas_query - Internal GAS query data
79 * gas_query_init - Initialize GAS query component
81 * Returns: Pointer to GAS query data or %NULL on failure
121 static void gas_query_free(struct gas_query_pending *query, int del_list) argument
123 struct gas_query *gas = query->gas;
126 dl_list_del(&query->list);
128 if (gas->work && gas->work->ctx == query) {
140 gas_query_done(struct gas_query *gas, struct gas_query_pending *query, enum gas_query_result result) argument
167 struct gas_query_pending *query, *next; local
193 gas_query_append(struct gas_query_pending *query, const u8 *data, size_t len) argument
211 struct gas_query_pending *query; local
256 gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, struct wpabuf *req) argument
284 gas_query_tx_comeback_req(struct gas_query *gas, struct gas_query_pending *query) argument
308 struct gas_query_pending *query = user_ctx; local
316 gas_query_tx_comeback_req_delay(struct gas_query *gas, struct gas_query_pending *query, u16 comeback_delay) argument
332 gas_query_rx_initial(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) argument
363 gas_query_rx_comeback(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) argument
440 struct gas_query_pending *query; local
573 struct gas_query_pending *query = user_ctx; local
598 struct gas_query_pending *query = work->ctx; local
658 struct gas_query_pending *query; local
712 struct gas_query_pending *query; local
[all...]
H A Dinterworking.c2896 const struct wpabuf *query)
2916 wpa_hexdump_buf(MSG_DEBUG, "GAS Query", query);
2919 if (query)
2920 len += wpabuf_len(query);
2932 if (query) {
2933 wpabuf_put_le16(buf, wpabuf_len(query));
2934 wpabuf_put_buf(buf, query);
2894 gas_send_request(struct wpa_supplicant *wpa_s, const u8 *dst, const struct wpabuf *adv_proto, const struct wpabuf *query) argument
H A Dp2p_supplicant.c2018 const struct wpabuf *query)
2023 len = wpabuf_len(query);
2026 if (len == wpabuf_len(bsrv->query) &&
2027 os_memcmp(wpabuf_head(query), wpabuf_head(bsrv->query),
2086 5 + wpabuf_len(bsrv->query) + wpabuf_len(bsrv->resp))
2098 wpabuf_put_buf(resp, bsrv->query); /* Key */
2106 static int match_bonjour_query(struct p2p_srv_bonjour *bsrv, const u8 *query, argument
2111 if (query_len < 3 || wpabuf_len(bsrv->query) < 3)
2113 if (os_memcmp(query
2017 wpas_p2p_service_get_bonjour(struct wpa_supplicant *wpa_s, const struct wpabuf *query) argument
2133 wpas_sd_req_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
2240 wpas_sd_req_upnp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
2322 wpas_sd_req_wfd(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) argument
2569 wpas_p2p_sd_request_upnp(struct wpa_supplicant *wpa_s, const u8 *dst, u8 version, const char *query) argument
2730 wpas_p2p_service_add_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *query, struct wpabuf *resp) argument
2747 wpas_p2p_service_del_bonjour(struct wpa_supplicant *wpa_s, const struct wpabuf *query) argument
[all...]
H A Dwpa_supplicant_i.h233 struct wpabuf *query; member in struct:p2p_srv_bonjour
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c2217 struct wpabuf *query = NULL; local
2244 } else if (!os_strcmp(entry.key, "query")) {
2248 query = wpabuf_alloc_copy(
2271 if (query == NULL || resp == NULL)
2274 if (wpas_p2p_service_add_bonjour(wpa_s, query, resp) < 0)
2276 query = NULL;
2286 wpabuf_free(query);
2303 struct wpabuf *query = NULL; local
2354 if (!os_strcmp(entry.key, "query")) {
2358 query
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c147 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) argument
149 if (query == NULL)
151 os_free(query->auth_msg);
152 os_free(query);
158 struct hostapd_acl_query_data *query)
163 query->radius_id = radius_client_get_id(hapd->radius);
164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
268 struct hostapd_acl_query_data *query;
281 query = hapd->acl_queries;
282 while (query) {
157 hostapd_radius_acl_query(struct hostapd_data *hapd, const u8 *addr, struct hostapd_acl_query_data *query) argument
482 struct hostapd_acl_query_data *query, *prev; local
619 struct hostapd_acl_query_data *query, *prev; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c398 WCHAR query[256]; local
400 _snwprintf(query, 256,
402 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query);
404 pSvc, L"WQL", query, 0, 0, pDestSink);
489 WCHAR query[MAX_QUERY_LEN]; local
514 _snwprintf(query, MAX_QUERY_LEN,
517 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query);
520 pSvc, L"WQL", query,
524 wpa_printf(MSG_DEBUG, "ndis_events: Failed to query interface "
554 _snwprintf(query, MAX_QUERY_LE
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c68 /* if the query is a broadcast query */
76 /* query number that needs to be send to the device */
109 struct p2p_sd_query *query)
117 if (q == query) {
118 /* If the query is a broadcast query, decrease one from
120 if (query->for_all_peers)
126 if (p2p->sd_query == query)
267 struct p2p_sd_query *query; local
108 p2p_unlink_sd_query(struct p2p_data *p2p, struct p2p_sd_query *query) argument
[all...]
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java81 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:SettingsProvider
/external/speex/include/speex/
H A Dspeex.h253 /** Pointer to the mode query function */
254 mode_query_func query; member in struct:SpeexMode
/external/skia/samplecode/
H A DSampleApp.cpp1649 bool SampleWindow::onQuery(SkEvent* query) { argument
1650 if (query->isType("get-slide-count")) {
1651 query->setFast32(fSamples.count());
1654 if (query->isType("get-slide-title")) {
1655 SkView* view = (*fSamples[query->getFast32()])();
1658 query->setString("title", evt.findString(gTitleEvtName));
1663 if (query->isType("use-fast-text")) {
1667 if (query->isType("ignore-window-bitmap")) {
1668 query->setFast32(this->getGrContext() != NULL);
1671 return this->INHERITED::onQuery(query);
[all...]
/external/skia/src/core/
H A DSkQuadTree.cpp33 static U8CPU child_intersect(const SkIRect& query, const SkIPoint& split) { argument
36 if (query.fRight < split.fX) {
38 } else if(query.fLeft >= split.fX) {
41 if (query.fBottom < split.fY) {
43 } else if(query.fTop >= split.fY) {
113 void SkQuadTree::search(Node* node, const SkIRect& query, argument
117 if (SkIRect::IntersectsNoEmptyCheck(entry->fBounds, query)) {
124 U8CPU intersect = child_intersect(query, node->fSplitPoint);
127 this->search(node->fChildren[index], query, results);
171 void SkQuadTree::search(const SkIRect& query, SkTDArra argument
[all...]
H A DSkRTree.cpp105 void SkRTree::search(const SkIRect& query, SkTDArray<void*>* results) { argument
110 if (!this->isEmpty() && SkIRect::IntersectsNoEmptyCheck(fRoot.fBounds, query)) {
111 this->search(fRoot.fChild.subtree, query, results);
210 // hurt query performance. See get_overlap_increase()
305 void SkRTree::search(Node* root, const SkIRect query, SkTDArray<void*>* results) const { argument
307 if (SkIRect::IntersectsNoEmptyCheck(root->child(i)->fBounds, query)) {
311 this->search(root->child(i)->fChild.subtree, query, results);
H A DSkTileGrid.cpp68 void SkTileGrid::search(const SkIRect& query, SkTDArray<void*>* results) { argument
69 SkIRect adjustedQuery = query;
76 // Convert the query rectangle from device coordinates to tile coordinates
78 // region includes the query rectangle. (using truncating division to "floor")
/external/skia/tests/
H A DBBoxHierarchyTest.cpp49 static bool verify_query(SkIRect query, DataRect rects[], argument
54 if (SkIRect::IntersectsNoEmptyCheck(query, rects[i].rect)) {
79 SkIRect query = random_rect(rand); local
80 tree.search(query, &hits);
81 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
H A DRTreeTest.cpp44 static bool verify_query(SkIRect query, DataRect rects[], argument
49 if (SkIRect::IntersectsNoEmptyCheck(query, rects[i].rect)) {
74 SkIRect query = random_rect(rand); local
75 tree.search(query, &hits);
76 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 2000 milliseconds

1234567891011>>