HomeSort by relevance Sort by last modified time
    Searched refs:wostream (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/libcxx/src/
iostream.cpp 30 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcout[sizeof(wostream)];
31 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcerr[sizeof(wostream)];
32 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)];
47 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_types+4));
48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 30 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcout[sizeof(wostream)];
31 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcerr[sizeof(wostream)];
32 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wclog[sizeof(wostream)];
47 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_types+4));
48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5))
    [all...]
  /external/stlport/src/
iostream.cpp 77 _STLP_DECLSPEC wostream wcout(0);
78 _STLP_DECLSPEC wostream wcerr(0);
79 _STLP_DECLSPEC wostream wclog(0);
120 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcout;
121 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcerr;
122 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wclog;
125 _Stl_aligned_buffer<wostream> wcout;
126 _Stl_aligned_buffer<wostream> wcerr;
127 _Stl_aligned_buffer<wostream> wclog;
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release()
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 77 _STLP_DECLSPEC wostream wcout(0);
78 _STLP_DECLSPEC wostream wcerr(0);
79 _STLP_DECLSPEC wostream wclog(0);
120 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcout;
121 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcerr;
122 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wclog;
125 _Stl_aligned_buffer<wostream> wcout;
126 _Stl_aligned_buffer<wostream> wcerr;
127 _Stl_aligned_buffer<wostream> wclog;
239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release()
    [all...]
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 56 std::wostream os((std::wstreambuf*)0);
64 std::wostream os(&sb);
71 std::wostream os(&sb);
80 std::wostream os(&sb);
CharT_pointer.pass.cpp 56 std::wostream os((std::wstreambuf*)0);
64 std::wostream os(&sb);
71 std::wostream os(&sb);
80 std::wostream os(&sb);
char_to_wide.pass.cpp 56 std::wostream os((std::wstreambuf*)0);
64 std::wostream os(&sb);
71 std::wostream os(&sb);
80 std::wostream os(&sb);
char_to_wide_pointer.pass.cpp 56 std::wostream os((std::wstreambuf*)0);
64 std::wostream os(&sb);
71 std::wostream os(&sb);
80 std::wostream os(&sb);
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp 53 std::wostream os(&sb);
  /external/libcxx/test/input.output/iostream.format/std.manip/
setfill.pass.cpp 34 std::wostream os(&sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 56 std::wostream os((std::wstreambuf*)0);
64 std::wostream os(&sb);
71 std::wostream os(&sb);
80 std::wostream os(&sb);
CharT_pointer.pass.cpp 56 std::wostream os((std::wstreambuf*)0);
64 std::wostream os(&sb);
71 std::wostream os(&sb);
80 std::wostream os(&sb);
char_to_wide.pass.cpp 56 std::wostream os((std::wstreambuf*)0);
64 std::wostream os(&sb);
71 std::wostream os(&sb);
80 std::wostream os(&sb);
char_to_wide_pointer.pass.cpp 56 std::wostream os((std::wstreambuf*)0);
64 std::wostream os(&sb);
71 std::wostream os(&sb);
80 std::wostream os(&sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp 53 std::wostream os(&sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
setfill.pass.cpp 34 std::wostream os(&sb);
  /external/stlport/stlport/
iostream 78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
iostream 78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
iostream 78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
iostream 78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
iostream 78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
iostream 78 extern _STLP_DECLSPEC wostream wcout;
79 extern _STLP_DECLSPEC wostream wcerr;
80 extern _STLP_DECLSPEC wostream wclog;
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 24 std::wostream mystr(&mybuf);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 24 std::wostream mystr(&mybuf);

Completed in 433 milliseconds

1 2 3 4