/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/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/llvm/lib/Archive/ |
D | ArchiveWriter.cpp | 30 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/ |
D | symbol-table.h | 335 ofstream strm(filename.c_str(), ofstream::out | ofstream::binary); in Write() 348 ofstream strm(filename.c_str()); in WriteText()
|
D | encode.h | 371 ofstream strm(filename.c_str(), ofstream::out | ofstream::binary); in Write()
|
/external/openfst/src/include/fst/extensions/far/ |
D | stlist.h | 62 new ofstream(filename.c_str(), ofstream::out | ofstream::binary)), in STListWriter()
|
D | sttable.h | 54 : stream_(filename.c_str(), ofstream::out | ofstream::binary), in STTableWriter() 97 ofstream stream_; // Output stream
|
D | print-strings.h | 108 ofstream ostrm(filename.c_str()); in FarPrintStrings()
|
/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/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/llvm/include/llvm/Bitcode/ |
D | Archive.h | 485 void writeSymbolTable(std::ofstream& ARFile); 494 std::ofstream& ARFile, ///< The file to write member onto
|
/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 | 368 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/ |
D | text-io.cc | 72 strm = new ofstream(filename.c_str()); in WritePotentials()
|
/external/oprofile/libabi/tests/ |
D | abi_test.cpp | 50 ofstream file(abi_filename.c_str()); in main()
|
/external/oprofile/libutil++/ |
D | cverb.cpp | 35 ofstream fout("/dev/null");
|
D | file_manip.cpp | 63 ofstream out(destination.c_str(), ios::trunc); in copy_file()
|
/external/openfst/src/bin/ |
D | fstprint.cc | 63 ostrm = new fst::ofstream(argv[2]); in main()
|
D | fstdraw.cc | 72 ostrm = new fst::ofstream(argv[2]); in main()
|
/external/libvpx/vp8/encoder/ |
D | parms.cpp | 102 ofstream debug_file(filename,ios_base::app);
|
/external/icu4c/tools/tzcode/ |
D | icuzdump.cpp | 388 ofstream* fout = new ofstream(path.str().c_str(), mode); in main()
|
/external/icu4c/test/perf/DateFmtPerf/ |
D | DateFmtPerf.cpp | 143 ofstream out; in main()
|