HomeSort by relevance Sort by last modified time
    Searched refs:pIdx (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 26 LDSection* LDContext::getSection(unsigned int pIdx)
28 if (pIdx >= m_SectionTable.size())
30 return m_SectionTable[pIdx];
33 const LDSection* LDContext::getSection(unsigned int pIdx) const
35 if (pIdx >= m_SectionTable.size())
37 return m_SectionTable[pIdx];
70 LDSymbol* LDContext::getSymbol(unsigned int pIdx)
72 if (pIdx >= m_SymTab.size())
74 return m_SymTab[pIdx];
77 const LDSymbol* LDContext::getSymbol(unsigned int pIdx) cons
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 69 LDSection* getSection(unsigned int pIdx);
71 const LDSection* getSection(unsigned int pIdx) const;
83 LDSymbol* getSymbol(unsigned int pIdx);
85 const LDSymbol* getSymbol(unsigned int pIdx) const;
  /external/icu4c/test/intltest/
dicttest.cpp 91 int32_t pos, pIdx;
97 for (pIdx = 0; pIdx < phrase.length(); pIdx++) {
98 if (phrase.charAt(pIdx) == 0x007C /* | */) {
99 breaks.addElement(pIdx, status);
100 phrase.remove(pIdx, 1);
103 breaks.addElement(pIdx, status);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 659 milliseconds