Home
last modified time | relevance | path

Searched refs:clog (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp40 # define clog _STLP_clog macro
73 _STLP_DECLSPEC ostream clog(0); variable
103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog;
108 _Stl_aligned_buffer<ostream> clog;
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release(); in _S_initialize()
253 ostream* ptr_clog = &clog; in _S_uninitialize()
343 delete (&clog)->rdbuf(clog_buf.release()); in sync_with_stdio()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Diostream.h14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
/ndk/sources/cxx-stl/stlport/stlport/
Diostream54 # define clog _STLP_clog
61 // program; the same applies to cout and wcout, and cerr/clog and
69 extern _STLP_DECLSPEC ofstream clog;
73 extern _STLP_DECLSPEC ostream clog;
Diostream.h38 using _STLP_STD::clog;
/ndk/sources/cxx-stl/stlport/stlport/using/
Diostream7 using _STLP_VENDOR_STD::clog;
/ndk/tests/device/test-gnustl-full/unit/
Diostream_test.cpp86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 ); in in_avail()
/ndk/tests/device/test-stlport/unit/
Diostream_test.cpp86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 ); in in_avail()