Home
last modified time | relevance | path

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

123

/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/eigen/unsupported/Eigen/src/SparseExtra/
DMarketIO.h85 inline void PutMatrixElt(Scalar value, int row, int col, std::ofstream& out) in PutMatrixElt()
90 inline void PutMatrixElt(std::complex<Scalar> value, int row, int col, std::ofstream& out) in PutMatrixElt()
97 inline void putVectorElt(Scalar value, std::ofstream& out) in putVectorElt()
102 inline void putVectorElt(std::complex<Scalar> value, std::ofstream& out) in putVectorElt()
227 std::ofstream out(filename.c_str(),std::ios::out);
253 std::ofstream out(filename.c_str(),std::ios::out); in saveMarketVector()
/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/chromium_org/chrome_frame/test/reliability/
Dpage_load_test.cc152 std::ofstream& log_file, in NavigateToURLLogResult()
156 std::ofstream test_log; in NavigateToURLLogResult()
301 void NavigateThroughURLList(std::ofstream& log_file) { in NavigateThroughURLList()
369 std::ofstream& log_file, int index) { in SaveDebugLog()
381 void SaveDebugLogs(std::ofstream& log_file) { in SaveDebugLogs()
391 void LogOrDeleteCrashDump(std::ofstream& log_file, in LogOrDeleteCrashDump()
412 void LogOrDeleteNewCrashDumps(std::ofstream& log_file, in LogOrDeleteNewCrashDumps()
503 std::ofstream log_file; in TEST_F()
/external/eigen/bench/btl/generic_bench/timers/
Dx86_timer.hh121 ofstream outfile (filemane.c_str(),ios::out) ; in dump_statistics()
135 ofstream outfile (filemane.c_str(),ios::out) ; in dump_history()
/external/openfst/src/include/fst/extensions/far/
Dstlist.h63 new ofstream(filename.c_str(), ofstream::out | ofstream::binary)), in STListWriter()
Dsttable.h55 : stream_(filename.c_str(), ofstream::out | ofstream::binary), in STTableWriter()
98 ofstream stream_; // Output stream
/external/valgrind/main/none/tests/
Dgxx304.cpp4 std::ofstream pippo("pluto"); in main()
/external/stlport/stlport/using/h/
Dfstream.h3 using ::ofstream;
/external/openfst/src/include/fst/
Dsymbol-table.h351 ofstream strm(filename.c_str(), ofstream::out | ofstream::binary); in Write()
366 ofstream strm(filename.c_str()); in WriteText()
/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/chromium_org/tools/gn/
Dninja_build_writer.cc116 std::ofstream file; in RunAndWriteFile()
122 std::ofstream depfile; in RunAndWriteFile()
Dninja_toolchain_writer.cc52 std::ofstream file; in RunAndWriteFile()
/external/eigen/bench/btl/generic_bench/utils/
Dxy_file.hh66 ofstream outfile (filename.c_str(),ios::out) ; in dump_xy_file()
/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.cpp367 std::ofstream api_file; in all_symbols_read_hook()
371 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/eigen/bench/spbench/
Dspbenchsolver.cpp44 std::ofstream statbuf; in main()
/external/oprofile/libabi/tests/
Dabi_test.cpp50 ofstream file(abi_filename.c_str()); in main()
/external/eigen/bench/btl/data/
Dregularize.cxx77 ofstream output_file (filename.c_str(),ios::out) ; in regularize_curve()
/external/oprofile/libutil++/
Dcverb.cpp35 ofstream fout("/dev/null");
/external/openfst/src/bin/
Dfstprint.cc63 ostrm = new fst::ofstream(argv[2]); in main()
Dfstdraw.cc70 ostrm = new fst::ofstream(argv[2]); in main()

123