HomeSort by relevance Sort by last modified time
    Searched full:wcerr (Results 1 - 25 of 43) sorted by null

1 2

  /external/stlport/stlport/using/
iostream 12 using _STLP_VENDOR_STD::wcerr;
  /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);
  /ndk/sources/cxx-stl/stlport/stlport/using/
iostream 12 using _STLP_VENDOR_STD::wcerr;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
iostream 12 using _STLP_VENDOR_STD::wcerr;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
iostream 12 using _STLP_VENDOR_STD::wcerr;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
iostream 12 using _STLP_VENDOR_STD::wcerr;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
iostream 12 using _STLP_VENDOR_STD::wcerr;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
iostream 12 using _STLP_VENDOR_STD::wcerr;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iostream 30 extern wostream wcerr;
55 extern _LIBCPP_FUNC_VIS wostream wcerr;
  /external/stlport/stlport/
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
iostream.h 45 using _STLP_STD::wcerr;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
iostream.h 45 using _STLP_STD::wcerr;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
iostream 62 // wcerr/wclog.
79 extern _STLP_DECLSPEC wostream wcerr;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 31 _ALIGNAS_TYPE (wostream) char wcerr[sizeof(wostream)]; variable
48 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr, state_types+5));
  /external/stlport/test/unit/
iostream_test.cpp 93 CPPUNIT_CHECK( wcerr.rdbuf()->in_avail() == 0 );
  /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 );
  /external/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;
  /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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
iostream 66 extern wostream wcerr; ///< Linked to standard error (unbuffered)

Completed in 1278 milliseconds

1 2