Home
last modified time | relevance | path

Searched refs:pend (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dpbump.pass.cpp28 void setp(CharT* pbeg, CharT* pend) in setp()
30 base::setp(pbeg, pend); in setp()
37 CharT* pend = base::epptr(); in pbump() local
41 assert(base::epptr() == pend); in pbump()
Dsetp.pass.cpp28 void setp(CharT* pbeg, CharT* pend) in setp()
30 base::setp(pbeg, pend); in setp()
33 assert(base::epptr() == pend); in setp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
Dxsputn.pass.cpp27 void setp(char* pbeg, char* pend) in setp()
29 base::setp(pbeg, pend); in setp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
Dsputc.pass.cpp33 void setp(char* pbeg, char* pend) in setp()
35 base::setp(pbeg, pend); in setp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
Dcopy.pass.cpp45 void setp(CharT* pbeg, CharT* pend) in setp()
47 base::setp(pbeg, pend); in setp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dassign.pass.cpp46 void setp(CharT* pbeg, CharT* pend) in setp()
48 base::setp(pbeg, pend); in setp()
Dswap.pass.cpp56 void setp(CharT* pbeg, CharT* pend) in setp()
58 base::setp(pbeg, pend); in setp()
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c66 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member
194 p->pend[i] = 0; in regcomp()
316 p->pend[subno] = HERE(); in p_ere_exp()
317 assert(p->pend[subno] != 0); in p_ere_exp()
530 p->pend[subno] = HERE(); in p_simp_re()
531 assert(p->pend[subno] != 0); in p_simp_re()
551 if (p->pend[i] != 0) { in p_simp_re()
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
557 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1344 if (p->pend[i] >= pos) { in doinsert()
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp168 const uint8_t *pend = (uint8_t *)end; in getULEB128() local
174 if (p == pend) in getULEB128()
193 const uint8_t *pend = (uint8_t *)end; in getSLEB128() local
198 if (p == pend) in getSLEB128()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf79 void setp(char_type* pbeg, char_type* pend);
/ndk/sources/host-tools/make-3.81/
Dread.c935 char *pend = p2 + strlen(p2); in eval() local
949 (void)variable_expand_string(pend, lb_next, (long)-1); in eval()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp1220 void setp(CharT* pbeg, CharT* pend) { return setp(pbeg, pend); } in setp() argument