/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/ |
D | move.pass.cpp | 26 std::fstream fso(temp, std::ios_base::in | std::ios_base::out in main() 28 std::fstream fs = move(fso); in main()
|
D | default.pass.cpp | 23 std::fstream fs; in main()
|
D | string.pass.cpp | 25 std::fstream fs(temp, in main()
|
D | pointer.pass.cpp | 25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/ |
D | move_assign.pass.cpp | 26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() 28 std::fstream fs; in main()
|
D | member_swap.pass.cpp | 26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() 28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out in main()
|
D | nonmember_swap.pass.cpp | 27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() 29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | fstream_test.cpp | 365 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf() 395 … fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in seek() 403 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary ); in seek() 409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) ); in seek() 410 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) ); in seek() 421 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek() 429 fstream s( "test_file.txt", ios_base::in | ios_base::out ); in seek() 436 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek() 449 CPPUNIT_ASSERT( pos == fstream::pos_type(5) ); in seek() 450 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff(-5, ios_base::cur) == fstream::pos_type(0) ); in seek() [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | fstream_test.cpp | 365 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf() 395 … fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in seek() 403 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary ); in seek() 409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) ); in seek() 410 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) ); in seek() 421 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); in seek() 429 fstream s( "test_file.txt", ios_base::in | ios_base::out ); in seek() 436 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur); in seek() 449 CPPUNIT_ASSERT( pos == fstream::pos_type(5) ); in seek() 450 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff(-5, ios_base::cur) == fstream::pos_type(0) ); in seek() [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
D | fstream.h | 4 using ::fstream;
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | export | 2 fstream
|
D | fstream | 11 using _STLP_NEW_IO_NAMESPACE::fstream;
|
D | iosfwd | 34 using _STLP_NEW_IO_NAMESPACE::fstream;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/ |
D | rdbuf.pass.cpp | 23 std::fstream fs; in main()
|
D | close.pass.cpp | 25 std::fstream fs; in main()
|
D | open_string.pass.cpp | 25 std::fstream fs; in main()
|
D | open_pointer.pass.cpp | 25 std::fstream fs; in main()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | fstream | 46 # include_next <fstream> 48 # include _STLP_NATIVE_HEADER(fstream)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
D | seekoff.pass.cpp | 41 std::fstream bs("seekoff.dat", std::ios::trunc | std::ios::in in main()
|
D | pbackfail.pass.cpp | 51 std::fstream bs("underflow.dat"); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | logged_expectations.ipp | 37 #include <fstream> 64 std::fstream m_log_file;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 117 std::fstream* t4 = 0; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iosfwd | 64 typedef basic_fstream<char> fstream; 158 typedef basic_fstream<char> fstream;
|
/ndk/sources/cxx-stl/stlport/ |
D | Android.mk | 21 src/fstream.cpp \
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _iosfwd.h | 133 typedef basic_fstream<char, char_traits<char> > fstream; typedef
|