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

1 2

  /external/stlport/stlport/using/
iostream 13 using _STLP_VENDOR_STD::wclog;
  /ndk/sources/cxx-stl/stlport/stlport/using/
iostream 13 using _STLP_VENDOR_STD::wclog;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
iostream 13 using _STLP_VENDOR_STD::wclog;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
iostream 13 using _STLP_VENDOR_STD::wclog;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
iostream 13 using _STLP_VENDOR_STD::wclog;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
iostream 13 using _STLP_VENDOR_STD::wclog;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.objects/wide.stream.objects/
wclog.pass.cpp 12 // istream wclog;
19 std::wclog << L"Hello World!\n";
21 (void)std::wclog;
  /ndk/sources/cxx-stl/llvm-libc++/include/
iostream 31 extern wostream wclog;
56 extern _LIBCPP_VISIBLE wostream wclog;
  /ndk/sources/cxx-stl/llvm-libc++/src/
iostream.cpp 30 _ALIGNAS_TYPE (wostream) char wclog[sizeof(wostream)]; variable
47 ::new(wclog) wostream(wcerr_ptr->rdbuf());
61 wostream* wclog_ptr = (wostream*)wclog;
  /external/stlport/stlport/
iostream 62 // wcerr/wclog.
80 extern _STLP_DECLSPEC wostream wclog;
iostream.h 44 using _STLP_STD::wclog;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
80 extern _STLP_DECLSPEC wostream wclog;
iostream.h 44 using _STLP_STD::wclog;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
80 extern _STLP_DECLSPEC wostream wclog;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
80 extern _STLP_DECLSPEC wostream wclog;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
80 extern _STLP_DECLSPEC wostream wclog;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
iostream 62 // wcerr/wclog.
80 extern _STLP_DECLSPEC wostream wclog;
  /external/stlport/test/unit/
iostream_test.cpp 92 CPPUNIT_CHECK( wclog.rdbuf()->in_avail() == 0 );
  /ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp 92 CPPUNIT_CHECK( wclog.rdbuf()->in_avail() == 0 );
  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 92 CPPUNIT_CHECK( wclog.rdbuf()->in_avail() == 0 );
  /external/stlport/src/
iostream.cpp 79 _STLP_DECLSPEC wostream wclog(0);
122 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wclog;
127 _Stl_aligned_buffer<wostream> wclog;
132 # pragma alias("?wclog@std@@3V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wclog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@@1@A")
241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release();
275 wostream* ptr_wclog = &wclog;
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 79 _STLP_DECLSPEC wostream wclog(0);
122 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wclog;
127 _Stl_aligned_buffer<wostream> wclog;
132 # pragma alias("?wclog@std@@3V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wclog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@@1@A")
241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release();
275 wostream* ptr_wclog = &wclog;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
iostream 67 extern wostream wclog; ///< Linked to standard error (buffered)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
iostream 70 extern wostream wclog; /// Linked to standard error (buffered)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
iostream 70 extern wostream wclog; /// Linked to standard error (buffered)

Completed in 497 milliseconds

1 2