Searched defs:Log (Results 26 - 50 of 71) sorted by relevance

123

/external/webrtc/webrtc/base/
H A Doptional_unittest.cc31 Logger() : id_(next_id_++), origin_(id_) { Log("default constructor"); }
33 Log("explicit constructor");
41 ~Logger() { Log("destructor"); }
65 void Foo() { Log("Foo()"); }
66 void Foo() const { Log("Foo() const"); }
79 void Log(const char* msg) const { function in class:rtc::__anon30587::Logger
H A Devent_tracer.cc82 // TODO(pbos): Log metadata for all threads, etc.
103 void Log() { function in class:rtc::tracing::__anon30561::final
194 static_cast<EventLogger*>(params)->Log();
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
H A Dvideo_quality_measurement.cc132 int Log(const char* format, ...) { function
305 Log("Calculating SSIM...\n");
309 Log(" Average: %3.2f\n", result->average);
310 Log(" Min : %3.2f (frame %d)\n", result->min, result->min_frame_number);
311 Log(" Max : %3.2f (frame %d)\n", result->max, result->max_frame_number);
316 Log("Calculating PSNR...\n");
320 Log(" Average: %3.2f\n", result->average);
321 Log(" Min : %3.2f (frame %d)\n", result->min, result->min_frame_number);
322 Log(" Max : %3.2f (frame %d)\n", result->max, result->max_frame_number);
326 Log("Qualit
[all...]
/external/clang/tools/libclang/
H A DCIndexHigh.cpp414 LogRef Log = Logger::make(LLVM_FUNCTION_NAME); local
417 if (Log)
418 *Log << "Null cursor";
422 if (Log)
423 *Log << "Got CXCursor_NoDeclFound";
427 if (Log)
428 *Log << "Null file";
432 if (Log)
433 *Log << "Null visitor";
437 if (Log)
488 LogRef Log = Logger::make(LLVM_FUNCTION_NAME); local
[all...]
/external/libmojo/base/android/java/src/org/chromium/base/
H A DLog.java16 * {@link android.util.Log}, allowing to standardize the output, to make it easy to identify
23 public class Log { class
24 /** Convenience property, same as {@link android.util.Log#ASSERT}. */
25 public static final int ASSERT = android.util.Log.ASSERT;
27 /** Convenience property, same as {@link android.util.Log#DEBUG}. */
28 public static final int DEBUG = android.util.Log.DEBUG;
30 /** Convenience property, same as {@link android.util.Log#ERROR}. */
31 public static final int ERROR = android.util.Log.ERROR;
33 /** Convenience property, same as {@link android.util.Log#INFO}. */
34 public static final int INFO = android.util.Log
45 private Log() { method in class:Log
[all...]
/external/libmojo/ipc/
H A Dipc_message_utils.cc343 void ParamTraits<bool>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
366 void ParamTraits<signed char>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
389 void ParamTraits<unsigned char>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
412 void ParamTraits<unsigned short>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
416 void ParamTraits<int>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
420 void ParamTraits<unsigned int>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
426 void ParamTraits<long>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
430 void ParamTraits<unsigned long>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
435 void ParamTraits<long long>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
439 void ParamTraits<unsigned long long>::Log(cons function in class:IPC::ParamTraits
443 void ParamTraits<float>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
468 void ParamTraits<double>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
473 void ParamTraits<std::string>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
477 void ParamTraits<base::string16>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
508 void ParamTraits<std::vector<char> >::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
540 void ParamTraits<std::vector<unsigned char> >::Log(const param_type& p, function in class:IPC::ParamTraits
579 void ParamTraits<std::vector<bool> >::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
608 void ParamTraits<base::DictionaryValue>::Log(const param_type& p, function in class:IPC::ParamTraits
670 void ParamTraits<base::FileDescriptor>::Log(const param_type& p, function in class:IPC::ParamTraits
720 void ParamTraits<base::SharedMemoryHandle>::Log(const param_type& p, function in class:IPC::ParamTraits
778 void ParamTraits<base::SharedMemoryHandle>::Log(const param_type& p, function in class:IPC::ParamTraits
801 void ParamTraits<base::FilePath>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
825 void ParamTraits<base::ListValue>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
856 void ParamTraits<base::NullableString16>::Log(const param_type& p, function in class:IPC::ParamTraits
899 void ParamTraits<base::File::Info>::Log(const param_type& p, function in class:IPC::ParamTraits
933 void ParamTraits<base::Time>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
957 void ParamTraits<base::TimeDelta>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
981 void ParamTraits<base::TimeTicks>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
1019 void ParamTraits<base::UnguessableToken>::Log(const param_type& p, function in class:IPC::ParamTraits
1052 void ParamTraits<IPC::ChannelHandle>::Log(const param_type& p, function in class:IPC::ParamTraits
1103 void ParamTraits<LogData>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
1148 void ParamTraits<Message>::Log(const Message& p, std::string* l) { function in class:IPC::ParamTraits
1174 void ParamTraits<HANDLE>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
1204 void ParamTraits<LOGFONT>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
1232 void ParamTraits<MSG>::Log(const param_type& p, std::string* l) { function in class:IPC::ParamTraits
[all...]
H A Dipc_message_utils.h118 ParamTraits<Type>::Log(static_cast<const Type& >(p), l);
135 IPC_EXPORT static void Log(const param_type& p, std::string* l);
146 static void Log(const param_type& p, std::string* l);
157 static void Log(const param_type& p, std::string* l);
168 static void Log(const param_type& p, std::string* l);
183 IPC_EXPORT static void Log(const param_type& p, std::string* l);
198 IPC_EXPORT static void Log(const param_type& p, std::string* l);
228 IPC_EXPORT static void Log(const param_type& p, std::string* l);
245 IPC_EXPORT static void Log(const param_type& p, std::string* l);
263 IPC_EXPORT static void Log(cons
330 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
438 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
476 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
516 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
537 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
710 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
728 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
750 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
777 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
809 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
846 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
883 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
923 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
972 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
1011 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
1048 static void Log(const param_type& p, std::string* l) { function in struct:IPC::ParamTraits
[all...]
H A Dipc_message.h167 static void Log(std::string* name, const Message* msg, std::string* l) { function in class:IPC::Message
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc78 void Logging::Log(const char format[], ...) { function in class:webrtc::testing::bwe::Logging
H A Dbwe_test_framework.h146 void Log(const std::string& units) { function in class:webrtc::testing::bwe::Stats
/external/ImageMagick/MagickCore/
H A Dcipher.c119 Log[256] =
310 return(InverseLog[(Log[alpha]+Log[beta]) % 0xff]);
115 Log[256] = variable
/external/llvm/lib/Fuzzer/
H A DFuzzerDriver.cpp204 std::string Log = "fuzz-" + std::to_string(C) + ".log"; local
205 std::string ToRun = Cmd + " > " + Log + " 2>&1\n";
214 fuzzer::CopyFileToErr(Log);
/external/v8/src/
H A Dstring-stream.cc217 void StringStream::Log(Isolate* isolate) { function in class:v8::StringStream
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.cc349 std::ofstream& NetEqQualityTest::Log() { function in class:webrtc::test::NetEqQualityTest
374 Log() << "Packet of size "
387 Log() << "was sent.";
389 Log() << "was lost.";
392 Log() << std::endl;
430 Log() << "Average bit rate was "
/external/v8/samples/
H A Dprocess.cc74 static void Log(const char* event);
150 HttpRequestProcessor::Log(*value);
225 Log(*error);
235 Log(*error);
299 Log(*error);
567 void HttpRequestProcessor::Log(const char* event) { function in class:HttpRequestProcessor
/external/jarjar/lib/
H A Dmaven-plugin-api.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/maven/ org/apache/maven/plugin/ ...
/external/mesa3d/src/mesa/main/
H A Ddebug_output.c108 struct gl_debug_log Log; member in struct:gl_debug_state
617 struct gl_debug_log *log = &debug->Log;
646 const struct gl_debug_log *log = &debug->Log;
657 struct gl_debug_log *log = &debug->Log;
783 val = debug->Log.NumMessages;
786 val = (debug->Log.NumMessages) ?
787 debug->Log.Messages[debug->Log.NextMessage].length + 1 : 0;
876 * Log a client or driver debug message.
/external/sonivox/jet_tools/JetCreator/
H A Deas.py204 # Log callback function
209 def Log (level, msg): function
212 LogCallback = LOG_FUNC_TYPE(Log)
/external/shaderc/spirv-headers/include/spirv/1.0/
H A DOpenCL.std.h73 Log = 37, enumerator in enum:OpenCLLIB::Entrypoints
/external/shaderc/spirv-headers/include/spirv/1.1/
H A DOpenCL.std.h73 Log = 37, enumerator in enum:OpenCLLIB::Entrypoints
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h73 Log = 37, enumerator in enum:OpenCLLIB::Entrypoints
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c145 // Log messages are delivered to syslog unless -f option specified
178 mDNSlocal void Log(const char *format, ...) function
313 Log("ConnectToServer - retrying connection");
318 else { Log("ConnectToServer - %d failed attempts. Aborting.", ntries); return NULL; }
340 if (!selectval || !FD_ISSET(fd, &wset)) { Log("MySend - timeout"); return -1; }
393 Log("my_recv - timeout");
436 require_action_quiet( nread == sizeof( msglen ), exit, err = mStatus_UnknownErr; Log( "Could not read length field of message") );
440 require_action_quiet( msglen <= sizeof( storage->msg ), exit, err = mStatus_UnknownErr; Log( "RecvPacket: provided buffer too small." ) );
472 require_action_quiet( nread == msglen, exit, err = mStatus_UnknownErr ; Log( "Could not read entire message" ) );
473 require_action_quiet( pkt->len >= sizeof( DNSMessageHeader ), exit, err = mStatus_UnknownErr ; Log( "RecvPacke
[all...]
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.cc925 ComputationDataHandle ComputationBuilder::Log( function in class:xla::ComputationBuilder
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1799 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym,
1803 addVisitor(llvm::make_unique<CFRefReportVisitor>(sym, GCEnabled, Log));
1808 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym,
1811 addVisitor(llvm::make_unique<CFRefReportVisitor>(sym, GCEnabled, Log));
1827 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym,
2391 bool GCEnabled, const SummaryLogTy &Log,
2395 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) {
2454 addVisitor(llvm::make_unique<CFRefLeakReportVisitor>(sym, GCEnabled, Log));
1798 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, bool registerVisitor = true) argument
1807 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, StringRef endText) argument
2390 CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, CheckerContext &Ctx, bool IncludeAllocationLine) argument
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 2215 milliseconds

123