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

1234

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java58 InformationElement ie = new InformationElement();
59 ie.id = eid;
60 ie.bytes = new byte[elementLength];
61 data.get(ie.bytes);
62 infoElements.add(ie);
76 for (InformationElement ie : ies) {
77 if (ie.id == InformationElement.EID_ROAMING_CONSORTIUM) {
79 roamingConsortium.from(ie);
98 for (InformationElement ie : ies) {
99 if (ie
138 from(InformationElement ie) argument
180 from(InformationElement ie) argument
214 from(InformationElement ie) argument
229 from(InformationElement ie) argument
269 from(InformationElement ie) argument
313 from(InformationElement ie) argument
383 from(InformationElement ie) argument
448 parseRsnElement(InformationElement ie) argument
546 isWpsElement(InformationElement ie) argument
557 isWpaOneElement(InformationElement ie) argument
583 parseWpaOneElement(InformationElement ie) argument
794 from(InformationElement ie) argument
937 from(InformationElement ie) argument
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java251 InformationElement ie = new InformationElement();
252 ie.id = InformationElement.EID_RSN;
253 ie.bytes = new byte[] { (byte) 0x01, (byte) 0x00, (byte) 0x00, (byte) 0x0F,
260 InformationElement[] ies = new InformationElement[] { ie };
280 InformationElement ie = new InformationElement();
281 ie.id = InformationElement.EID_RSN;
282 ie.bytes = new byte[] { (byte) 0x01, (byte) 0x00, (byte) 0x00, (byte) 0x0F,
286 InformationElement[] ies = new InformationElement[] { ie };
305 InformationElement ie = new InformationElement();
306 ie
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp24 for (iterator it = begin(), ie = end(); it != ie; ++it) {
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
67 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
H A DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) {
100 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
121 ie = m_Epilog.phdrs().end();
122 it != ie;
159 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
H A DStringList.cpp36 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
H A DInputSectDesc.cpp51 ie = m_Spec.excludeFiles().end();
52 it != ie;
61 ie = m_Spec.sections().end();
62 it != ie;
H A DRpnExpr.cpp35 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
44 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
H A DAssignment.cpp109 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
110 it != ie;
146 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end();
147 it != ie;
H A DGroupCmd.cpp50 ie = m_StringList.end();
51 it != ie;
83 ie = m_StringList.end();
84 it != ie;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableInflater.java210 final InflateException ie = new InflateException(
212 ie.initCause(e);
213 throw ie;
216 final InflateException ie = new InflateException(
218 ie.initCause(e);
219 throw ie;
222 final InflateException ie = new InflateException(
224 ie.initCause(e);
225 throw ie;
227 final InflateException ie
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie;
81 for (iterator it = begin(), ie = end(), prev = ie; it != ie;
91 if ((prev != ie) && (pFragment.getParent() == (*prev).getParent())) {
H A DStubFactory.cpp28 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
29 it != ie;
113 ie = m_StubPool.end(); it != ie; ++it) {
122 ie = m_StubPool.end(); it != ie; ++it) {
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DBackgroundTaskLoader.java99 } catch (InterruptedException ie) {
100 ie.printStackTrace();
119 } catch (InterruptedException ie) {
120 ie.printStackTrace();
/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp38 for (iterator target = begin(), ie = end(); target != ie; ++target) {
71 ie = mcld::TargetRegistry::end();
72 it != ie;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanResults.java84 ScanResult.InformationElement ie = new ScanResult.InformationElement();
85 ie.id = ScanResult.InformationElement.EID_SSID;
86 ie.bytes = ssid.getBytes(Charset.forName("UTF-8"));
87 return ie;
110 ScanResult.InformationElement[] ie;
112 ie = new ScanResult.InformationElement[1];
113 ie[0] = generateSsidIe(ssid);
115 ie = new ScanResult.InformationElement[0];
118 NetworkDetail nd = new NetworkDetail(bssid, ie, anqpLines, freq);
123 ie, anqpLine
[all...]
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java388 InflateException ie = new InflateException(attrs
392 ie.initCause(e);
393 throw ie;
399 InflateException ie = new InflateException(attrs
403 ie.initCause(e);
404 throw ie;
443 InflateException ie = new InflateException(attrs
446 ie.initCause(e);
447 throw ie;
450 InflateException ie
[all...]
/frameworks/support/preference/src/main/java/androidx/preference/
H A DPreferenceInflater.java265 final InflateException ie = new InflateException(attrs
267 ie.initCause(e);
268 throw ie;
304 final InflateException ie = new InflateException(attrs
307 ie.initCause(e);
308 throw ie;
311 final InflateException ie = new InflateException(attrs
314 ie.initCause(e);
315 throw ie;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp34 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
H A DMipsLA25Stub.cpp46 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java162 for (ScanResult.InformationElement ie : infoElements) {
163 iesFound.add(ie.id);
164 switch (ie.id) {
166 ssidOctets = ie.bytes;
169 bssLoad.from(ie);
172 htOperation.from(ie);
175 vhtOperation.from(ie);
178 interworking.from(ie);
181 roamingConsortium.from(ie);
184 vsa.from(ie);
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp108 AArch64PLT::iterator ie = m_pSectionData->end(); local
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
122 while (it != ie) {
159 AArch64PLT::iterator ie = end(); local
160 while (it != ie) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp103 ARMPLT::iterator ie = m_pSectionData->end(); local
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
116 while (it != ie) {
151 ARMPLT::iterator ie = end(); local
152 while (it != ie) {
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java52 } catch (InterruptedException ie) {
125 } catch (InterruptedException ie) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h124 TargetRegistry::iterator target, ie = TargetRegistry::end(); local
125 for (target = TargetRegistry::begin(); target != ie; ++target) {
/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp57 for (fixup_iterator it = fixup_begin(), ie = fixup_end(); it != ie; ++it) {

Completed in 256 milliseconds

1234