/external/stlport/stlport/using/h/ |
fstream.h | 3 using ::ofstream;
|
/external/valgrind/main/none/tests/ |
gxx304.cpp | 4 std::ofstream pippo("pluto");
|
/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/stlport/stlport/using/ |
fstream | 9 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
iosfwd | 33 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
fstream | 9 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
iosfwd | 33 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/ |
fstream | 9 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
iosfwd | 33 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/ |
fstream | 9 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
iosfwd | 33 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
/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/libutil++/ |
cverb.cpp | 33 // The right way is to use: ofstream fout; but cverb(fout.rdbuf()) receive 35 ofstream fout("/dev/null");
|
/external/oprofile/libabi/tests/ |
abi_test.cpp | 50 ofstream file(abi_filename.c_str());
|
/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/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 143 ofstream out;
|