/external/stlport/test/unit/ |
D | fstream_test.cpp | 98 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/ |
D | MarketIO.h | 85 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/ |
D | iostream | 32 // 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/ |
D | page_load_test.cc | 152 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/ |
D | x86_timer.hh | 121 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/ |
D | stlist.h | 63 new ofstream(filename.c_str(), ofstream::out | ofstream::binary)), in STListWriter()
|
D | sttable.h | 55 : stream_(filename.c_str(), ofstream::out | ofstream::binary), in STTableWriter() 98 ofstream stream_; // Output stream
|
/external/valgrind/main/none/tests/ |
D | gxx304.cpp | 4 std::ofstream pippo("pluto"); in main()
|
/external/stlport/stlport/using/h/ |
D | fstream.h | 3 using ::ofstream;
|
/external/openfst/src/include/fst/ |
D | symbol-table.h | 351 ofstream strm(filename.c_str(), ofstream::out | ofstream::binary); in Write() 366 ofstream strm(filename.c_str()); in WriteText()
|
/external/srec/tools/grxmlcompile/ |
D | netw_dump.cpp | 49 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/ |
D | fstream | 9 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
D | iosfwd | 33 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
/external/chromium_org/tools/gn/ |
D | ninja_build_writer.cc | 116 std::ofstream file; in RunAndWriteFile() 122 std::ofstream depfile; in RunAndWriteFile()
|
D | ninja_toolchain_writer.cc | 52 std::ofstream file; in RunAndWriteFile()
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | xy_file.hh | 66 ofstream outfile (filename.c_str(),ios::out) ; in dump_xy_file()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | symbol-table.h | 259 ofstream strm(filename.c_str()); in Write() 274 ofstream strm(filename.c_str()); in WriteText()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 367 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/ |
D | text-io.cc | 72 strm = new ofstream(filename.c_str()); in WritePotentials()
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 44 std::ofstream statbuf; in main()
|
/external/oprofile/libabi/tests/ |
D | abi_test.cpp | 50 ofstream file(abi_filename.c_str()); in main()
|
/external/eigen/bench/btl/data/ |
D | regularize.cxx | 77 ofstream output_file (filename.c_str(),ios::out) ; in regularize_curve()
|
/external/oprofile/libutil++/ |
D | cverb.cpp | 35 ofstream fout("/dev/null");
|
/external/openfst/src/bin/ |
D | fstprint.cc | 63 ostrm = new fst::ofstream(argv[2]); in main()
|
D | fstdraw.cc | 70 ostrm = new fst::ofstream(argv[2]); in main()
|