Searched refs:ie (Results 1 - 25 of 97) 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
260 from(InformationElement ie) argument
304 from(InformationElement ie) argument
374 from(InformationElement ie) argument
439 parseRsnElement(InformationElement ie) argument
537 isWpsElement(InformationElement ie) argument
548 isWpaOneElement(InformationElement ie) argument
574 parseWpaOneElement(InformationElement ie) argument
785 from(InformationElement ie) argument
928 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.java208 final InflateException ie = new InflateException(
210 ie.initCause(e);
211 throw ie;
214 final InflateException ie = new InflateException(
216 ie.initCause(e);
217 throw ie;
220 final InflateException ie = new InflateException(
222 ie.initCause(e);
223 throw ie;
225 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/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/v7/preference/src/android/support/v7/preference/
H A DPreferenceInflater.java257 final InflateException ie = new InflateException(attrs
259 ie.initCause(e);
260 throw ie;
296 final InflateException ie = new InflateException(attrs
299 ie.initCause(e);
300 throw ie;
303 final InflateException ie = new InflateException(attrs
306 ie.initCause(e);
307 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/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUCache.java93 for (AnqpInformationElement ie : elements) {
94 Log.d(OSUManager.TAG, String.format("ANQP IE %d vid %x size %d", ie.getElementId(),
95 ie.getVendorId(), ie.getPayload().length));
96 if (ie.getElementId() == AnqpInformationElement.HS_OSU_PROVIDERS
97 && ie.getVendorId() == AnqpInformationElement.HOTSPOT20_VENDOR_ID) {
101 ByteBuffer.wrap(ie.getPayload()).order(ByteOrder.LITTLE_ENDIAN));
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java52 } catch (InterruptedException ie) {
124 } 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 1424 milliseconds

1234