HomeSort by relevance Sort by last modified time
    Searched refs:clog (Results 1 - 25 of 43) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.objects/narrow.stream.objects/
clog.pass.cpp 12 // istream clog;
19 std::clog << "Hello World!\n";
21 (void)std::clog;
  /ndk/tests/device/issue35933-lambda/jni/
issue35933-lambda.cpp 20 std::clog << "in Call" << std::endl;
26 std::clog << "in test_lambda" << std::endl;
29 std::clog << "in lambda" << std::endl;
38 std::clog << "start" << std::endl;
40 std::clog << "after first call" << std::endl;
42 std::clog << "after second call" << std::endl;
44 std::clog << "after third call" << std::endl;
  /external/stlport/stlport/using/h/
iostream.h 14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
  /external/iproute2/tc/
tc_red.c 77 int clog; local
82 for (clog=0; clog<32; clog++) {
83 if (maxtime/(1<<clog) < 512)
86 if (clog >= 32)
91 sbuf[i] = (i<<clog)*lW;
96 return clog;
  /external/stlport/stlport/
iostream 54 # 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;
iostream.h 38 using _STLP_STD::clog;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 54 # 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;
iostream.h 38 using _STLP_STD::clog;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
iostream 54 # 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;
iostream.h 38 using _STLP_STD::clog;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
iostream 54 # 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;
iostream.h 38 using _STLP_STD::clog;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
iostream 54 # 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;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
iostream 54 # 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;
  /ndk/sources/cxx-stl/llvm-libc++/src/
iostream.cpp 26 _ALIGNAS_TYPE (ostream) char clog[sizeof(ostream)]; variable
39 ::new(clog) ostream(cerr_ptr->rdbuf());
56 ostream* clog_ptr = (ostream*)clog;
  /external/stlport/src/
iostream.cpp 40 # define clog _STLP_clog macro
73 _STLP_DECLSPEC ostream clog(0);
103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog;
108 _Stl_aligned_buffer<ostream> clog;
113 # pragma alias("?clog@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?clog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release();
253 ostream* ptr_clog = &clog;
343 delete (&clog)->rdbuf(clog_buf.release());
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 40 # define clog _STLP_clog macro
73 _STLP_DECLSPEC ostream clog(0);
103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog;
108 _Stl_aligned_buffer<ostream> clog;
113 # pragma alias("?clog@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?clog@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
227 /*ostream* ptr_clog = */ new(&clog) ostream(clog_buf.get()); clog_buf.release();
253 ostream* ptr_clog = &clog;
343 delete (&clog)->rdbuf(clog_buf.release());
  /external/stlport/test/unit/
iostream_test.cpp 86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 );
  /ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp 86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 );
  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 86 CPPUNIT_CHECK( clog.rdbuf()->in_avail() == -1 );

Completed in 1827 milliseconds

1 2