Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 25 of 101) sorted by relevance

12345

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java58 InformationElement ie = new InformationElement(); in parseInformationElements() local
59 ie.id = eid; in parseInformationElements()
60 ie.bytes = new byte[elementLength]; in parseInformationElements()
61 data.get(ie.bytes); in parseInformationElements()
62 infoElements.add(ie); in parseInformationElements()
76 for (InformationElement ie : ies) { in getRoamingConsortiumIE()
77 if (ie.id == InformationElement.EID_ROAMING_CONSORTIUM) { in getRoamingConsortiumIE()
79 roamingConsortium.from(ie); in getRoamingConsortiumIE()
98 for (InformationElement ie : ies) { in getHS2VendorSpecificIE()
99 if (ie.id == InformationElement.EID_VSA) { in getHS2VendorSpecificIE()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java251 InformationElement ie = new InformationElement(); in buildCapabilities_rsnElement() local
252 ie.id = InformationElement.EID_RSN; in buildCapabilities_rsnElement()
253 ie.bytes = new byte[] { (byte) 0x01, (byte) 0x00, (byte) 0x00, (byte) 0x0F, in buildCapabilities_rsnElement()
260 InformationElement[] ies = new InformationElement[] { ie }; in buildCapabilities_rsnElement()
280 InformationElement ie = new InformationElement(); in buildCapabilities_malformedRsnElement() local
281 ie.id = InformationElement.EID_RSN; in buildCapabilities_malformedRsnElement()
282 ie.bytes = new byte[] { (byte) 0x01, (byte) 0x00, (byte) 0x00, (byte) 0x0F, in buildCapabilities_malformedRsnElement()
286 InformationElement[] ies = new InformationElement[] { ie }; in buildCapabilities_malformedRsnElement()
305 InformationElement ie = new InformationElement(); in buildCapabilities_wpa1Element() local
306 ie.id = InformationElement.EID_VSA; in buildCapabilities_wpa1Element()
[all …]
DScanResultUtilTest.java119 InformationElement ie = new InformationElement(); in createIE() local
120 ie.id = id; in createIE()
121 ie.bytes = bytes; in createIE()
122 return ie; in createIE()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableInflater.java208 final InflateException ie = new InflateException( in inflateFromClass()
210 ie.initCause(e); in inflateFromClass()
211 throw ie; in inflateFromClass()
214 final InflateException ie = new InflateException( in inflateFromClass()
216 ie.initCause(e); in inflateFromClass()
217 throw ie; in inflateFromClass()
220 final InflateException ie = new InflateException( in inflateFromClass()
222 ie.initCause(e); in inflateFromClass()
223 throw ie; in inflateFromClass()
225 final InflateException ie = new InflateException( in inflateFromClass()
[all …]
/frameworks/compile/mclinker/lib/Script/
DSectionsCmd.cpp24 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~SectionsCmd() local
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
67 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in activate() local
DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~OutputSectDesc() local
100 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
121 ie = m_Epilog.phdrs().end(); in dump() local
122 it != ie; in dump()
159 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in activate() local
DInputSectDesc.cpp51 ie = m_Spec.excludeFiles().end(); in dump() local
52 it != ie; in dump()
61 ie = m_Spec.sections().end(); in dump() local
62 it != ie; in dump()
DRpnExpr.cpp35 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in hasDot() local
44 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
DInputCmd.cpp61 ie = m_StringList.end(); in dump() local
62 it != ie; in dump()
94 ie = m_StringList.end(); in activate() local
95 it != ie; in activate()
180 for (InputTree::iterator input = input_begin, ie = m_InputTree.end(); in activate() local
181 input != ie; in activate()
DScriptFile.cpp67 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~ScriptFile() local
76 for (const_iterator it = begin(), ie = end(); it != ie; ++it) in dump() local
81 for (const_iterator it = begin(), ie = end(); it != ie; ++it) in activate() local
DAssignment.cpp109 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end(); in activate() local
110 it != ie; in activate()
146 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end(); in activate() local
147 it != ie; in activate()
DGroupCmd.cpp50 ie = m_StringList.end(); in dump() local
51 it != ie; in dump()
83 ie = m_StringList.end(); in activate() local
84 it != ie; in activate()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanResults.java84 ScanResult.InformationElement ie = new ScanResult.InformationElement(); in generateSsidIe() local
85 ie.id = ScanResult.InformationElement.EID_SSID; in generateSsidIe()
86 ie.bytes = ssid.getBytes(Charset.forName("UTF-8")); in generateSsidIe()
87 return ie; in generateSsidIe()
110 ScanResult.InformationElement[] ie; in generateNativeResults() local
112 ie = new ScanResult.InformationElement[1]; in generateNativeResults()
113 ie[0] = generateSsidIe(ssid); in generateNativeResults()
115 ie = new ScanResult.InformationElement[0]; in generateNativeResults()
118 NetworkDetail nd = new NetworkDetail(bssid, ie, anqpLines, freq); in generateNativeResults()
123 ie, anqpLines); in generateNativeResults()
/frameworks/compile/mclinker/lib/LD/
DBranchIslandFactory.cpp46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie; in group() local
81 for (iterator it = begin(), ie = end(), prev = ie; it != ie; in getIslands() local
91 if ((prev != ie) && (pFragment.getParent() == (*prev).getParent())) { in getIslands()
DStubFactory.cpp28 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in ~StubFactory() local
29 it != ie; in ~StubFactory()
113 ie = m_StubPool.end(); it != ie; ++it) { in findPrototype() local
122 ie = m_StubPool.end(); it != ie; ++it) { in findPrototype() local
/frameworks/base/core/java/android/preference/
DGenericInflater.java388 InflateException ie = new InflateException(attrs in createItem()
392 ie.initCause(e); in createItem()
393 throw ie; in createItem()
399 InflateException ie = new InflateException(attrs in createItem()
403 ie.initCause(e); in createItem()
404 throw ie; in createItem()
443 InflateException ie = new InflateException(attrs in createItemFromTag()
446 ie.initCause(e); in createItemFromTag()
447 throw ie; in createItemFromTag()
450 InflateException ie = new InflateException(attrs in createItemFromTag()
[all …]
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceInflater.java257 final InflateException ie = new InflateException(attrs in createItem()
259 ie.initCause(e); in createItem()
260 throw ie; in createItem()
296 final InflateException ie = new InflateException(attrs in createItemFromTag()
299 ie.initCause(e); in createItemFromTag()
300 throw ie; in createItemFromTag()
303 final InflateException ie = new InflateException(attrs in createItemFromTag()
306 ie.initCause(e); in createItemFromTag()
307 throw ie; in createItemFromTag()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java162 for (ScanResult.InformationElement ie : infoElements) { in NetworkDetail()
163 iesFound.add(ie.id); in NetworkDetail()
164 switch (ie.id) { in NetworkDetail()
166 ssidOctets = ie.bytes; in NetworkDetail()
169 bssLoad.from(ie); in NetworkDetail()
172 htOperation.from(ie); in NetworkDetail()
175 vhtOperation.from(ie); in NetworkDetail()
178 interworking.from(ie); in NetworkDetail()
181 roamingConsortium.from(ie); in NetworkDetail()
184 vsa.from(ie); in NetworkDetail()
[all …]
/frameworks/base/core/java/android/view/
DLayoutInflater.java535 final InflateException ie = new InflateException(e.getMessage(), e); in inflate()
536 ie.setStackTrace(EMPTY_STACK_TRACE); in inflate()
537 throw ie; in inflate()
539 final InflateException ie = new InflateException(parser.getPositionDescription() in inflate()
541 ie.setStackTrace(EMPTY_STACK_TRACE); in inflate()
542 throw ie; in inflate()
657 final InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
659 ie.setStackTrace(EMPTY_STACK_TRACE); in createView()
660 throw ie; in createView()
664 final InflateException ie = new InflateException(attrs.getPositionDescription() in createView()
[all …]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUCache.java93 for (AnqpInformationElement ie : elements) { in putResult()
94 Log.d(OSUManager.TAG, String.format("ANQP IE %d vid %x size %d", ie.getElementId(), in putResult()
95 ie.getVendorId(), ie.getPayload().length)); in putResult()
96 if (ie.getElementId() == AnqpInformationElement.HS_OSU_PROVIDERS in putResult()
97 && ie.getVendorId() == AnqpInformationElement.HOTSPOT20_VENDOR_ID) { in putResult()
101 ByteBuffer.wrap(ie.getPayload()).order(ByteOrder.LITTLE_ENDIAN)); in putResult()
/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp38 for (iterator target = begin(), ie = end(); target != ie; ++target) { in lookupTarget() local
71 ie = mcld::TargetRegistry::end(); in lookupTarget() local
72 it != ie; in lookupTarget()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp103 ARMPLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
116 while (it != ie) { in applyPLT1()
151 ARMPLT::iterator ie = end(); in emit() local
152 while (it != ie) { in emit()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp108 AArch64PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
122 while (it != ie) { in applyPLT1()
159 AArch64PLT::iterator ie = end(); in emit() local
160 while (it != ie) { in emit()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp127 HexagonPLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
141 while (it != ie) { in applyPLT1()
180 HexagonPLT::iterator ie = end(); in emit() local
181 while (it != ie) { in emit()
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp168 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
169 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
186 while (it != ie) { in applyPLT1()
251 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
252 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
273 while (it != ie) { in applyPLT1()

12345