Searched defs:ie (Results 1 - 11 of 11) 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.java59 InformationElement ie = new InformationElement();
60 ie.id = eid;
61 ie.bytes = new byte[elementLength];
62 data.get(ie.bytes);
63 infoElements.add(ie);
74 public void from(InformationElement ie) { argument
75 if (ie.id != InformationElement.EID_BSS_LOAD) {
76 throw new IllegalArgumentException("Element id is not BSS_LOAD, : " + ie.id);
78 if (ie.bytes.length != 5) {
80 + ie
116 from(InformationElement ie) argument
150 from(InformationElement ie) argument
167 from(InformationElement ie) argument
201 from(InformationElement ie) argument
245 from(InformationElement ie) argument
290 from(InformationElement ie) argument
347 parseRsnElement(InformationElement ie) argument
424 isWpaOneElement(InformationElement ie) argument
448 parseWpaOneElement(InformationElement ie) argument
589 from(InformationElement ie) argument
732 from(InformationElement ie) argument
[all...]
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1100 struct inotify_event ie; local
1101 read(ifd, &ie, sizeof(ie));
/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 133 milliseconds