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

  /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);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 15 // basic_ostream<charT,traits>& seekp(pos_type pos);
45 assert(&os.seekp(5) == &os);
52 assert(&os.seekp(10) == &os);
55 assert(&os.seekp(-1) == &os);
64 assert(&os.seekp(10) == &os);
seekp2.pass.cpp 15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
47 assert(&os.seekp(5, std::ios_base::beg) == &os);
54 assert(&os.seekp(10, std::ios_base::beg) == &os);
57 assert(&os.seekp(-1, std::ios_base::beg) == &os);
66 assert(&os.seekp(10, std::ios_base::beg) == &os);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStdIO.h 122 virtual void seekp (Int64 pos);
144 virtual void seekp (Int64 pos);
ImfStdIO.cpp 203 StdOFStream::seekp (Int64 pos) function in class:Imf::StdOFStream
205 _os->seekp (pos);
233 StdOSStream::seekp (Int64 pos) function in class:Imf::StdOSStream
235 _os.seekp (pos);
ImfIO.h 185 // After calling seekp(i), tellp() returns i.
188 virtual void seekp (Int64 pos) = 0;
ImfOutputFile.cpp 771 _data->os->seekp (_data->lineOffsetsPosition);
    [all...]
ImfTiledOutputFile.cpp 976 _data->os->seekp (_data->tileOffsetsPosition);
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_stream.cxx 43 by tellg(), tellp(), seekg(), and seekp(). This makes it similar to
50 the variants of seekg() and seekp() which accept a relative offset
72 basic_ostream& basic_ostream::seekp(ios::pos_type)
73 basic_ostream& basic_ostream::seekp(ios::off_type, ios_base::seekdir)
175 os->seekp(offset, ios::beg);
185 os->seekp(offset, ios::cur);
195 os->seekp(offset, ios::end);
224 os->seekp(0, ios::end);
239 os->seekp(0, ios::end);
245 os->seekp(static_cast<ios::off_type>(static_cast<uint64>(origin) + off), ios::beg)
    [all...]
  /external/google-breakpad/src/processor/
binarystream.h 80 stream_.seekp (0, ios::beg);
  /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/misc/common/swig/include/2.0.11/std/
std_iostream.i 127 seekp(pos_type);
130 seekp(off_type, ios_base::seekdir);
  /system/extras/perfprofd/quipper/
perf_utils.cc 175 out.seekp(0, std::ios::beg);
  /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
  /prebuilts/ndk/current/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
  /external/gptfdisk/
gpttext.cc 815 prompt.seekp(0);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 3985 milliseconds