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

  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
setp.pass.cpp 15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
31 assert(base::pbase() == pbeg);
32 assert(base::pptr() == pbeg);
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
35 CharT* pbeg = base::pbase(); local
39 assert(base::pbase() == pbeg);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
setp.pass.cpp 15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
31 assert(base::pbase() == pbeg);
32 assert(base::pptr() == pbeg);
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
35 CharT* pbeg = base::pbase(); local
39 assert(base::pbase() == pbeg);
  /external/iptables/utils/
nfnl_osf.c 275 char *pbeg, *pend; local
295 pbeg = buffer;
296 pend = xt_osf_strchr(pbeg, OSFPDEL);
299 if (pbeg[0] == 'S') {
301 if (pbeg[1] == '%')
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
303 else if (pbeg[1] == '*')
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
307 } else if (pbeg[0] == 'T') {
309 if (pbeg[1] == '%'
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 27 void setp(char* pbeg, char* pend)
29 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 27 void setp(char* pbeg, char* pend)
29 base::setp(pbeg, pend);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 33 void setp(char* pbeg, char* pend)
35 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 33 void setp(char* pbeg, char* pend)
35 base::setp(pbeg, pend);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 45 void setp(CharT* pbeg, CharT* pend)
47 base::setp(pbeg, pend);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 46 void setp(CharT* pbeg, CharT* pend)
48 base::setp(pbeg, pend);
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend)
58 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 45 void setp(CharT* pbeg, CharT* pend)
47 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 46 void setp(CharT* pbeg, CharT* pend)
48 base::setp(pbeg, pend);
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend)
58 base::setp(pbeg, pend);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp     [all...]

Completed in 143 milliseconds