/ndk/tests/device/test-gnustl-full/unit/ |
D | fstream_test.cpp | 98 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 …]
|
D | codecvt_test.cpp | 296 ofstream ostr(fileName); in variable_encoding()
|
/ndk/tests/device/test-stlport/unit/ |
D | fstream_test.cpp | 98 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 …]
|
D | codecvt_test.cpp | 296 ofstream ostr(fileName); in variable_encoding()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/ |
D | move.pass.cpp | 26 std::ofstream fso(temp.c_str()); in main() 27 std::ofstream fs = move(fso); in main()
|
D | default.pass.cpp | 23 std::ofstream fs; in main()
|
D | string.pass.cpp | 25 std::ofstream fs(temp); in main()
|
D | pointer.pass.cpp | 25 std::ofstream fs(temp.c_str()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/ |
D | move_assign.pass.cpp | 26 std::ofstream fso(temp.c_str()); in main() 27 std::ofstream fs; in main()
|
D | member_swap.pass.cpp | 26 std::ofstream fs1(temp1.c_str()); in main() 27 std::ofstream fs2(temp2.c_str()); in main()
|
D | nonmember_swap.pass.cpp | 27 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/ |
D | overflow.pass.cpp | 44 std::ofstream bs("overflow.dat"); in main() 61 std::ofstream bs("overflow.dat"); in main() 79 std::ofstream bs("overflow.dat"); in main()
|
D | test.pass.cpp | 22 std::ofstream bytestream("myfile.txt"); in main()
|
/ndk/sources/cxx-stl/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;
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
D | fstream.h | 3 using ::ofstream;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/ |
D | rdbuf.pass.cpp | 25 std::ofstream fs(temp.c_str()); in main()
|
D | close.pass.cpp | 25 std::ofstream fs; in main()
|
D | open_string.pass.cpp | 25 std::ofstream fs; in main()
|
D | open_pointer.pass.cpp | 25 std::ofstream fs; in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | fstream | 9 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
D | iosfwd | 33 using _STLP_NEW_IO_NAMESPACE::ofstream;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 116 std::ofstream* t3 = 0; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iosfwd | 63 typedef basic_ofstream<char> ofstream; 157 typedef basic_ofstream<char> ofstream;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _iosfwd.h | 132 typedef basic_ofstream<char, char_traits<char> > ofstream; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_parameters.ipp | 478 static std::ofstream log_file( sink_name.c_str() ); 495 static std::ofstream report_file( sink_name.c_str() );
|