HomeSort by relevance Sort by last modified time
    Searched full:seekp (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 15 // basic_ostream<charT,traits>& seekp(pos_type pos);
44 assert(&os.seekp(5) == &os);
50 assert(&os.seekp(10) == &os);
53 assert(&os.seekp(-1) == &os);
seekp2.pass.cpp 15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
46 assert(&os.seekp(5, std::ios_base::beg) == &os);
52 assert(&os.seekp(10, std::ios_base::beg) == &os);
55 assert(&os.seekp(-1, std::ios_base::beg) == &os);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 15 // basic_ostream<charT,traits>& seekp(pos_type pos);
44 assert(&os.seekp(5) == &os);
50 assert(&os.seekp(10) == &os);
53 assert(&os.seekp(-1) == &os);
seekp2.pass.cpp 15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
46 assert(&os.seekp(5, std::ios_base::beg) == &os);
52 assert(&os.seekp(10, std::ios_base::beg) == &os);
55 assert(&os.seekp(-1, std::ios_base::beg) == &os);
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 35 CPPUNIT_TEST(seekp);
55 void seekp();
404 void SstreamTest::seekp() function in class:SstreamTest
411 s.seekp( 0 );
414 s.seekp( 0, ios::beg );
424 with seekg and seekp (27.6.1.3, par 38; 27.6.2.4 par 2),
432 ss.seekp( 0, ios::end );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 35 CPPUNIT_TEST(seekp);
55 void seekp();
404 void SstreamTest::seekp() function in class:SstreamTest
411 s.seekp( 0 );
414 s.seekp( 0, ios::beg );
424 with seekg and seekp (27.6.1.3, par 38; 27.6.2.4 par 2),
432 ss.seekp( 0, ios::end );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream.tcc 260 seekp(pos_type __pos)
268 // 136. seekp, seekg setting wrong streams?
272 // 129. Need error indication from seekp() and seekg()
292 seekp(off_type __off, ios_base::seekdir __dir)
300 // 136. seekp, seekg setting wrong streams?
304 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream.tcc 260 seekp(pos_type __pos)
268 // 136. seekp, seekg setting wrong streams?
272 // 129. Need error indication from seekp() and seekg()
292 seekp(off_type __off, ios_base::seekdir __dir)
300 // 136. seekp, seekg setting wrong streams?
304 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream.tcc 260 seekp(pos_type __pos)
268 // 136. seekp, seekg setting wrong streams?
272 // 129. Need error indication from seekp() and seekg()
292 seekp(off_type __off, ios_base::seekdir __dir)
300 // 136. seekp, seekg setting wrong streams?
304 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream.tcc 260 seekp(pos_type __pos)
268 // 136. seekp, seekg setting wrong streams?
272 // 129. Need error indication from seekp() and seekg()
292 seekp(off_type __off, ios_base::seekdir __dir)
300 // 136. seekp, seekg setting wrong streams?
304 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ostream.tcc 258 seekp(pos_type __pos)
266 // 136. seekp, seekg setting wrong streams?
270 // 129. Need error indication from seekp() and seekg()
290 seekp(off_type __off, ios_base::seekdir __dir)
298 // 136. seekp, seekg setting wrong streams?
302 // 129. Need error indication from seekp() and seekg()
  /external/google-breakpad/src/processor/
binarystream.h 80 stream_.seekp (0, ios::beg);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i 127 seekp(pos_type);
130 seekp(off_type, ios_base::seekdir);
  /external/libcxx/include/
ostream 68 basic_ostream& seekp(pos_type);
69 basic_ostream& seekp(off_type, ios_base::seekdir);
217 basic_ostream& seekp(pos_type __pos);
218 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
1004 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos)
1018 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ostream 68 basic_ostream& seekp(pos_type);
69 basic_ostream& seekp(off_type, ios_base::seekdir);
205 basic_ostream& seekp(pos_type __pos);
206 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
992 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos)
1006 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
ostream 68 basic_ostream& seekp(pos_type);
69 basic_ostream& seekp(off_type, ios_base::seekdir);
205 basic_ostream& seekp(pos_type __pos);
206 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
992 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos)
1006 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 147 _Self& seekp(pos_type __pos) { function in class:basic_ostream
156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { function in class:basic_ostream

Completed in 1382 milliseconds

1 2 3 4