Home
last modified time | relevance | path

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

12

/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp98 ofstream f( "test_file.txt" ); in output()
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg()
295 ofstream o( "test_file.txt" ); in tellp()
299 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); in tellp()
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) ); in tellp()
303 ofstream o( "test_file.txt" ); in tellp()
307 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); in tellp()
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) ); in tellp()
338 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp()
339 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expe… in tellp()
[all …]
Dcodecvt_test.cpp296 ofstream ostr(fileName); in variable_encoding()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp98 ofstream f( "test_file.txt" ); in output()
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg()
295 ofstream o( "test_file.txt" ); in tellp()
299 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); in tellp()
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) ); in tellp()
303 ofstream o( "test_file.txt" ); in tellp()
307 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); in tellp()
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) ); in tellp()
338 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp()
339 …CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expe… in tellp()
[all …]
Dcodecvt_test.cpp296 ofstream ostr(fileName); in variable_encoding()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
Dmove.pass.cpp26 std::ofstream fso(temp.c_str()); in main()
27 std::ofstream fs = move(fso); in main()
Ddefault.pass.cpp23 std::ofstream fs; in main()
Dstring.pass.cpp25 std::ofstream fs(temp); in main()
Dpointer.pass.cpp25 std::ofstream fs(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Dmove_assign.pass.cpp26 std::ofstream fso(temp.c_str()); in main()
27 std::ofstream fs; in main()
Dmember_swap.pass.cpp26 std::ofstream fs1(temp1.c_str()); in main()
27 std::ofstream fs2(temp2.c_str()); in main()
Dnonmember_swap.pass.cpp27 std::ofstream fs1(temp1.c_str()); in main()
28 std::ofstream fs2(temp2.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Doverflow.pass.cpp44 std::ofstream bs("overflow.dat"); in main()
61 std::ofstream bs("overflow.dat"); in main()
79 std::ofstream bs("overflow.dat"); in main()
Dtest.pass.cpp22 std::ofstream bytestream("myfile.txt"); in main()
/ndk/sources/cxx-stl/stlport/stlport/
Diostream32 // 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/using/h/
Dfstream.h3 using ::ofstream;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
Drdbuf.pass.cpp25 std::ofstream fs(temp.c_str()); in main()
Dclose.pass.cpp25 std::ofstream fs; in main()
Dopen_string.pass.cpp25 std::ofstream fs; in main()
Dopen_pointer.pass.cpp25 std::ofstream fs; in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dfstream9 using _STLP_NEW_IO_NAMESPACE::ofstream;
Diosfwd33 using _STLP_NEW_IO_NAMESPACE::ofstream;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
Diosfwd.pass.cpp116 std::ofstream* t3 = 0; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diosfwd63 typedef basic_ofstream<char> ofstream;
157 typedef basic_ofstream<char> ofstream;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_parameters.ipp478 static std::ofstream log_file( sink_name.c_str() );
495 static std::ofstream report_file( sink_name.c_str() );

12