HomeSort by relevance Sort by last modified time
    Searched refs:ie (Results 276 - 300 of 1059) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-e-80.d 3 #source: tls-ie-8e.s
9 #source: tls-ie-10.s --pic
tls-ie-10.d 3 #source: tls-ie-10.s
tls-ie-11.d 3 #source: tls-ie-11.s
tls-ie-8.d 3 #source: tls-ie-8.s
tls-ie-9.d 3 #source: tls-ie-9.s
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 377 const u8 *ie; local
392 ie = wpa_bss_get_vendor_ie(curr, WPA_IE_VENDOR_TYPE);
393 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
396 ie = wpa_bss_get_ie(curr, WLAN_EID_RSN);
397 if (wpa_sm_set_ap_rsn_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
414 /* No WPA/RSN IE found in the cached scan results. Try to get update
    [all...]
rrm.c 118 * @ssid: if not null, this is sent in the request. Otherwise, no SSID IE
642 const u8 *ie; local
648 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION);
649 if (ie && ie[1] >= sizeof(struct ieee80211_ht_operation)) {
652 ht_oper = (struct ieee80211_ht_operation *) (ie + 2);
662 ie = get_ie(ies, ies_len, WLAN_EID_VHT_OPERATION);
663 if (ie && ie[1] >= sizeof(struct ieee80211_vht_operation)) {
664 vht_oper = (struct ieee80211_vht_operation *) (ie + 2)
796 u8 *ie = (u8 *) (bss + 1); local
    [all...]
wps_supplicant.c 188 const u8 *ie; local
214 ie = wpa_bss_get_ie(bss, WLAN_EID_RSN);
215 if (ie && wpa_parse_wpa_ie(ie, 2 + ie[1], &adv) == 0) {
220 ie = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
221 if (ie && wpa_parse_wpa_ie(ie, 2 + ie[1], &adv) == 0 &&
226 if (ie == NULL && (ssid->proto & WPA_PROTO_WPA) &
1846 struct wpabuf *ie; local
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 128 } catch (InterruptedException ie) {
139 } catch (InterruptedException ie) {
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 365 } catch (InclusionScanException ie) {
367 log.error(ie);
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 84 } catch (InterruptedException ie) {
85 throw ie;
  /external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java 121 } catch (IllegalAccessException ie) {
154 } catch (IllegalAccessException ie) {
ExtrasMenuActivity.java 142 } catch (IllegalAccessException ie) {
217 } catch (IllegalAccessException ie) {
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 34 struct wpabuf *ie; local
38 ie = p2p_group_get_wfd_ie(g);
39 if (ie) {
40 wfd_ie = ie;
100 /* WSC IE in Invitation Request for NFC static handover */
125 struct wpabuf *ie; local
129 ie = p2p_group_get_wfd_ie(g);
130 if (ie) {
131 wfd_ie = ie;
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 268 } catch (InterruptedException ie) {
312 } catch (InterruptedException ie) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 160 HexagonPLT::iterator ie = m_pPLT->end(); local
161 while (it != ie) {
313 for (HexagonGOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
362 for (HexagonGOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
363 it != ie;
632 for (auto it = invalid_frags.begin(), ie = invalid_frags.end(); it != ie;
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
ConditionPriorityBlockingQueue.java 214 } catch (InterruptedException ie) {
216 throw ie;
237 * be returned if FIFO prioritization is used (ie the comparator is null) and
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 83 /* Wi-Fi Protected Setup (WPS) IE */
99 /* Wi-Fi Alliance - P2P IE */
104 /* Wi-Fi Alliance - WFD IE */
275 * @len: Length of IE buffer in octets
455 "IEEE 802.11 element parse ignored MB IE (id=%d elen=%d)",
460 elems->mb_ies.ies[elems->mb_ies.nof_ies].ie = pos;
548 const u8 *end, *pos, *ie; local
552 ie = NULL;
559 ie = pos;
565 if (ie == NULL
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java 295 } catch (InterruptedException ie) {
473 } catch (InterruptedException ie) {
501 } catch (InterruptedException ie) {
  /external/opencv/cvaux/src/
cveigenobjects.cpp 698 int i, io, ie, imin = igr * nio, imax = imin + nio; local
728 for( ie = imin; ie < imax; ie++ )
732 float e = ev[ie * nObjects + io] * eigVals[ie];
733 float *be = ((float *) buffer) + ((ie - imin) * eigStep);
761 for( ie = imin; ie < imax; ie++ ) /* calculated eigen objects writting *
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 150 /* Let host drivers add this IE if DFS support is offloaded */
290 const u8 *ie; local
293 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen);
294 if (ie == NULL || ielen > len)
297 os_memcpy(eid, ie, ielen);
404 "OWE: Not enough room in the buffer for OWE IE");
503 /* CSA IE */
522 /* eCSA IE */
786 const u8 *ie; local
797 ie = ((const u8 *) mgmt) + IEEE80211_HDRLEN
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 85 } catch (InterruptedException ie) {
316 } catch(InterruptedException ie) {
431 } catch (InterruptedException ie) {
  /art/test/051-thread/src/
Main.java 102 catch (InterruptedException ie) {
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java 199 } catch (IOException ie) {
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 369 for (Function::iterator it = F->begin(), ie = F->end(); it != ie; ++it) {
384 for (inst_iterator it = inst_begin(F), ie = inst_end(F); it != ie; ++it) {

Completed in 486 milliseconds

<<11121314151617181920>>