Searched refs:ie (Results 1 - 25 of 255) sorted by relevance

1234567891011

/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
H A Dshowtest.rb30 ie = IExploder.new($HTML_MAX_TAGS, $HTML_MAX_ATTRS, $CSS_MAX_PROPS)
31 ie.readTagFiles()
38 ie.test_num = ARGV[0].to_i
39 ie.subtest_num = ARGV[1].to_i || 0
40 ie.lookup_mode = 1
41 ie.setRandomSeed
43 puts ie.buildPage()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.cgi23 ie = IExploder.new($CONFIG_PATH)
25 ie.cgi_url=ENV['SCRIPT_NAME'] || '?'
26 ie.browser=ENV['HTTP_USER_AGENT'] || 'unknown'
27 ie.test_num = cgi.params['t'][0].to_i
28 ie.subtest_data = cgi.params['s'][0] || nil
29 ie.random_mode = cgi.params['r'][0]
30 ie.lookup_mode = cgi.params['l'][0]
31 ie.stop_num = cgi.params['x'][0] || nil
32 ie.setRandomSeed()
36 header_options = ie
[all...]
H A Dwebserver.rb31 ie = $INSTANCE.dup
32 ie.test_num = request.query['t'].to_i || 0
33 ie.subtest_data = request.query['s'] || nil
34 ie.random_mode = request.query['r']
35 ie.lookup_mode = request.query['l']
36 ie.claimed_browser = request.query['b'] || nil
37 ie.stop_num = request.query['x'] || nil
51 ie.browser = user_agent
52 ie.setRandomSeed()
57 for (key, value) in ie
[all...]
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
H A Diexploder.cgi31 ie = IExploder.new($HTML_MAX_TAGS, $HTML_MAX_ATTRS, $CSS_MAX_PROPS)
32 ie.readTagFiles()
35 ie.url=ENV['SCRIPT_NAME'] || '?'
36 ie.test_num = cgi.params['test'][0].to_i
37 ie.subtest_num = cgi.params['subtest'][0].to_i || 0
38 ie.random_mode = cgi.params['random'][0]
39 ie.lookup_mode = cgi.params['lookup'][0]
40 ie.stop_num = cgi.params['stop'][0].to_i || 0
41 ie.setRandomSeed
44 ie
[all...]
H A Dwebserver.rb49 ie = $ie_preload.dup
50 ie.test_num = req.query['test'].to_i
51 ie.subtest_num = req.query['subtest'].to_i || 0
52 ie.random_mode = req.query['random']
53 ie.lookup_mode = req.query['lookup']
54 ie.stop_num = req.query['stop'].to_i
55 ie.setRandomSeed
58 res.body = ie.buildPage()
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c266 * @ie: Pointer to parsed IE data
270 struct wpa_eapol_ie_parse *ie)
279 ie->wpa_ie = pos;
280 ie->wpa_ie_len = pos[1] + 2;
282 ie->wpa_ie, ie->wpa_ie_len);
289 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN;
297 ie->gtk = pos + 2 + RSN_SELECTOR_LEN;
298 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN;
306 ie
269 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
373 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.c266 * @ie: Pointer to parsed IE data
270 struct wpa_eapol_ie_parse *ie)
279 ie->wpa_ie = pos;
280 ie->wpa_ie_len = pos[1] + 2;
282 ie->wpa_ie, ie->wpa_ie_len);
289 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN;
297 ie->gtk = pos + 2 + RSN_SELECTOR_LEN;
298 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN;
306 ie
269 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
373 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.c266 * @ie: Pointer to parsed IE data
270 struct wpa_eapol_ie_parse *ie)
279 ie->wpa_ie = pos;
280 ie->wpa_ie_len = pos[1] + 2;
282 ie->wpa_ie, ie->wpa_ie_len);
289 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN;
297 ie->gtk = pos + 2 + RSN_SELECTOR_LEN;
298 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN;
306 ie
269 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
373 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps.c246 struct wpabuf *ie; local
251 ie = wpabuf_alloc(100);
252 if (ie == NULL)
255 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
256 len = wpabuf_put(ie, 1);
257 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
259 if (wps_build_version(ie) ||
260 wps_build_req_type(ie, req_type)) {
261 wpabuf_free(ie);
265 *len = wpabuf_len(ie)
285 struct wpabuf *ie; local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c366 struct wpabuf *ie; local
371 ie = wpabuf_alloc(100);
372 if (ie == NULL)
375 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
376 len = wpabuf_put(ie, 1);
377 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
379 if (wps_build_version(ie) ||
380 wps_build_req_type(ie, req_type) ||
381 wps_build_wfa_ext(ie, 0, NULL, 0)) {
382 wpabuf_free(ie);
400 struct wpabuf *ie; local
445 struct wpabuf *ie; local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps.c366 struct wpabuf *ie; local
371 ie = wpabuf_alloc(100);
372 if (ie == NULL)
375 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
376 len = wpabuf_put(ie, 1);
377 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
379 if (wps_build_version(ie) ||
380 wps_build_req_type(ie, req_type) ||
381 wps_build_wfa_ext(ie, 0, NULL, 0)) {
382 wpabuf_free(ie);
400 struct wpabuf *ie; local
445 struct wpabuf *ie; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c366 struct wpabuf *ie; local
371 ie = wpabuf_alloc(100);
372 if (ie == NULL)
375 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
376 len = wpabuf_put(ie, 1);
377 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
379 if (wps_build_version(ie) ||
380 wps_build_req_type(ie, req_type) ||
381 wps_build_wfa_ext(ie, 0, NULL, 0)) {
382 wpabuf_free(ie);
400 struct wpabuf *ie; local
445 struct wpabuf *ie; local
[all...]
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp47 for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it)
50 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it)
53 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it)
/external/clang/lib/Driver/
H A DArgList.cpp50 for (iterator it = begin(), ie = end(); it != ie; ) {
53 ie = end();
62 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it)
70 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
82 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
97 for (const_iterator it = begin(), ie
[all...]
H A DJob.cpp29 for (iterator it = begin(), ie = end(); it != ie; ++it)
H A DCompilation.cpp41 ie = TCArgs.end(); it != ie; ++it)
46 for (ActionList::iterator it = Actions.begin(), ie = Actions.end();
47 it != ie; ++it)
78 ie = C->getArguments().end(); it != ie; ++it) {
99 it = Jobs->begin(), ie = Jobs->end(); it != ie; ++it)
109 it = Files.begin(), ie = Files.end(); it != ie;
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dscan_helpers.c22 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie) argument
32 if (pos[0] == ie)
96 const u8 *ie; local
99 ie = wpa_scan_get_ie(res, WLAN_EID_SUPP_RATES);
100 for (i = 0; ie && i < ie[1]; i++) {
101 if ((ie[i + 2] & 0x7f) > rate)
102 rate = ie[i + 2] & 0x7f;
105 ie = wpa_scan_get_ie(res, WLAN_EID_EXT_SUPP_RATES);
106 for (i = 0; ie
[all...]
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp130 ie = S.end(); it != ie; ++it)
191 ie = Changes.end(); it != ie; ++it) {
196 ie = Dependencies.end(); it != ie; ++it) {
203 ie = Changes.end(); it != ie; ++it)
215 ie = pred_end(Change); it != ie;
[all...]
H A DDeltaAlgorithm.cpp35 ie = S.end(); it != ie; ++it, ++idx)
61 ie = Sets.end(); it != ie; ++it)
74 ie = Sets.end(); it != ie; ++it) {
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c77 wpa_printf(MSG_DEBUG, "%s: ie len too short %lu",
88 wpa_printf(MSG_DEBUG, "%s: malformed ie or unknown version",
101 wpa_printf(MSG_DEBUG, "%s: ie length mismatch, %u too much",
112 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), "
122 wpa_printf(MSG_DEBUG, "%s: ie too short (for key mgmt)",
133 wpa_printf(MSG_DEBUG, "%s: ie count botch (key mgmt), "
143 wpa_printf(MSG_DEBUG, "%s: ie too short (for capabilities)",
155 wpa_printf(MSG_DEBUG, "%s: ie has %u trailing bytes - ignored",
402 * @ie: Pointer to parsed IE data
406 struct wpa_eapol_ie_parse *ie)
405 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
491 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c131 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) argument
135 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
137 wpabuf_put_buf(ie, m->client_info);
142 struct wpabuf *ie)
160 p2p_buf_add_capability(ie, dev_capab, group_capab);
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
170 wpabuf_put_le16(ie, wpabuf_len(noa));
171 wpabuf_put_buf(ie, noa);
177 struct wpabuf *ie; local
141 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
202 struct wpabuf *ie; local
318 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c131 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) argument
135 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
137 wpabuf_put_buf(ie, m->client_info);
142 struct wpabuf *ie)
160 p2p_buf_add_capability(ie, dev_capab, group_capab);
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
170 wpabuf_put_le16(ie, wpabuf_len(noa));
171 wpabuf_put_buf(ie, noa);
177 struct wpabuf *ie; local
141 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
202 struct wpabuf *ie; local
318 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c131 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) argument
135 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
137 wpabuf_put_buf(ie, m->client_info);
142 struct wpabuf *ie)
160 p2p_buf_add_capability(ie, dev_capab, group_capab);
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
170 wpabuf_put_le16(ie, wpabuf_len(noa));
171 wpabuf_put_buf(ie, noa);
177 struct wpabuf *ie; local
141 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
202 struct wpabuf *ie; local
318 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
[all...]
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
H A DtypedUrls.js19 for (var i = 0, ie = data.length; i < ie; ++i) {
75 for (var i = 0, ie = visitItems.length; i < ie; ++i) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c130 const struct wpa_scan_res *new, u32 ie)
137 switch (ie) {
139 old_ie = wpa_bss_get_vendor_ie(old, ie);
140 new_ie = wpa_scan_get_vendor_ie(new, ie);
144 old_ie_buff = wpa_bss_get_vendor_ie_multi(old, ie);
145 new_ie_buff = wpa_scan_get_vendor_ie_multi(new, ie);
151 old_ie = wpa_bss_get_ie(old, ie);
152 new_ie = wpa_scan_get_ie(new, ie);
499 const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie) argument
509 if (pos[0] == ie)
129 are_ies_equal(const struct wpa_bss *old, const struct wpa_scan_res *new, u32 ie) argument
572 const u8 *ie; local
593 const u8 *ie, *ie2; local
[all...]

Completed in 413 milliseconds

1234567891011