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

1 2 3

  /external/stlport/test/unit/
fstream_test.cpp 281 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
289 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
321 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) );
339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
390 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
391 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
417 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
421 offset = s.rdbuf()->pubseekoff( -offset, ios_base::cur );
429 pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
431 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff(-5, ios_base::cur) == fstream::pos_type(0) )
    [all...]
sstream_test.cpp 451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 299 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
307 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) );
357 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
408 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
435 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
439 offset = s.rdbuf()->pubseekoff( -offset, ios_base::cur );
447 pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
449 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff(-5, ios_base::cur) == fstream::pos_type(0) )
    [all...]
sstream_test.cpp 451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 299 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
307 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) );
357 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
408 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
435 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
439 offset = s.rdbuf()->pubseekoff( -offset, ios_base::cur );
447 pos = s.rdbuf()->pubseekoff(0, ios_base::cur);
449 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff(-5, ios_base::cur) == fstream::pos_type(0) )
    [all...]
sstream_test.cpp 451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
  /external/stlport/stlport/stl/
_ostream.h 143 ? this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out)
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 143 ? this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out)
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ostream.tcc 243 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out);
299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ostream.tcc 245 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out);
301 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ostream.tcc 245 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out);
301 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 243 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out);
299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 143 ? this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out)
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 243 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out);
299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 143 ? this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out)
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 243 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out);
299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 143 ? this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out)
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 243 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out);
299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 143 ? this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out)
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
  /external/v8/test/mjsunit/tools/
tickprocessor.js 165 '0002c410 T std::basic_streambuf<char, std::char_traits<char> >::pubseekoff',
176 ['std::basic_streambuf<char, std::char_traits<char> >::pubseekoff', 0x0002c410, 0x0002c488],
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
ostream 332 * failure. Otherwise returns @c rdbuf()->pubseekoff(0,cur,out).
354 * If @c fail() is not true, calls @c rdbuf()->pubseekoff(off,dir).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
ostream 334 * failure. Otherwise returns @c rdbuf()->pubseekoff(0,cur,out).
356 * If @c fail() is not true, calls @c rdbuf()->pubseekoff(off,dir).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
ostream 334 * failure. Otherwise returns @c rdbuf()->pubseekoff(0,cur,out).
356 * If @c fail() is not true, calls @c rdbuf()->pubseekoff(off,dir).
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
ostream 332 * failure. Otherwise returns @c rdbuf()->pubseekoff(0,cur,out).
354 * If @c fail() is not true, calls @c rdbuf()->pubseekoff(off,dir).
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
ostream 332 * failure. Otherwise returns @c rdbuf()->pubseekoff(0,cur,out).
354 * If @c fail() is not true, calls @c rdbuf()->pubseekoff(off,dir).

Completed in 1769 milliseconds

1 2 3