Home
last modified time | relevance | path

Searched refs:log_ (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dlog-utils.cc106 : log_(log), in MessageBuilder()
107 lock_guard_(&log_->mutex_), in MessageBuilder()
109 DCHECK(log_->message_buffer_ != NULL); in MessageBuilder()
114 Vector<char> buf(log_->message_buffer_ + pos_, in Append()
125 Vector<char> buf(log_->message_buffer_ + pos_, in AppendVA()
141 log_->message_buffer_[pos_++] = c; in Append()
224 Vector<char> buf(log_->message_buffer_ + pos_, in AppendStringPart()
235 DCHECK(pos_ == 0 || log_->message_buffer_[pos_ - 1] != '\n'); in WriteToLogFile()
237 log_->message_buffer_[pos_++] = '\n'; in WriteToLogFile()
238 const int written = log_->WriteToFile(log_->message_buffer_, pos_); in WriteToLogFile()
[all …]
Dlog.cc786 log_(new Log(this)), in Logger()
796 delete log_; in ~Logger()
818 if (!log_->IsEnabled()) return; in ProfilerBeginEvent()
819 Log::MessageBuilder msg(log_); in ProfilerBeginEvent()
831 if (!log_->IsEnabled()) return; in UncheckedStringEvent()
832 Log::MessageBuilder msg(log_); in UncheckedStringEvent()
849 if (!log_->IsEnabled()) return; in UncheckedIntEvent()
850 Log::MessageBuilder msg(log_); in UncheckedIntEvent()
857 if (!log_->IsEnabled()) return; in UncheckedIntPtrTEvent()
858 Log::MessageBuilder msg(log_); in UncheckedIntPtrTEvent()
[all …]
Dlog-utils.h93 Log* log_;
Dlog.h398 Log* log_; variable
/external/google-benchmark/src/
Dcheck.h18 : log_(GetErrorLogInstance()) in CheckHandler()
20 log_ << file << ":" << line << ": " << func << ": Check `" in CheckHandler()
25 return log_; in GetLog()
29 log_ << std::endl; in ~CheckHandler()
37 std::ostream& log_;
/external/opencv3/modules/videostab/src/
Dstabilizer.cpp138 log_->print("."); in doOneIteration()
149 log_->print("."); in doOneIteration()
183 log_->print("processing frames"); in setUp()
249 log_->print("\nprocessing time: %.3f sec\n", static_cast<double>(elapsedTime) / CLOCKS_PER_SEC); in logProcessingTime()
380 log_->print("first pass: estimating motions"); in runPrePassIfNecessary()
402 if (ok2) log_->print("."); in runPrePassIfNecessary()
403 else log_->print("?"); in runPrePassIfNecessary()
405 else log_->print("x"); in runPrePassIfNecessary()
419 log_->print("\nmotion estimation time: %.3f sec\n", in runPrePassIfNecessary()
436 log_->print("motion stabilization time: %.3f sec\n", in runPrePassIfNecessary()
[all …]
/external/webrtc/webrtc/base/
Doptional_unittest.cc69 Logger::log_ = s.get(); in Setup()
77 static std::vector<std::string>* log_; member in rtc::__anon217462650111::Logger
82 log_->push_back(oss.str()); in Log()
88 log_->push_back(oss.str()); in LogFrom()
94 log_->push_back(oss.str()); in Log2()
98 std::vector<std::string>* Logger::log_ = nullptr; member in rtc::__anon217462650111::Logger
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dstabilizer.hpp71 void setLog(Ptr<ILog> ilog) { log_ = ilog; } in setLog()
72 Ptr<ILog> log() const { return log_; } in log()
111 Ptr<ILog> log_; member in cv::videostab::StabilizerBase
/external/opencv3/modules/photo/src/
Dtonemap.cpp50 inline void log_(const Mat& src, Mat& dst) in log_() function
131 log_(gray_img, log_img); in process()
214 log_(gray_img, log_img); in process()
298 log_(gray_img, log_img); in process()
392 log_(gray_img, log_img); in process()
/external/clang/test/CodeGen/
Dlibcalls.c116 double log_ = log(d); in test_builtins() local
/external/v8/src/parsing/
Dpreparser.cc36 pre_parser_->log_->LogMessage(start_pos, end_pos, message, arg, error_type); in ReportMessageAt()
108 log_ = log; in PreParseLazyFunction()
1184 log_->LogFunction(body_start, body_end, in ParseLazyFunctionLiteralBody()
Dparser.cc804 log_ = &recorder; in ParseProgram()
845 log_ = NULL; in ParseProgram()
4353 if (produce_cached_parse_data()) CHECK(log_); in SkipLazyFunctionBody()
4419 DCHECK(log_); in SkipLazyFunctionBody()
4422 log_->LogFunction(function_block_pos, body_end, *materialized_literal_count, in SkipLazyFunctionBody()
5114 if (produce_cached_parse_data()) log_ = &recorder; in ParseOnBackground()
5137 log_ = NULL; in ParseOnBackground()
Dparser-base.h102 log_(log), in ParserBase()
913 ParserRecorder* log_; variable
/external/opencv3/doc/tutorials/highgui/video-input-psnr-ssim/
Dvideo_input_psnr_ssim.markdown134 \f[PSNR = 10 \cdot \log_{10} \left( \frac{MAX_I^2}{MSE} \right)\f]