Searched defs:ie (Results 1 - 12 of 12) sorted by relevance

/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/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/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp168 X86PLT::iterator ie = m_pSectionData->end(); local
169 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
186 while (it != ie) {
251 X86PLT::iterator ie = m_pSectionData->end(); local
252 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
273 while (it != ie) {
H A DX86LDBackend.cpp182 X86PLT::iterator ie = m_pPLT->end(); local
183 while (it != ie) {
477 for (X86_32GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
500 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
501 it != ie;
662 for (X86_64GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
685 for (X86_64GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
686 it != ie;
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp127 HexagonPLT::iterator ie = m_pSectionData->end(); local
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
141 while (it != ie) {
180 HexagonPLT::iterator ie = end(); local
181 while (it != ie) {
H A DHexagonLDBackend.cpp160 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;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp522 LinkerScript::Assignments::iterator it, ie = script.assignments().end(); local
524 for (it = script.assignments().begin(); it != ie; ++it) {
/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/native/cmds/dumpstate/
H A Dutils.cpp1086 struct inotify_event ie; local
1087 read(ifd, &ie, sizeof(ie));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java1030 android.hardware.wifi.V1_0.WifiInformationElement ie) {
1031 if (ie == null) return null;
1033 ans.id = ie.id;
1034 ans.data = NativeUtil.byteArrayFromArrayList(ie.data);
2423 for (WifiInformationElement ie : ies) {
2424 ieBlob.add(ie.id);
2425 ieBlob.addAll(ie.data);
1029 ieFromHal( android.hardware.wifi.V1_0.WifiInformationElement ie) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2764 milliseconds