Home
last modified time | relevance | path

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

/ndk/tests/device/issue35933-lambda/jni/
Dissue35933-lambda.cpp20 std::clog << "in Call" << std::endl; in Call()
26 std::clog << "in test_lambda" << std::endl; in test_lambda()
29 std::clog << "in lambda" << std::endl; in test_lambda()
38 std::clog << "start" << std::endl; in main()
40 std::clog << "after first call" << std::endl; in main()
42 std::clog << "after second call" << std::endl; in main()
44 std::clog << "after third call" << std::endl; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/narrow.stream.objects/
Dclog.pass.cpp19 std::clog << "Hello World!\n"; in main()
21 (void)std::clog; in main()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Diostream.h14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Diostream.cpp28 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)];
41 ::new(clog) ostream(cerr_ptr->rdbuf()); in Init()
58 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~Init()
/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/
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/llvm-libc++/libcxx/include/
Diostream27 extern ostream clog;
52 extern _LIBCPP_FUNC_VIS ostream clog;
/ndk/sources/cxx-stl/stlport/stlport/using/
Diostream7 using _STLP_VENDOR_STD::clog;
/ndk/tests/device/test-stlport/unit/
Diostream_test.cpp86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 ); in in_avail()
/ndk/tests/device/test-gnustl-full/unit/
Diostream_test.cpp86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 ); in in_avail()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1644 $(call gen-test, input.output/iostream.objects/narrow.stream.objects/clog)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1635 $(call gen-test, input.output/iostream.objects/narrow.stream.objects/clog)