Home
last modified time | relevance | path

Searched refs:ofstream (Results 1 – 25 of 48) sorted by relevance

12

/external/stlport/test/unit/
Dfstream_test.cpp98 ofstream f( "test_file.txt" ); in output()
214 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg()
277 ofstream o( "test_file.txt" ); in tellp()
281 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); in tellp()
282 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) ); in tellp()
285 ofstream o( "test_file.txt" ); in tellp()
289 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); in tellp()
290 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) ); in tellp()
320 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp()
321 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expe… in tellp()
[all …]
/external/stlport/stlport/
Diostream32 // for ofstream redirection
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
/external/llvm/lib/Archive/
DArchiveWriter.cpp30 static inline void writeInteger(unsigned num, std::ofstream& ARFile) { in writeInteger()
204 std::ofstream& ARFile, in writeMember()
294 Archive::writeSymbolTable(std::ofstream& ARFile) { in writeSymbolTable()
374 std::ofstream ArchiveFile(TmpArchive.c_str(), io_mode); in writeToDisk()
432 std::ofstream FinalFile(FinalFilePath.c_str(), io_mode); in writeToDisk()
/external/openfst/src/include/fst/
Dsymbol-table.h335 ofstream strm(filename.c_str(), ofstream::out | ofstream::binary); in Write()
348 ofstream strm(filename.c_str()); in WriteText()
Dencode.h371 ofstream strm(filename.c_str(), ofstream::out | ofstream::binary); in Write()
/external/openfst/src/include/fst/extensions/far/
Dstlist.h62 new ofstream(filename.c_str(), ofstream::out | ofstream::binary)), in STListWriter()
Dsttable.h54 : stream_(filename.c_str(), ofstream::out | ofstream::binary), in STTableWriter()
97 ofstream stream_; // Output stream
Dprint-strings.h108 ofstream ostrm(filename.c_str()); in FarPrintStrings()
/external/valgrind/main/none/tests/
Dgxx304.cpp4 std::ofstream pippo("pluto"); in main()
/external/stlport/stlport/using/h/
Dfstream.h3 using ::ofstream;
/external/srec/tools/grxmlcompile/
Dnetw_dump.cpp49 std::ofstream outfile; in WriteForwardGraphFile()
107 std::ofstream outfile; in WriteForwardGraphWithSemantic()
192 std::ofstream outfile; in WriteHMMGraphFile()
272 std::ofstream outfile; in WritePhonemeGraphFile()
/external/stlport/stlport/using/
Dfstream9 using _STLP_NEW_IO_NAMESPACE::ofstream;
Diosfwd33 using _STLP_NEW_IO_NAMESPACE::ofstream;
/external/llvm/include/llvm/Bitcode/
DArchive.h485 void writeSymbolTable(std::ofstream& ARFile);
494 std::ofstream& ARFile, ///< The file to write member onto
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dsymbol-table.h259 ofstream strm(filename.c_str()); in Write()
274 ofstream strm(filename.c_str()); in WriteText()
/external/llvm/tools/gold/
Dgold-plugin.cpp368 std::ofstream api_file; in all_symbols_read_hook()
372 api_file.open("apifile.txt", std::ofstream::out | std::ofstream::trunc); in all_symbols_read_hook()
/external/openfst/src/script/
Dtext-io.cc72 strm = new ofstream(filename.c_str()); in WritePotentials()
/external/oprofile/libabi/tests/
Dabi_test.cpp50 ofstream file(abi_filename.c_str()); in main()
/external/oprofile/libutil++/
Dcverb.cpp35 ofstream fout("/dev/null");
Dfile_manip.cpp63 ofstream out(destination.c_str(), ios::trunc); in copy_file()
/external/openfst/src/bin/
Dfstprint.cc63 ostrm = new fst::ofstream(argv[2]); in main()
Dfstdraw.cc72 ostrm = new fst::ofstream(argv[2]); in main()
/external/libvpx/vp8/encoder/
Dparms.cpp102 ofstream debug_file(filename,ios_base::app);
/external/icu4c/tools/tzcode/
Dicuzdump.cpp388 ofstream* fout = new ofstream(path.str().c_str(), mode); in main()
/external/icu4c/test/perf/DateFmtPerf/
DDateFmtPerf.cpp143 ofstream out; in main()

12