/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/wide.stream.objects/ |
wcout.pass.cpp | 12 // istream wcout; 19 std::wcout << L"Hello World!\n"; 21 (void)std::wcout;
|
wcin.pass.cpp | 20 std::wcout << L"Hello World!\n"; 22 std::wcout << L"Enter a number: "; 24 std::wcout << L"The number is : " << i << L'\n'; 26 assert(std::wcin.tie() == &std::wcout);
|
wcerr.pass.cpp | 22 assert(std::wcerr.tie() == &std::wcout);
|
/external/chromium_org/chrome_frame/test/ |
external_sites_test.cc | 38 std::wcout << L"Navigating to site: " << GetParam() << std::endl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
iostream.cpp | 30 _ALIGNAS_TYPE (wostream) char wcout[sizeof(wostream)]; variable 47 wostream* wcout_ptr = ::new(wcout) wostream(::new(__wcout) __stdoutbuf<wchar_t>(stdout, state_types+4)); 62 wostream* wcout_ptr = reinterpret_cast<wostream*>(wcout);
|
/external/stlport/stlport/ |
iostream.h | 43 using _STLP_STD::wcout;
|
iostream | 61 // program; the same applies to cout and wcout, and cerr/clog and 78 extern _STLP_DECLSPEC wostream wcout;
|
/external/stlport/test/unit/ |
iostream_test.cpp | 91 CPPUNIT_CHECK( wcout.rdbuf()->in_avail() == 0 ); 109 // wcout.imbue(loc); 110 // wcout << L"Hello world" << endl; 111 // wcout.imbue(loc); 112 // wcout << L"Hello world" << endl;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
iostream.h | 43 using _STLP_STD::wcout;
|
iostream | 61 // program; the same applies to cout and wcout, and cerr/clog and 78 extern _STLP_DECLSPEC wostream wcout;
|
/ndk/tests/device/test-gnustl-full/unit/ |
iostream_test.cpp | 91 CPPUNIT_CHECK( wcout.rdbuf()->in_avail() == 0 ); 109 // wcout.imbue(loc); 110 // wcout << L"Hello world" << endl; 111 // wcout.imbue(loc); 112 // wcout << L"Hello world" << endl;
|
/ndk/tests/device/test-stlport/unit/ |
iostream_test.cpp | 91 CPPUNIT_CHECK( wcout.rdbuf()->in_avail() == 0 ); 109 // wcout.imbue(loc); 110 // wcout << L"Hello world" << endl; 111 // wcout.imbue(loc); 112 // wcout << L"Hello world" << endl;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
iostream.h | 43 using _STLP_STD::wcout;
|
iostream | 61 // program; the same applies to cout and wcout, and cerr/clog and 78 extern _STLP_DECLSPEC wostream wcout;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
iostream.h | 43 using _STLP_STD::wcout;
|
iostream | 61 // program; the same applies to cout and wcout, and cerr/clog and 78 extern _STLP_DECLSPEC wostream wcout;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
iostream.h | 43 using _STLP_STD::wcout;
|
iostream | 61 // program; the same applies to cout and wcout, and cerr/clog and 78 extern _STLP_DECLSPEC wostream wcout;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
iostream.h | 43 using _STLP_STD::wcout;
|
iostream | 61 // program; the same applies to cout and wcout, and cerr/clog and 78 extern _STLP_DECLSPEC wostream wcout;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
iostream.h | 43 using _STLP_STD::wcout;
|
iostream | 61 // program; the same applies to cout and wcout, and cerr/clog and 78 extern _STLP_DECLSPEC wostream wcout;
|
/external/stlport/src/ |
iostream.cpp | 77 _STLP_DECLSPEC wostream wcout(0); 120 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcout; 125 _Stl_aligned_buffer<wostream> wcout; 130 # pragma alias("?wcout@std@@3V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wcout@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@@1@A") 239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release(); 273 wostream* ptr_wcout = &wcout;
|
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 77 _STLP_DECLSPEC wostream wcout(0); 120 _STLP_DECLSPEC _Stl_aligned_buffer<wostream> wcout; 125 _Stl_aligned_buffer<wostream> wcout; 130 # pragma alias("?wcout@std@@3V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@A", "?wcout@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@_YV?$char_traits@std@_Y@1@@1@@1@A") 239 wostream* ptr_wcout = new(&wcout) wostream(wout.get()); wout.release(); 273 wostream* ptr_wcout = &wcout;
|
/external/jpeg/ |
ltconfig | 980 wcout=`wc "$nlist" 2>/dev/null` 981 count=`$echo "X$wcout" | $Xsed -e 's/^[ ]*\([0-9][0-9]*\).*$/\1/'` [all...] |