Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/ninja/
Dninja_log_parser.cc41 log_.insert(log_.end(), src, src + len); in Parse()
44 size_t valid_size = log_.size(); in Parse()
45 for (; valid_size > 0 && log_[valid_size - 1] != '\n'; --valid_size) { in Parse()
48 for (StringSplitter line(log_.data(), valid_size, '\n'); line.Next();) { in Parse()
119 log_.erase(log_.begin(), log_.begin() + static_cast<ssize_t>(valid_size)); in Parse()
Dninja_log_parser.h76 std::vector<char> log_; variable
/external/mesa3d/src/loader/
Dloader.c80 static loader_logger *log_ = default_logger; variable
96 log_(_LOADER_WARNING, "failed to open %s: %s\n", in loader_open_device()
109 log_(_LOADER_WARNING, "failed to get driver name for fd %d\n", fd); in loader_get_kernel_driver_name()
114 log_(driver ? _LOADER_DEBUG : _LOADER_WARNING, "using driver %s for %d\n", in loader_get_kernel_driver_name()
393 log_(_LOADER_WARNING, "MESA-LOADER: failed to retrieve device information\n"); in drm_get_pci_id_for_fd()
399 log_(_LOADER_DEBUG, "MESA-LOADER: device is not located on the PCI bus\n"); in drm_get_pci_id_for_fd()
461 log_(driver ? _LOADER_DEBUG : _LOADER_WARNING, in loader_get_pci_driver()
499 log_ = logger; in loader_set_logger()
568 log_(_LOADER_DEBUG, "MESA-LOADER: failed to open %s: %s\n", in loader_open_driver()
578 log_(_LOADER_WARNING, "MESA-LOADER: failed to open %s: %s (search paths %s)\n", in loader_open_driver()
[all …]
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dcheck.h31 : log_(GetErrorLogInstance()) { in CheckHandler()
32 log_ << file << ":" << line << ": " << func << ": Check `" << check in CheckHandler()
36 LogType& GetLog() { return log_; } in GetLog()
39 log_ << std::endl; in ~CheckHandler()
48 LogType& log_;
/external/google-benchmark/src/
Dcheck.h31 : log_(GetErrorLogInstance()) { in CheckHandler()
32 log_ << file << ":" << line << ": " << func << ": Check `" << check in CheckHandler()
36 LogType& GetLog() { return log_; } in GetLog()
39 log_ << std::endl; in ~CheckHandler()
48 LogType& log_;
/external/llvm-project/llvm/utils/benchmark/src/
Dcheck.h31 : log_(GetErrorLogInstance()) { in CheckHandler()
32 log_ << file << ":" << line << ": " << func << ": Check `" << check in CheckHandler()
36 LogType& GetLog() { return log_; } in GetLog()
39 log_ << std::endl; in ~CheckHandler()
48 LogType& log_;
/external/libcxx/utils/google-benchmark/src/
Dcheck.h31 : log_(GetErrorLogInstance()) { in CheckHandler()
32 log_ << file << ":" << line << ": " << func << ": Check `" << check in CheckHandler()
36 LogType& GetLog() { return log_; } in GetLog()
39 log_ << std::endl; in ~CheckHandler()
48 LogType& log_;
/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op.cc52 log_ = absl::StartsWith(type_string(), "Log"); in SoftmaxOp()
66 softmax_out->flat_inner_dims<T>(), log_); in Compute()
71 bool log_; member in tensorflow::SoftmaxOp
Dsoftmax_op_gpu.cu.cc198 log_ = absl::StartsWith(type_string(), "Log"); in SoftmaxOpGPU()
263 const_cast<T*>(softmax_out->flat<T>().data()), rows, cols, log_)); in Compute()
275 const_cast<T*>(softmax_out->flat<T>().data()), rows, cols, log_)); in Compute()
281 bool log_; member in tensorflow::SoftmaxOpGPU
/external/llvm-project/flang/include/flang/Parser/
Duser-state.h50 ParsingLog *log() const { return log_; } in log()
52 log_ = log; in set_log()
97 ParsingLog *log_{nullptr};
Dparsing.h75 ParsingLog log_; variable
/external/llvm-project/flang/lib/Parser/
Dparsing.cpp108 log_.Dump(out, allCooked_); in DumpParsingLog()
115 .set_log(&log_); in Parse()
126 void Parsing::ClearLog() { log_.clear(); } in ClearLog()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsoftmax_op.cc52 log_ = absl::StartsWith(type_string(), "Log"); in SoftmaxOp()
76 b->ReportErrorOrReturn(BuildSoftmaxCustomCall(b, logits, log_)); in Compile()
101 log_ in Compile()
110 bool log_; member in tensorflow::__anon0443f5bd0111::SoftmaxOp
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc91 log_.reset(new std::ofstream(fn.str().c_str())); in TrickledCHTTP2()
92 write_csv(log_.get(), "t", "iteration", "client_backlog", in TrickledCHTTP2()
146 log_.get(), in Log()
211 std::unique_ptr<std::ofstream> log_; member in grpc::testing::TrickledCHTTP2
/external/llvm-project/clang/test/CodeGen/
Dlibcalls.c115 double log_ = log(d); in test_builtins() local
/external/clang/test/CodeGen/
Dlibcalls.c116 double log_ = log(d); in test_builtins() local
/external/bc/
D.gitignore16 .log_*.txt
DMakefile.in390 @$(RM) -f .log_*.txt
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_test.cc446 auto log_ = Log(input); in XLA_TEST_F() local
447 Reduce(log_, zero, add_f32, /*dimensions_to_reduce=*/{0}); in XLA_TEST_F()
476 auto log_ = Log(input); in XLA_TEST_F() local
477 auto transpose = Transpose(log_, {1, 0}); in XLA_TEST_F()
523 auto log_ = Tanh(input); in XLA_TEST_F() local
524 auto reshape = Reshape(log_, {rows, cols}); in XLA_TEST_F()
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox122 <td>base 10 logarithm (\f$ \log_{10}({a_i}) \f$)</td>