HomeSort by relevance Sort by last modified time
    Searched defs:setp (Results 1 - 22 of 22) 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) function in struct:test
30 base::setp(pbeg, pend);
42 t.setp(in, in+sizeof(in)/sizeof(in[0]));
47 t.setp(in, in+sizeof(in)/sizeof(in[0]));
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend) function in struct:test
30 base::setp(pbeg, pend);
50 t.setp(in, in+sizeof(in)/sizeof(in[0]));
57 t.setp(in, in+sizeof(in)/sizeof(in[0]));
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 27 void setp(char* pbeg, char* pend) function in struct:test
29 base::setp(pbeg, pend);
40 t.setp(out, out+sizeof(out));
  /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) function in struct:test
30 base::setp(pbeg, pend);
42 t.setp(in, in+sizeof(in)/sizeof(in[0]));
47 t.setp(in, in+sizeof(in)/sizeof(in[0]));
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend) function in struct:test
30 base::setp(pbeg, pend);
50 t.setp(in, in+sizeof(in)/sizeof(in[0]));
57 t.setp(in, in+sizeof(in)/sizeof(in[0]));
  /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) function in struct:test
29 base::setp(pbeg, pend);
40 t.setp(out, out+sizeof(out));
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 33 void setp(char* pbeg, char* pend) function in struct:test
35 base::setp(pbeg, pend);
54 t.setp(out, out+sizeof(out));
  /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) function in struct:test
35 base::setp(pbeg, pend);
54 t.setp(out, out+sizeof(out));
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 45 void setp(CharT* pbeg, CharT* pend) function in struct:test
47 base::setp(pbeg, pend);
65 t.setp(&p1, &p3);
72 t.setp(&p1, &p3);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 46 void setp(CharT* pbeg, CharT* pend) function in struct:test
48 base::setp(pbeg, pend);
68 t.setp(&p1, &p3);
76 t.setp(&p1, &p3);
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend) function in struct:test
58 base::setp(pbeg, pend);
78 t.setp(&p1, &p3);
86 t.setp(&p1, &p3);
  /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) function in struct:test
47 base::setp(pbeg, pend);
65 t.setp(&p1, &p3);
72 t.setp(&p1, &p3);
  /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) function in struct:test
48 base::setp(pbeg, pend);
68 t.setp(&p1, &p3);
76 t.setp(&p1, &p3);
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend) function in struct:test
58 base::setp(pbeg, pend);
78 t.setp(&p1, &p3);
86 t.setp(&p1, &p3);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /external/libvorbis/lib/
vorbisenc.c 1017 int setp=(number&0xf); \/* a read request has a low nibble of 0 *\/ local
    [all...]
  /external/openssh/
packet.c 1266 fd_set *setp; local
2005 fd_set *setp; local
    [all...]

Completed in 506 milliseconds