Searched refs:tellp (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Support/
H A Draw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); }
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
H A Dtellp.pass.cpp15 // pos_type tellp();
46 assert(os.tellp() == -1);
51 assert(os.tellp() == 10);
H A DAndroid.mk27 test_name := input.output/iostream.format/output.streams/ostream.seeks/tellp
28 test_src := tellp.pass.cpp
/external/openfst/src/lib/
H A Dutil.cc81 int64 pos = strm.tellp();
/external/stlport/test/unit/
H A Dsstream_test.cpp37 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) );
H A Dfstream_test.cpp44 CPPUNIT_TEST(tellp);
74 void tellp();
274 void FstreamTest::tellp() function in class:FstreamTest
282 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
290 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
322 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
754 file_pos.push_back(make_pair(out.tellp(), index));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconst-fst.h206 for (int i = 0; i < kFileAlign && strm.tellp() % kFileAlign; ++i)
210 for (int i = 0; i < kFileAlign && strm.tellp() % kFileAlign; ++i)
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc345 int version_length = version_stream.tellp();
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h84 positions_.push_back(stream_.tellp());
/external/stlport/stlport/stl/
H A D_ostream.h141 pos_type tellp() { function in class:basic_ostream
/external/chromium_org/base/
H A Dlogging.cc690 message_start_ = stream_.tellp();
/external/openfst/src/include/fst/
H A Dconst-fst.h354 } else if ((start_offset = strm.tellp()) == -1) {
H A Dvector-fst.h542 if (fst.Properties(kExpanded, false) || (start_offset = strm.tellp()) != -1) {
/external/deqp/framework/common/
H A DtcuCommandLine.cpp200 if (m_curLine.tellp() != std::streampos(0))
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp124 if ((de::isDigit((char)name.peek()) || de::isUpper((char)name.peek())) && token.tellp())
137 if (token.tellp() == (std::streamoff)1)

Completed in 703 milliseconds