HomeSort by relevance Sort by last modified time
    Searched refs:ofstream (Results 1 - 25 of 50) sorted by null

1 2

  /external/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/h/
fstream.h 3 using ::ofstream;
  /external/valgrind/main/none/tests/
gxx304.cpp 4 std::ofstream pippo("pluto");
  /external/stlport/stlport/
iostream 32 // for ofstream redirection
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 32 // for ofstream redirection
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
iostream 32 // for ofstream redirection
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
iostream 32 // for ofstream redirection
67 extern _STLP_DECLSPEC ofstream cout;
68 extern _STLP_DECLSPEC ofstream cerr;
69 extern _STLP_DECLSPEC ofstream clog;
  /external/stlport/test/unit/
fstream_test.cpp 98 ofstream f( "test_file.txt" );
214 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
277 ofstream o( "test_file.txt" );
281 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
282 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
285 ofstream o( "test_file.txt" );
289 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
290 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
293 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
320 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 98 ofstream f( "test_file.txt" );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
295 ofstream o( "test_file.txt" );
299 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
303 ofstream o( "test_file.txt" );
307 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
311 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
338 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 98 ofstream f( "test_file.txt" );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
295 ofstream o( "test_file.txt" );
299 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
303 ofstream o( "test_file.txt" );
307 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
311 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
338 ofstream o( "test_file.txt", ios_base::app | ios_base::out )
    [all...]
  /external/oprofile/libabi/tests/
abi_test.cpp 50 ofstream file(abi_filename.c_str());
  /external/oprofile/libutil++/
cverb.cpp 33 // The right way is to use: ofstream fout; but cverb(fout.rdbuf()) receive
35 ofstream fout("/dev/null");
file_manip.cpp 63 ofstream out(destination.c_str(), ios::trunc);
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 30 static inline void writeInteger(unsigned num, std::ofstream& ARFile) {
204 std::ofstream& ARFile,
294 Archive::writeSymbolTable(std::ofstream& ARFile) {
374 std::ofstream ArchiveFile(TmpArchive.c_str(), io_mode);
432 std::ofstream FinalFile(FinalFilePath.c_str(), io_mode);
  /external/libvpx/vp8/encoder/
parms.cpp 102 ofstream debug_file(filename,ios_base::app);
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 49 std::ofstream outfile;
107 std::ofstream outfile;
192 std::ofstream outfile;
272 std::ofstream outfile;
  /external/llvm/include/llvm/Bitcode/
Archive.h 484 /// @brief Write the symbol table to an ofstream.
485 void writeSymbolTable(std::ofstream& ARFile);
487 /// Writes one ArchiveMember to an ofstream. If an error occurs, returns
494 std::ofstream& ARFile, ///< The file to write member onto
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 259 ofstream strm(filename.c_str());
274 ofstream strm(filename.c_str());
  /external/llvm/tools/gold/
gold-plugin.cpp 347 std::ofstream api_file;
351 api_file.open("apifile.txt", std::ofstream::out | std::ofstream::trunc);
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.cpp 143 ofstream out;
  /external/stlport/stlport/stl/
_iosfwd.h 132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef

Completed in 7049 milliseconds

1 2