HomeSort by relevance Sort by last modified time
    Searched refs:ie (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/webkit/WebKitTools/iExploder/tools/
showtest.rb 30 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/WebKitTools/iExploder/htdocs/
iexploder.cgi 31 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.buildPage(
    [all...]
webserver.rb 49 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()
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java 40 } catch (InterruptedException ie) {
41 ie.printStackTrace();
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 75 wpa_hexdump_buf(MSG_DEBUG, "WPS: WPS IE from (Re)AssocReq",
78 wpa_printf(MSG_DEBUG, "WPS: Failed to parse WPS IE "
82 "in (Re)AssocReq WPS IE");
84 wpa_printf(MSG_DEBUG, "WPS: Request Type (from WPS IE "
85 "in (Re)AssocReq WPS IE): %d",
163 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC
164 * @msg: WPS IE contents from Beacon or Probe Response frame
189 * wps_is_selected_pin_registrar - Check whether WPS IE indicates active PIN
190 * @msg: WPS IE contents from Beacon or Probe Response frame
220 * wps_get_uuid_e - Get UUID-E from WPS IE
246 struct wpabuf *ie; local
285 struct wpabuf *ie; local
    [all...]
  /dalvik/tests/059-finalizer-throw/src/
Main.java 34 } catch (InterruptedException ie) {
35 System.err.println(ie);
42 } catch (InterruptedException ie) {
43 System.err.println(ie);
  /dalvik/tests/030-bad-finalizer/src/
BadFinalizer.java 10 } catch (InterruptedException ie) {
11 System.out.println("Snooze: " + ie.getMessage());
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
scan_helpers.c 22 const u8 * wpa_scan_get_ie(const struct wpa_scan_res *res, u8 ie)
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 && i < ie[1]; i++)
    [all...]
  /dalvik/tests/033-class-init-deadlock/src/
Main.java 21 try { Thread.sleep(6000); } catch (InterruptedException ie) { }
36 try { Thread.sleep(3000); } catch (InterruptedException ie) { }
46 try { Thread.sleep(3000); } catch (InterruptedException ie) { }
  /dalvik/tests/051-thread/src/
Main.java 13 } catch (InterruptedException ie) {
14 ie.printStackTrace();
66 catch (InterruptedException ie) {
  /dalvik/tests/036-finalizer/src/
Main.java 15 } catch (InterruptedException ie) {
16 System.out.println("Snooze: " + ie.getMessage());
40 } catch (InterruptedException ie) {
41 throw new RuntimeException(ie);
68 } catch (InterruptedException ie) {
69 throw new RuntimeException(ie);
  /dalvik/tests/039-join-main/src/
Main.java 15 catch (InterruptedException ie) {}
34 } catch (InterruptedException ie) {
  /dalvik/tests/050-sync-test/src/
Main.java 27 catch (InterruptedException ie) {
29 ie.printStackTrace();
46 catch (InterruptedException ie) {
48 ie.printStackTrace();
57 catch (InterruptedException ie) {
59 ie.printStackTrace();
154 catch (InterruptedException ie) {
170 catch (InterruptedException ie) {
  /dalvik/tests/053-wait-some/src/
Main.java 27 } catch (InterruptedException ie) {
28 ie.printStackTrace();
37 } catch (InterruptedException ie) {
38 ie.printStackTrace();
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.c 2 * wpa_supplicant - WPA/RSN IE and KDE processing
72 /* No WPA IE - fail silently */
77 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"
    [all...]
wpa.c 199 /* When using drivers that generate RSN IE, wpa_supplicant may
305 * @wpa_ie: WPA/RSN IE
306 * @wpa_ie_len: Length of the WPA/RSN IE
326 wpa_hexdump(MSG_DEBUG, "WPA: WPA IE for msg 2/4", wpa_ie, wpa_ie_len);
381 struct wpa_eapol_ie_parse ie; local
396 os_memset(&ie, 0, sizeof(ie));
404 wpa_supplicant_parse_ies(_buf, len, &ie);
405 if (ie.pmkid) {
407 "Authenticator", ie.pmkid, PMKID_LEN)
948 struct wpa_eapol_ie_parse ie; local
1057 struct wpa_eapol_ie_parse ie; local
    [all...]
  /frameworks/base/libs/rs/
rsFileA3D.cpp 106 bool FileA3D::processIndex(Context *rsc, A3DIndexEntry *ie)
109 IO io(mData + ie->mOffset, mUse64BitOffsets);
111 LOGE("process index, type %i", ie->mType);
113 switch(ie->mType) {
115 processChunk_Element(rsc, &io, ie);
118 processChunk_ElementSource(rsc, &io, ie);
121 processChunk_Verticies(rsc, &io, ie);
124 processChunk_Mesh(rsc, &io, ie);
127 processChunk_Primitive(rsc, &io, ie);
133 return (ie->mRsObj != NULL)
    [all...]
rsFileA3D.h 100 void processChunk_Mesh(Context *rsc, IO *io, A3DIndexEntry *ie);
101 void processChunk_Primitive(Context *rsc, IO *io, A3DIndexEntry *ie);
102 void processChunk_Verticies(Context *rsc, IO *io, A3DIndexEntry *ie);
103 void processChunk_Element(Context *rsc, IO *io, A3DIndexEntry *ie);
104 void processChunk_ElementSource(Context *rsc, IO *io, A3DIndexEntry *ie);
  /dalvik/tests/068-classloader/src/
Main.java 83 } catch (InstantiationException ie) {
84 System.err.println("newInstance failed: " + ie);
154 } catch (InstantiationException ie) {
155 System.err.println("newInstance failed: " + ie);
201 } catch (InstantiationException ie) {
202 System.err.println("newInstance failed: " + ie);
249 } catch (InstantiationException ie) {
250 System.err.println("newInstance failed: " + ie);
295 } catch (InstantiationException ie) {
296 System.err.println("newInstance failed: " + ie);
    [all...]
  /dalvik/tests/048-server-socket/src/
Main.java 14 } catch (InterruptedException ie) {
15 ie.printStackTrace();
  /dalvik/tests/071-dexfile/src/
Main.java 87 } catch (IllegalAccessException ie) {
88 throw new RuntimeException("new another", ie);
89 } catch (InstantiationException ie) {
90 throw new RuntimeException("new another", ie);
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmRS.java 158 Element ie = Element.createPixel(mRS, Element.DataType.UNSIGNED_5_6_5, Element.DataKind.PIXEL_RGB); local
159 mImages[0] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p01, ie, true);
160 mImages[1] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p02, ie, true);
161 mImages[2] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p03, ie, true);
162 mImages[3] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p04, ie, true);
163 mImages[4] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p05, ie, true);
164 mImages[5] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p06, ie, true);
165 mImages[6] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p07, ie, true);
166 mImages[7] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p08, ie, true);
167 mImages[8] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p09, ie, true)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 112 struct wpa_ie_data ie; local
116 if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
117 ie.pmkid == NULL)
120 for (i = 0; i < ie.num_pmkid; i++) {
122 ie.pmkid + i * PMKID_LEN,
130 wpa_printf(MSG_DEBUG, "RSN: PMKID from assoc IE %sfound from PMKSA "
282 struct wpa_ie_data ie; local
295 if (wpa_parse_wpa_ie(rsn_ie, 2 + rsn_ie[1], &ie)) {
296 wpa_printf(MSG_DEBUG, " skip RSN IE - parse failed");
299 if (!(ie.proto & ssid->proto))
388 const u8 *ie; local
483 const u8 *ie; local
    [all...]
  /frameworks/base/core/java/android/preference/
GenericInflater.java 386 InflateException ie = new InflateException(attrs local
390 ie.initCause(e);
391 throw ie;
397 InflateException ie = new InflateException(attrs local
401 ie.initCause(e);
402 throw ie;
441 InflateException ie = new InflateException(attrs local
444 ie.initCause(e);
445 throw ie;
448 InflateException ie = new InflateException(attr local
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/
T_dreturn_7.java 51 catch(InterruptedException ie) {

Completed in 312 milliseconds

1 2 3 4 5 6 7