HomeSort by relevance Sort by last modified time
    Searched refs:setp (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /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]));
  /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]));
  /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.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));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
thread_db.h 127 #define td_event_emptyset(setp) \
131 (setp)->event_bits[__i - 1] = 0; \
134 #define td_event_fillset(setp) \
138 (setp)->event_bits[__i - 1] = UINT32_C (0xffffffff); \
141 #define td_event_addset(setp, n) \
142 (((setp)->event_bits[__td_eventword (n)]) |= __td_eventmask (n))
143 #define td_event_delset(setp, n) \
144 (((setp)->event_bits[__td_eventword (n)]) &= ~__td_eventmask (n))
145 #define td_eventismember(setp, n) \
146 (__td_eventmask (n) & ((setp)->event_bits[__td_eventword (n)])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
thread_db.h 127 #define td_event_emptyset(setp) \
131 (setp)->event_bits[__i - 1] = 0; \
134 #define td_event_fillset(setp) \
138 (setp)->event_bits[__i - 1] = UINT32_C (0xffffffff); \
141 #define td_event_addset(setp, n) \
142 (((setp)->event_bits[__td_eventword (n)]) |= __td_eventmask (n))
143 #define td_event_delset(setp, n) \
144 (((setp)->event_bits[__td_eventword (n)]) &= ~__td_eventmask (n))
145 #define td_eventismember(setp, n) \
146 (__td_eventmask (n) & ((setp)->event_bits[__td_eventword (n)])
    [all...]
  /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/
_sstream.c 84 this->setp( __data_end, __data_end );
86 this->setp( __data_ptr, __data_end );
89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end);
154 this->setp(__data_ptr, _S_finish(_M_str));
158 this->setp(_S_start(_M_str), _S_finish(_M_str));
203 this->setp(__data_ptr, _S_finish(_M_str));
248 this->setp(__data_ptr, _S_finish(_M_str));
289 this->setp(__data_ptr, _S_finish(_M_str));
348 this->setp(this->pbase(), this->pbase() + __n);
382 this->setp(_S_start(_M_str), _S_finish(_M_str))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 84 this->setp( __data_end, __data_end );
86 this->setp( __data_ptr, __data_end );
89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end);
154 this->setp(__data_ptr, _S_finish(_M_str));
158 this->setp(_S_start(_M_str), _S_finish(_M_str));
203 this->setp(__data_ptr, _S_finish(_M_str));
248 this->setp(__data_ptr, _S_finish(_M_str));
289 this->setp(__data_ptr, _S_finish(_M_str));
348 this->setp(this->pbase(), this->pbase() + __n);
382 this->setp(_S_start(_M_str), _S_finish(_M_str))
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 84 this->setp( __data_end, __data_end );
86 this->setp( __data_ptr, __data_end );
89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end);
154 this->setp(__data_ptr, _S_finish(_M_str));
158 this->setp(_S_start(_M_str), _S_finish(_M_str));
203 this->setp(__data_ptr, _S_finish(_M_str));
248 this->setp(__data_ptr, _S_finish(_M_str));
289 this->setp(__data_ptr, _S_finish(_M_str));
348 this->setp(this->pbase(), this->pbase() + __n);
382 this->setp(_S_start(_M_str), _S_finish(_M_str))
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 84 this->setp( __data_end, __data_end );
86 this->setp( __data_ptr, __data_end );
89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end);
154 this->setp(__data_ptr, _S_finish(_M_str));
158 this->setp(_S_start(_M_str), _S_finish(_M_str));
203 this->setp(__data_ptr, _S_finish(_M_str));
248 this->setp(__data_ptr, _S_finish(_M_str));
289 this->setp(__data_ptr, _S_finish(_M_str));
348 this->setp(this->pbase(), this->pbase() + __n);
382 this->setp(_S_start(_M_str), _S_finish(_M_str))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 84 this->setp( __data_end, __data_end );
86 this->setp( __data_ptr, __data_end );
89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end);
154 this->setp(__data_ptr, _S_finish(_M_str));
158 this->setp(_S_start(_M_str), _S_finish(_M_str));
203 this->setp(__data_ptr, _S_finish(_M_str));
248 this->setp(__data_ptr, _S_finish(_M_str));
289 this->setp(__data_ptr, _S_finish(_M_str));
348 this->setp(this->pbase(), this->pbase() + __n);
382 this->setp(_S_start(_M_str), _S_finish(_M_str))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.c 84 this->setp( __data_end, __data_end );
86 this->setp( __data_ptr, __data_end );
89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end);
154 this->setp(__data_ptr, _S_finish(_M_str));
158 this->setp(_S_start(_M_str), _S_finish(_M_str));
203 this->setp(__data_ptr, _S_finish(_M_str));
248 this->setp(__data_ptr, _S_finish(_M_str));
289 this->setp(__data_ptr, _S_finish(_M_str));
348 this->setp(this->pbase(), this->pbase() + __n);
382 this->setp(_S_start(_M_str), _S_finish(_M_str))
    [all...]
  /external/zlib/src/contrib/iostream3/
zfstream.cc 324 this->setp(buffer, buffer + buffer_size - 1);
333 this->setp(0, 0);
341 this->setp(buffer, buffer + buffer_size - 1);
358 this->setp(0, 0);
365 this->setp(buffer, buffer + buffer_size - 1);
367 this->setp(0, 0);
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 43 setp(buf, buf + n);
55 setp(buf, buf + n);
137 setp(buf, buf + new_size);
235 setp(seeklow, epptr());
239 setp(pbase(), epptr());
283 setp(put, put + N);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 51 base::setp(const_cast<CharT*>(str_.data()),

Completed in 696 milliseconds

1 2 3 4 5 6