OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcout
(Results
1 - 19
of
19
) sorted by null
/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
;
/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
...]
/external/qemu/distrib/jpeg-6b/
ltconfig
980
wcout
=`wc "$nlist" 2>/dev/null`
981
count=`$echo "X$
wcout
" | $Xsed -e 's/^[ ]*\([0-9][0-9]*\).*$/\1/'`
[
all
...]
Completed in 1054 milliseconds