Home
last modified time | relevance | path

Searched refs:fstream (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
Dmove.pass.cpp26 std::fstream fso(temp, std::ios_base::in | std::ios_base::out in main()
28 std::fstream fs = move(fso); in main()
Ddefault.pass.cpp23 std::fstream fs; in main()
Dstring.pass.cpp25 std::fstream fs(temp, in main()
Dpointer.pass.cpp25 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/
Dmove_assign.pass.cpp26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
28 std::fstream fs; in main()
Dmember_swap.pass.cpp26 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()
Dnonmember_swap.pass.cpp27 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/
Dfstream_test.cpp365 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf()
395fstream 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/
Dfstream_test.cpp365 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf()
395fstream 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/
Dfstream.h4 using ::fstream;
/ndk/sources/cxx-stl/stlport/stlport/using/
Dexport2 fstream
Dfstream11 using _STLP_NEW_IO_NAMESPACE::fstream;
Diosfwd34 using _STLP_NEW_IO_NAMESPACE::fstream;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
Drdbuf.pass.cpp23 std::fstream fs; in main()
Dclose.pass.cpp25 std::fstream fs; in main()
Dopen_string.pass.cpp25 std::fstream fs; in main()
Dopen_pointer.pass.cpp25 std::fstream fs; in main()
/ndk/sources/cxx-stl/stlport/stlport/
Dfstream46 # include_next <fstream>
48 # include _STLP_NATIVE_HEADER(fstream)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dseekoff.pass.cpp41 std::fstream bs("seekoff.dat", std::ios::trunc | std::ios::in in main()
Dpbackfail.pass.cpp51 std::fstream bs("underflow.dat"); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dlogged_expectations.ipp37 #include <fstream>
64 std::fstream m_log_file;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
Diosfwd.pass.cpp117 std::fstream* t4 = 0; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diosfwd64 typedef basic_fstream<char> fstream;
158 typedef basic_fstream<char> fstream;
/ndk/sources/cxx-stl/stlport/
DAndroid.mk21 src/fstream.cpp \
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h133 typedef basic_fstream<char, char_traits<char> > fstream; typedef

12