/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/ |
tellp.pass.cpp | 15 // pos_type tellp(); 46 assert(os.tellp() == -1); 51 assert(os.tellp() == 10);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
tellp.pass.cpp | 15 // pos_type tellp(); 46 assert(os.tellp() == -1); 51 assert(os.tellp() == 10);
|
/external/opencv3/3rdparty/libtiff/ |
tif_stream.cxx | 43 by tellg(), tellp(), seekg(), and seekp(). This makes it similar to 69 ios::pos_type basic_ostream::tellp() 136 ios::pos_type pos = os->tellp(); 145 return static_cast<tmsize_t>(os->tellp() - pos); 213 // reset the fail bit or else tellp() won't work below 221 origin = os->tellp(); 225 origin = os->tellp(); 240 num_fill = (static_cast<uint64>(origin)) + off - os->tellp(); 249 return static_cast<uint64>(os->tellp()); 301 ios::pos_type pos = os->tellp(); [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfStdIO.cpp | 196 StdOFStream::tellp () function in class:Imf::StdOFStream 198 return std::streamoff (_os->tellp()); 226 StdOSStream::tellp () function in class:Imf::StdOSStream 228 return std::streamoff (_os.tellp());
|
ImfOutputFile.cpp | 249 Int64 pos = os.tellp(); 270 // without calling tellp() (tellp() can be fairly expensive). 277 currentPosition = ofd->os->tellp(); 284 assert (ofd->os->tellp() == currentPosition); 758 _data->currentPosition = _data->os->tellp(); [all...] |
ImfIO.h | 176 // start writing at the beginning of the file, tellp() 180 virtual Int64 tellp () = 0; 185 // After calling seekp(i), tellp() returns i.
|
ImfStdIO.h | 121 virtual Int64 tellp (); 143 virtual Int64 tellp ();
|
ImfTiledOutputFile.cpp | 438 // without calling tellp() (tellp() can be fairly expensive). 445 currentPosition = ofd->os->tellp(); 450 assert (ofd->os->tellp() == currentPosition); 963 _data->currentPosition = _data->os->tellp(); [all...] |
ImfTileOffsets.cpp | 226 Int64 pos = os.tellp();
|
/ndk/tests/device/test-gnustl-full/unit/ |
sstream_test.cpp | 37 CPPUNIT_TEST(tellp); 57 void tellp(); 409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) ); 444 void SstreamTest::tellp() function in class:SstreamTest 452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); 460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); 468 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(9) );
|
fstream_test.cpp | 44 CPPUNIT_TEST(tellp); 74 void tellp(); 292 void FstreamTest::tellp() function in class:FstreamTest 300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) ); 308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) ); 340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) ); 359 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) ); 773 file_pos.push_back(make_pair(out.tellp(), index));
|
/ndk/tests/device/test-stlport/unit/ |
sstream_test.cpp | 37 CPPUNIT_TEST(tellp); 57 void tellp(); 409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) ); 444 void SstreamTest::tellp() function in class:SstreamTest 452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); 460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); 468 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(9) );
|
fstream_test.cpp | 44 CPPUNIT_TEST(tellp); 74 void tellp(); 292 void FstreamTest::tellp() function in class:FstreamTest 300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) ); 308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) ); 340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) ); 359 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) ); 773 file_pos.push_back(make_pair(out.tellp(), index));
|
/external/llvm/lib/Support/ |
raw_os_ostream.cpp | 30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); }
|
/external/google-breakpad/src/processor/ |
cfi_frame_info.cc | 111 if (static_cast<std::streamoff>(stream.tellp()) != 0) 118 if (static_cast<std::streamoff>(stream.tellp()) != 0)
|
/frameworks/rs/api/ |
Utilities.cpp | 189 if (stream.tellp() == 0) {
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_iostream.i | 124 tellp();
|
/external/libcxx/include/ |
ostream | 67 pos_type tellp(); 216 pos_type tellp(); 994 basic_ostream<_CharT, _Traits>::tellp() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ostream | 67 pos_type tellp(); 204 pos_type tellp(); 982 basic_ostream<_CharT, _Traits>::tellp()
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ostream | 67 pos_type tellp(); 204 pos_type tellp(); 982 basic_ostream<_CharT, _Traits>::tellp()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 141 pos_type tellp() { function in class:basic_ostream
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ostream.tcc | 237 tellp()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ostream.tcc | 237 tellp()
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ostream.tcc | 237 tellp()
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ostream.tcc | 237 tellp()
|