HomeSort by relevance Sort by last modified time
    Searched refs:wfstream (Results 1 - 22 of 22) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
default.pass.cpp 26 std::wfstream fs;
move.pass.cpp 37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out
39 std::wfstream fs = move(fso);
pointer.pass.cpp 35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out
string.pass.cpp 36 std::wfstream fs(temp,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
rdbuf.pass.cpp 27 std::wfstream fs;
close.pass.cpp 34 std::wfstream fs;
open_pointer.pass.cpp 38 std::wfstream fs;
open_string.pass.cpp 38 std::wfstream fs;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out
40 std::wfstream fs;
member_swap.pass.cpp 49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
nonmember_swap.pass.cpp 50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
  /external/stlport/stlport/stl/
_iosfwd.h 150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 135 std::wfstream* t4 = 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iosfwd.h 150 typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream; typedef
  /external/stlport/test/unit/
fstream_test.cpp 451 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
461 wfstream s( "test_file.txt", ios_base::in | ios_base::out );
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
479 wfstream s( "test_file.txt", ios_base::in | ios_base::out );
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
479 wfstream s( "test_file.txt", ios_base::in | ios_base::out );

Completed in 1109 milliseconds