Searched defs:ie (Results 1 - 25 of 154) sorted by relevance

1234567

/external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp111 int ie[] = {0, 1, 2, 3, 4}; local
112 const unsigned se = sizeof(ie)/sizeof(ie[0]);
113 r = std::rotate(Iter(ie), Iter(ie), Iter(ie+se));
114 assert(base(r) == ie+se);
115 assert(ie[0] == 0);
116 assert(ie[1] == 1);
117 assert(ie[
313 std::unique_ptr<int> ie[5]; local
[all...]
/external/libcxx/test/algorithms/alg.nonmodifying/alg.search/
H A Dsearch.pass.cpp46 int ie[] = {1, 2, 3}; local
47 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(ie), Iter2(ie+3)) == Iter1(ib+4));
H A Dsearch_pred.pass.cpp85 int ie[] = {1, 2, 3}; local
86 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(ie), Iter2(ie+3), count_equal()) == Iter1(ib+4));
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dutils.c20 const u8 *ie, size_t ie_len,
17 hostapd_register_probereq_cb(struct hostapd_data *hapd, int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, const u8 *ie, size_t ie_len, int ssi_signal), void *ctx) argument
H A Dwpa_auth_ie.c734 * @ie: Pointer to parsed IE data
738 struct wpa_eapol_ie_parse *ie)
747 ie->wpa_ie = pos;
748 ie->wpa_ie_len = pos[1] + 2;
753 ie->osen = pos;
754 ie->osen_len = pos[1] + 2;
761 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN;
767 ie->gtk = pos + 2 + RSN_SELECTOR_LEN;
768 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN;
774 ie
737 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
848 wpa_parse_kde_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dutils.c20 const u8 *ie, size_t ie_len,
17 hostapd_register_probereq_cb(struct hostapd_data *hapd, int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, const u8 *ie, size_t ie_len, int ssi_signal), void *ctx) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dutils.c20 const u8 *ie, size_t ie_len,
17 hostapd_register_probereq_cb(struct hostapd_data *hapd, int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid, const u8 *ie, size_t ie_len, int ssi_signal), void *ctx) argument
/external/chromium_org/chrome/browser/importer/
H A Dimporter_list.cc31 importer::SourceProfile* ie = new importer::SourceProfile; local
32 ie->importer_name = l10n_util::GetStringUTF16(IDS_IMPORT_FROM_IE);
33 ie->importer_type = importer::TYPE_IE;
34 ie->source_path.clear();
35 ie->app_path.clear();
36 ie->services_supported = importer::HISTORY | importer::FAVORITES |
38 profiles->push_back(ie);
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-abi-examples.cpp162 int ie; member in struct:Test1::E
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp56 int ie[] = {0, 0, 1, 0}; local
57 const unsigned se = sizeof(ie)/sizeof(ie[0]);
58 r = std::unique(Iter(ie), Iter(ie+se));
59 assert(base(r) == ie + 3);
60 assert(ie[0] == 0);
61 assert(ie[1] == 1);
62 assert(ie[2] == 0);
130 Ptr ie[ local
[all...]
H A Dunique_copy.pass.cpp59 const int ie[] = {0, 0, 1, 0}; local
60 const unsigned se = sizeof(ie)/sizeof(ie[0]);
62 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je));
H A Dunique_copy_pred.pass.cpp78 const int ie[] = {0, 0, 1, 0}; local
79 const unsigned se = sizeof(ie)/sizeof(ie[0]);
82 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je), count_equal());
H A Dunique_pred.pass.cpp74 int ie[] = {0, 0, 1, 0}; local
75 const unsigned se = sizeof(ie)/sizeof(ie[0]);
77 r = std::unique(Iter(ie), Iter(ie+se), count_equal());
78 assert(base(r) == ie + 3);
79 assert(ie[0] == 0);
80 assert(ie[1] == 1);
81 assert(ie[2] == 0);
164 Ptr ie[ local
[all...]
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp102 const_iterator ie = end(); local
110 i = std::upper_bound(i, ie, j->start);
125 while (i != ie) {
128 std::swap(ie, je);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c318 * @ie: Pointer to parsed IE data
322 struct wpa_eapol_ie_parse *ie)
335 ie->wmm = &pos[2];
336 ie->wmm_len = pos[1];
338 ie->wmm, ie->wmm_len);
340 ie->wmm = &pos[2];
341 ie->wmm_len = pos[1];
343 ie->wmm, ie
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
480 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
H A Dpreauth.c444 struct wpa_ie_data ie; local
454 if (wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie))
459 !(ie.capabilities & WPA_CAPABILITY_PREAUTH)))
464 ie.capabilities & WPA_CAPABILITY_PREAUTH);
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.c318 * @ie: Pointer to parsed IE data
322 struct wpa_eapol_ie_parse *ie)
335 ie->wmm = &pos[2];
336 ie->wmm_len = pos[1];
338 ie->wmm, ie->wmm_len);
340 ie->wmm = &pos[2];
341 ie->wmm_len = pos[1];
343 ie->wmm, ie
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
480 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c318 * @ie: Pointer to parsed IE data
322 struct wpa_eapol_ie_parse *ie)
335 ie->wmm = &pos[2];
336 ie->wmm_len = pos[1];
338 ie->wmm, ie->wmm_len);
340 ie->wmm = &pos[2];
341 ie->wmm_len = pos[1];
343 ie->wmm, ie
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
480 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwifi_display.c41 struct wpabuf *ie; local
54 ie = wpabuf_alloc(len);
55 if (ie == NULL)
60 wpabuf_put_buf(ie, global->wfd_subelem[i]);
63 return ie;
69 struct wpabuf *ie, *buf; local
161 ie = wifi_display_encaps(buf);
162 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Beacon", ie);
163 p2p_set_wfd_ie_beacon(global->p2p, ie);
165 ie
269 wifi_display_subelem_set_from_ies(struct wpa_global *global, struct wpabuf *ie) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_pd.c106 struct wpabuf *ie; local
110 ie = p2p_group_get_wfd_ie(g);
111 if (ie) {
112 wfd_ie = ie;
H A Dp2p_invitation.c34 struct wpabuf *ie; local
38 ie = p2p_group_get_wfd_ie(g);
39 if (ie) {
40 wfd_ie = ie;
122 struct wpabuf *ie; local
126 ie = p2p_group_get_wfd_ie(g);
127 if (ie) {
128 wfd_ie = ie;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c106 struct wpabuf *ie; local
110 ie = p2p_group_get_wfd_ie(g);
111 if (ie) {
112 wfd_ie = ie;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_pd.c106 struct wpabuf *ie; local
110 ie = p2p_group_get_wfd_ie(g);
111 if (ie) {
112 wfd_ie = ie;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
H A Dantlr.js85 * @property ie
88 ie:0,
212 o.ie=parseFloat(m[1]);
213 } else { // not opera, webkit, or ie
347 if (org.antlr.env.ua.ie) {
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c340 const u8 *end, *pos, *ie; local
344 ie = NULL;
351 ie = pos;
357 if (ie == NULL)

Completed in 1196 milliseconds

1234567