Home
last modified time | relevance | path

Searched defs:Logger (Results 1 – 25 of 69) sorted by relevance

123

/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/
DLogger.java26 public final class Logger { class
49 public Logger(final Class<?> clazz) { in Logger() method in Logger
58 public Logger(final String messagePrefix) { in Logger() method in Logger
70 public Logger(final String tag, final String messagePrefix) { in Logger() method in Logger
79 public Logger() { in Logger() method in Logger
86 public Logger(final int minLogLevel) { in Logger() method in Logger
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DLogger.java28 public final class Logger { class
34 public Logger(Class<?> cls) { in Logger() method in Logger
38 public Logger(String prefix) { in Logger() method in Logger
/external/compiler-rt/test/tsan/
Datexit.cc6 class Logger { class
8 Logger() { in Logger() function in Logger
/external/llvm-project/compiler-rt/test/tsan/
Datexit.cpp6 class Logger { class
8 Logger() { in Logger() function in Logger
/external/rust/crates/rayon-core/src/
Dlog.rs109 pub(super) struct Logger { struct
113 impl Logger { implementation
114 pub(super) fn new(num_workers: usize) -> Logger { in new()
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DLogger.java32 public class Logger extends Category { class
36 protected Logger(String name) { in Logger() method in Logger
/external/clang/tools/libclang/
DCLog.h31 class Logger; variable
64 explicit Logger(llvm::StringRef name, bool trace) in Logger() function
/external/llvm-project/clang/tools/libclang/
DCLog.h30 class Logger; variable
63 explicit Logger(llvm::StringRef name, bool trace) in Logger() function
/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/
DAbstractOpenCensusLog4jLogCorrelationTest.java67 String log4jPattern, SpanContext spanContext, Function<Logger, Void> loggingFunction) { in logWithSpanAndLog4jConfiguration()
89 SpanContext spanContext, Function<Logger, Void> loggingFunction, Logger logger) { in logWithSpan()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs41 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<UnaryServerCallHandler<TRequest, T… field in Grpc.Core.Internal.UnaryServerCallHandler
105 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ServerStreamingServerCallHandler<T… field in Grpc.Core.Internal.ServerStreamingServerCallHandler
168 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ClientStreamingServerCallHandler<T… field in Grpc.Core.Internal.ClientStreamingServerCallHandler
231 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<DuplexStreamingServerCallHandler<T… field in Grpc.Core.Internal.DuplexStreamingServerCallHandler
DRequestCallContextSafeHandle.cs33 … static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<RequestCallContextSafeHandle>(); field in Grpc.Core.Internal.RequestCallContextSafeHandle
DNativeExtension.cs32 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<NativeExtension>(); field in Grpc.Core.Internal.NativeExtension
DNativeMetadataCredentialsPlugin.cs32 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<NativeMetadataCredentialsPlugin>(); field in Grpc.Core.Internal.NativeMetadataCredentialsPlugin
/external/rust/crates/env_logger/src/
Dlib.rs341 pub struct Logger { struct
347 /// `Builder` acts as builder for initializing a `Logger`. argument
808 pub fn build(&mut self) -> Logger { in build()
820 impl Logger { impl
887 impl Log for Logger { implementation
1094 impl fmt::Debug for Logger { implementation
/external/llvm-project/llvm/lib/Analysis/
DDevelopmentModeInlineAdvisor.cpp178 std::unique_ptr<TrainingLogger> Logger; member in __anon763463790111::DevelopmentModeMLInlineAdvisor
190 TrainingLogger &Logger,
255 TrainingLogger &Logger; member in __anon763463790111::LoggingMLInlineAdvice
389 std::unique_ptr<TrainingLogger> Logger)
529 std::unique_ptr<TrainingLogger> Logger; local
/external/parameter-framework/upstream/parameter/log/include/log/
DLogger.h55 Logger(ILogger &logger) : mLogger(logger) {} in Logger() function
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DLogger.java41 public class Logger { class
69 private Logger(String tagName, String mClassName) { in Logger() method in Logger
/external/openscreen/tools/cddl/
Dlogging.cc30 Logger::Logger() { in Logger() function in Logger
/external/parameter-framework/upstream/test/functional-tests-legacy/
DACTCampaignEngine.py48 class Logger(object): class
/external/parameter-framework/upstream/test/functional-tests-legacy/Util/
DACTLogging.py31 class Logger(object) : class
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DLogger.java9 public class Logger { class
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DServerRunners.cs41 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ServerRunners>(); field in Grpc.IntegrationTesting.ServerRunners
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DLogger.java8 public class Logger { class
/external/stressapptest/src/
Dlogger.cc85 Logger::Logger() in Logger() function in Logger
/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.h26 class Logger; variable

123