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

  /external/libcxx/test/std/input.output/iostream.objects/wide.stream.objects/
wcerr.pass.cpp 12 // istream wcerr;
20 std::wcerr << L"Hello World!\n";
22 assert(std::wcerr.tie() == &std::wcout);
23 assert(std::wcerr.flags() & std::ios_base::unitbuf);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/wide.stream.objects/
wcerr.pass.cpp 12 // istream wcerr;
20 std::wcerr << L"Hello World!\n";
22 assert(std::wcerr.tie() == &std::wcout);
23 assert(std::wcerr.flags() & std::ios_base::unitbuf);
  /external/libcxx/src/
iostream.cpp 31 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcerr[sizeof(wostream)]; variable
48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 31 _ALIGNAS_TYPE (wostream) _LIBCPP_FUNC_VIS char wcerr[sizeof(wostream)]; variable
48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5));
  /ndk/sources/cxx-stl/stlport/stlport/
iostream.h 45 using _STLP_STD::wcerr;
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp 93 CPPUNIT_CHECK( wcerr.rdbuf()->in_avail() == 0 );
  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 93 CPPUNIT_CHECK( wcerr.rdbuf()->in_avail() == 0 );
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
iostream.h 45 using _STLP_STD::wcerr;
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
iostream.h 45 using _STLP_STD::wcerr;
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
iostream.h 45 using _STLP_STD::wcerr;
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
iostream.h 45 using _STLP_STD::wcerr;
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
iostream.h 45 using _STLP_STD::wcerr;
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 78 _STLP_DECLSPEC wostream wcerr(0);
121 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcerr;
126 _Stl_aligned_buffer<wostream> wcerr;
131 # pragma alias("?wcerr@std@@3V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wcerr@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@@1@A")
240 wostream* ptr_wcerr = new(&wcerr) wostream(werr.get()); werr.release();
274 wostream* ptr_wcerr = &wcerr;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i 303 extern wostream wcerr;
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 780 milliseconds