/external/iproute2/tc/ |
D | tc_red.c | 80 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/ |
D | Message.tests.cpp | 89 std::clog << "Write to std::clog" << std::endl; 93 std::clog << "leaved"; 95 std::clog << "writes"; 97 std::clog << " streams" << std::endl;
|
D | Tricky.tests.cpp | 439 std::clog << "Nor would this\n" << std::flush;
|
D | Misc.tests.cpp | 155 std::clog << "A string sent to stderr via clog" << std::endl;
|
/external/libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/ |
D | clog.pass.cpp | 19 std::clog << "Hello World!\n"; in main() 21 (void)std::clog; in main()
|
/external/catch2/examples/ |
D | 231-Cfg-OutputStreams.cpp | 37 std::ostream& clog() { in clog() function 42 return clog(); in cerr()
|
/external/libcxx/src/ |
D | iostream.cpp | 69 _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/ |
D | iostream | 27 extern ostream clog; 59 extern _LIBCPP_FUNC_VIS ostream clog;
|
/external/catch2/include/internal/ |
D | catch_output_redirect.cpp | 48 m_clog( Catch::clog(), m_rss.get() ) in RedirectedStdErr() 127 Catch::clog() << std::flush; in ~OutputRedirect()
|
D | catch_stream.cpp | 185 std::ostream& clog() { return std::clog; } in clog() function
|
D | catch_stream.h | 20 std::ostream& clog();
|
/external/libcxx/utils/google-benchmark/src/ |
D | log.h | 55 static LogType log(&std::clog); in GetErrorLogInstance()
|
/external/google-benchmark/src/ |
D | log.h | 55 static LogType log(&std::clog); in GetErrorLogInstance()
|
/external/google-breakpad/src/processor/ |
D | logging.h | 167 #define BPLOG_INFO_STREAM std::clog
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 220 double _Complex clog(double _Complex); 306 F(clog), F(clogf), F(clogl), F(cproj), F(cprojf),
|
/external/catch2/docs/ |
D | configuration.md | 74 `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/ |
D | verbose_assert.h | 26 static void Print(Tp const&) { std::clog << "Value Not Streamable!\n"; } in Print()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 285 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/ |
D | labels.txt | 504 clog
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/ |
D | labels_mobilenet_quant_v1_224.txt | 504 clog
|
D | labels_imagenet_slim.txt | 504 clog
|
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/ |
D | labels.txt | 504 clog
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/assets/ |
D | labels_mobilenet_quant_v1_224.txt | 504 clog
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/ |
D | labels.txt | 504 clog
|
/external/clang/lib/Headers/ |
D | tgmath.h | 460 __tg_log(double _Complex __x) {return clog(__x);} in __tg_log()
|