Home
last modified time | relevance | path

Searched refs:cerr (Results 1 – 15 of 15) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp39 # define cerr _STLP_cerr macro
72 _STLP_DECLSPEC ostream cerr(0); variable
102 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cerr;
107 _Stl_aligned_buffer<ostream> cerr;
226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release(); in _S_initialize()
252 ostream* ptr_cerr = &cerr; in _S_uninitialize()
342 delete (&cerr)->rdbuf(cerr_buf.release()); in sync_with_stdio()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Diostream.h11 #if !defined(cerr)
12 using _STLP_OLD_IO_NAMESPACE::cerr;
/ndk/sources/cxx-stl/stlport/stlport/
Diostream53 # define cerr _STLP_cerr
61 // program; the same applies to cout and wcout, and cerr/clog and
68 extern _STLP_DECLSPEC ofstream cerr;
72 extern _STLP_DECLSPEC ostream cerr;
Diostream.h39 using _STLP_STD::cerr;
/ndk/tests/device/test-gnustl-full/unit/
Dswap_test.cpp124 cerr << "false type" << endl; in swap_container_spec()
126 cerr << "true type" << endl; in swap_container_spec()
128 cerr << "unknown type" << endl; in swap_container_spec()
Diostream_test.cpp87 CPPUNIT_CHECK( cerr.rdbuf()->in_avail() == -1 ); in in_avail()
Dnum_put_get_test.cpp1175cerr << "01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678… in fix_float_long()
1176 cerr << str.str() << endl; in fix_float_long()
1177 cerr << delta << endl; in fix_float_long()
1178 cerr << f << endl; in fix_float_long()
Dcodecvt_test.cpp331 cerr << "out!\n"; in variable_encoding()
333 cerr << "fin!\n"; in variable_encoding()
Dhash_test.cpp234 cerr << h->second << ", "; // print all data for that key in Hash-Table in check_keys()
/ndk/tests/device/test-stlport/unit/
Dswap_test.cpp124 cerr << "false type" << endl; in swap_container_spec()
126 cerr << "true type" << endl; in swap_container_spec()
128 cerr << "unknown type" << endl; in swap_container_spec()
Diostream_test.cpp87 CPPUNIT_CHECK( cerr.rdbuf()->in_avail() == -1 ); in in_avail()
Dnum_put_get_test.cpp1175cerr << "01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678… in fix_float_long()
1176 cerr << str.str() << endl; in fix_float_long()
1177 cerr << delta << endl; in fix_float_long()
1178 cerr << f << endl; in fix_float_long()
Dcodecvt_test.cpp331 cerr << "out!\n"; in variable_encoding()
333 cerr << "fin!\n"; in variable_encoding()
Dhash_test.cpp234 cerr << h->second << ", "; // print all data for that key in Hash-Table in check_keys()
/ndk/sources/cxx-stl/stlport/stlport/using/
Diostream6 using _STLP_VENDOR_STD::cerr;