Home
last modified time | relevance | path

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

12

/external/iproute2/tc/
Dtc_red.c80 int clog; in tc_red_eval_idle_damping() local
83 for (clog = 0; clog < 32; clog++) { in tc_red_eval_idle_damping()
84 if (maxtime/(1<<clog) < 512) in tc_red_eval_idle_damping()
87 if (clog >= 32) in tc_red_eval_idle_damping()
92 sbuf[i] = (i<<clog)*lW; in tc_red_eval_idle_damping()
97 return clog; in tc_red_eval_idle_damping()
/external/catch2/projects/SelfTest/UsageTests/
DMessage.tests.cpp89 std::clog << "Write to std::clog" << std::endl;
93 std::clog << "leaved";
95 std::clog << "writes";
97 std::clog << " streams" << std::endl;
DTricky.tests.cpp439 std::clog << "Nor would this\n" << std::flush;
DMisc.tests.cpp155 std::clog << "A string sent to stderr via clog" << std::endl;
/external/libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/
Dclog.pass.cpp19 std::clog << "Hello World!\n"; in main()
21 (void)std::clog; in main()
/external/catch2/examples/
D231-Cfg-OutputStreams.cpp37 std::ostream& clog() { in clog() function
42 return clog(); in cerr()
/external/libcxx/src/
Diostream.cpp69 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]
93 ::new(clog) ostream(cerr_ptr->rdbuf()); in Init()
118 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~Init()
/external/libcxx/include/
Diostream27 extern ostream clog;
59 extern _LIBCPP_FUNC_VIS ostream clog;
/external/catch2/include/internal/
Dcatch_output_redirect.cpp48 m_clog( Catch::clog(), m_rss.get() ) in RedirectedStdErr()
127 Catch::clog() << std::flush; in ~OutputRedirect()
Dcatch_stream.cpp185 std::ostream& clog() { return std::clog; } in clog() function
Dcatch_stream.h20 std::ostream& clog();
/external/libcxx/utils/google-benchmark/src/
Dlog.h55 static LogType log(&std::clog); in GetErrorLogInstance()
/external/google-benchmark/src/
Dlog.h55 static LogType log(&std::clog); in GetErrorLogInstance()
/external/google-breakpad/src/processor/
Dlogging.h167 #define BPLOG_INFO_STREAM std::clog
/external/clang/test/CodeGen/
Dlibcall-declarations.c220 double _Complex clog(double _Complex);
306 F(clog), F(clogf), F(clogl), F(cproj), F(cprojf),
/external/catch2/docs/
Dconfiguration.md74 `std::clog`, Catch does not usem the directly, but rather calls
75 `Catch::cout`, `Catch::cerr` and `Catch::clog`. You can replace their
81 std::ostream& clog();
/external/libcxx/test/support/
Dverbose_assert.h26 static void Print(Tp const&) { std::clog << "Value Not Streamable!\n"; } in Print()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc285 AddErrorOrWarning(filename, line, column, message, "warning", std::clog); in AddWarning()
294 AddErrorOrWarning("input", line, column, message, "warning", std::clog); in AddWarning()
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/
Dlabels.txt504 clog
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.txt504 clog
Dlabels_imagenet_slim.txt504 clog
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/
Dlabels.txt504 clog
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.txt504 clog
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/
Dlabels.txt504 clog
/external/clang/lib/Headers/
Dtgmath.h460 __tg_log(double _Complex __x) {return clog(__x);} in __tg_log()

12