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

  /external/llvm/lib/Support/
raw_os_ostream.cpp 30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); }
  /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);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStdIO.h 121 virtual Int64 tellp ();
143 virtual Int64 tellp ();
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());
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.
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...]
ImfTileOffsets.cpp 226 Int64 pos = os.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...]
ImfHeader.cpp 933 previewPosition = os.tellp();
  /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...]
  /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/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();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 141 pos_type tellp() { function in class:basic_ostream
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 141 pos_type tellp() { function in class:basic_ostream
  /external/deqp/framework/common/
tcuCommandLine.cpp 212 if (m_curLine.tellp() != std::streampos(0))
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 118 if ((de::isDigit((char)name.peek()) || de::isUpper((char)name.peek())) && token.tellp())
131 if (token.tellp() == (std::streamoff)1)
    [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 541 milliseconds