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/ |
D | pbump.pass.cpp | 28 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()
|
D | setp.pass.cpp | 28 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/ |
D | xsputn.pass.cpp | 27 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/ |
D | sputc.pass.cpp | 33 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/ |
D | copy.pass.cpp | 45 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/ |
D | assign.pass.cpp | 46 void setp(CharT* pbeg, CharT* pend) in setp() 48 base::setp(pbeg, pend); in setp()
|
D | swap.pass.cpp | 56 void setp(CharT* pbeg, CharT* pend) in setp() 58 base::setp(pbeg, pend); in setp()
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regcomp.c | 66 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/ |
D | AddressSpace.hpp | 168 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/ |
D | streambuf | 79 void setp(char_type* pbeg, char_type* pend);
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 935 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/ |
D | lexical_cast.hpp | 1220 void setp(CharT* pbeg, CharT* pend) { return setp(pbeg, pend); } in setp() argument
|