HomeSort by relevance Sort by last modified time
    Searched refs:tellg (Results 1 - 25 of 43) sorted by null

1 2

  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 30 size_t a=is.tellg();
32 size_t b=is.tellg();
tellg.pass.cpp 12 // pos_type tellg();
56 assert(is.tellg() == 5);
61 assert(is.tellg() == 5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 30 size_t a=is.tellg();
32 size_t b=is.tellg();
tellg.pass.cpp 12 // pos_type tellg();
56 assert(is.tellg() == 5);
61 assert(is.tellg() == 5);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStdIO.h 81 virtual Int64 tellg ();
ImfStdIO.cpp 136 StdIFStream::tellg () function in class:Imf::StdIFStream
138 return std::streamoff (_is->tellg());
ImfIO.h 107 // read the first byte in the file, tellg() returns 0.
110 virtual Int64 tellg () = 0;
115 // After calling seekg(i), tellg() returns i.
ImfTestFile.cpp 96 Int64 pos = is.tellg();
ImfTileOffsets.cpp 120 Int64 tileOffset = is.tellg();
158 Int64 position = is.tellg();
  /external/opencv3/modules/videoio/src/
cap_mjpeg_decoder.cpp 166 uint64_t tellg();
230 uint64_t MjpegInputStream::tellg() function in class:cv::MjpegInputStream
452 uint64_t index_end = in_str.tellg();
456 while(in_str && (in_str.tellg() < index_end))
489 uint64_t next_strl_list = in_str.tellg();
522 in_str.seekg(in_str.tellg() + chunk.m_size);
532 in_str.seekg(in_str.tellg() + list.m_size - 4);
546 uint64_t next_strl_list = in_str.tellg();
568 next_strl_list = in_str.tellg();
596 uint64_t next_list = in_str.tellg();
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) );
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) );
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) );
397 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(0) );
399 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(6) );
401 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(3) );
codecvt_test.cpp 145 * buffer (tellg -> -1), when you just read a 'a' you are at an undefined
315 CPPUNIT_ASSERT( (int)istr.tellg() == 0 );
328 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos );
350 CPPUNIT_ASSERT( (int)istr.tellg() == 0 );
372 if ((int)istr.tellg() != theoricalTellg) {
373 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalTellg );
fstream_test.cpp 43 CPPUNIT_TEST(tellg);
73 void tellg();
228 void FstreamTest::tellg() function in class:FstreamTest
248 // CPPUNIT_ASSERT( is.tellg() == 0 );
253 CPPUNIT_ASSERT( is.tellg() == p );
269 is.tellg();
270 CPPUNIT_ASSERT( is.tellg() == p );
284 CPPUNIT_ASSERT( is.tellg() == p );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) );
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) );
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) );
397 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(0) );
399 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(6) );
401 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(3) );
codecvt_test.cpp 145 * buffer (tellg -> -1), when you just read a 'a' you are at an undefined
315 CPPUNIT_ASSERT( (int)istr.tellg() == 0 );
328 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos );
350 CPPUNIT_ASSERT( (int)istr.tellg() == 0 );
372 if ((int)istr.tellg() != theoricalTellg) {
373 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalTellg );
fstream_test.cpp 43 CPPUNIT_TEST(tellg);
73 void tellg();
228 void FstreamTest::tellg() function in class:FstreamTest
248 // CPPUNIT_ASSERT( is.tellg() == 0 );
253 CPPUNIT_ASSERT( is.tellg() == p );
269 is.tellg();
270 CPPUNIT_ASSERT( is.tellg() == p );
284 CPPUNIT_ASSERT( is.tellg() == p );
  /external/google-breakpad/src/processor/
microdump_stackwalk.cc 76 bytes.resize(file_stream.tellg());
  /external/opencv3/3rdparty/libtiff/
tif_stream.cxx 43 by tellg(), tellp(), seekg(), and seekp(). This makes it similar to
56 ios::pos_type basic_istream::tellg()
293 return (uint64) (data->stream->tellg() - data->start_pos);
315 ios::pos_type pos = data->stream->tellg();
319 len = data->stream->tellg();
378 data->start_pos = data->stream->tellg();
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 206 || (((unsigned int) in.tellg() != in.str().length())
207 && (in.tellg() != (streampos) -1))) {
228 || (((unsigned int) in.tellg() != in.str().length())
229 && (in.tellg() != (streampos) -1))) {
hwcRects.cpp 403 while ((in.tellg() < (streampos) in.str().length())
404 && (in.tellg() != (streampos) -1)) {
  /external/rmi4utils/rmi4update/
firmware_image.cpp 56 m_imageSize = ifsFile.tellg();
  /external/xmlrpcpp/test/
FileClient.cpp 36 long nb = infile.tellg();
  /cts/suite/audio_quality/lib/src/audio/
Buffer.cpp 97 size_t size = file.tellg();
  /system/extras/perfprofd/quipper/
perf_utils.cc 160 size_t length = in.tellg();
  /system/tools/aidl/
io_delegate.cpp 93 ssize_t file_size = in.tellg();

Completed in 323 milliseconds

1 2