/frameworks/compile/mclinker/lib/LD/ |
Diagnostic.cpp | 39 const char* pBegin, const char* pEnd ) const 42 for (; pBegin != pEnd; ++pBegin) { 43 if (0 == depth && *pBegin == pVal) 44 return pBegin; 45 if (0 != depth && *pBegin == '}') 48 if ('%' == *pBegin) { 49 ++pBegin; 50 if (pBegin == pEnd) 53 if (!isdigit(*pBegin) && !ispunct(*pBegin)) [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
Diagnostic.h | 85 void format(const char* pBegin, const char* pEnd, std::string& pOutStr) const; 88 const char* findMatch(char pVal, const char* pBegin, const char* pEnd ) const;
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMToARMStub.h | 60 const_fixup_iterator pBegin,
|
ARMToTHMStub.h | 60 const_fixup_iterator pBegin,
|
THMToARMStub.h | 63 const_fixup_iterator pBegin,
|
THMToTHMStub.h | 63 const_fixup_iterator pBegin,
|
ARMToARMStub.cpp | 52 const_fixup_iterator pBegin, 56 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
ARMToTHMStub.cpp | 54 const_fixup_iterator pBegin, 58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
THMToARMStub.cpp | 54 const_fixup_iterator pBegin, 58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
THMToTHMStub.cpp | 56 const_fixup_iterator pBegin, 60 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
/external/llvm/lib/Support/ |
regcomp.c | 66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse 201 p->pbegin[i] = 0; 320 p->pbegin[subno] = HERE(); 391 assert(p->pbegin[backrefnum] != 0); 392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); 394 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); 560 p->pbegin[subno] = HERE(); 590 assert(p->pbegin[i] != 0); 591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); 593 (void) dupl(p, p->pbegin[i]+1, p->pend[i]) [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 65 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member in struct:parse 193 p->pbegin[i] = 0; 311 p->pbegin[subno] = HERE(); 524 p->pbegin[subno] = HERE(); 554 assert(p->pbegin[i] != 0); 555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); 557 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); 1341 if (p->pbegin[i] >= pos) { 1342 p->pbegin[i]++; [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
regcomp.c | 118 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ local 284 p->pbegin[i] = 0; 418 p->pbegin[subno] = HERE(); 653 p->pbegin[subno] = HERE(); 683 assert(p->pbegin[i] != 0); 684 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); 686 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); [all...] |
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |