Home
last modified time | relevance | path

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

1234

/external/rust/android-crates-io/crates/icu_capi/src/
Dlogging.rs13 pub struct Logger; struct
15 impl Logger { impl
/external/aws-sdk-java-v2/bundle-logging-bridge/src/test/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/
DLoggerAdapterTest.java319 … private TestCaseLogSFn(Function<software.amazon.awssdk.thirdparty.org.slf4j.Logger, LogSFn> logFn, in TestCaseLogSFn()
320 Function<Logger, LogSFn> verify) { in TestCaseLogSFn()
330 …private TestCaseLogSTFn(Function<software.amazon.awssdk.thirdparty.org.slf4j.Logger, LogSTFn> logF… in TestCaseLogSTFn()
331 Function<Logger, LogSTFn> verify) { in TestCaseLogSTFn()
341 …private TestCaseLogMSFn(Function<software.amazon.awssdk.thirdparty.org.slf4j.Logger, LogShadedMSFn… in TestCaseLogMSFn()
342 Function<Logger, LogMSFn> verify) { in TestCaseLogMSFn()
352 …private TestCaseLogMSTFn(Function<software.amazon.awssdk.thirdparty.org.slf4j.Logger, LogShadedMST… in TestCaseLogMSTFn()
353 Function<Logger, LogMSTFn> verify) { in TestCaseLogMSTFn()
363 …private TestCaseLogSOFn(Function<software.amazon.awssdk.thirdparty.org.slf4j.Logger, LogSOFn> logF… in TestCaseLogSOFn()
364 Function<Logger, LogSOFn> verify) { in TestCaseLogSOFn()
[all …]
/external/rust/android-crates-io/crates/uefi/src/helpers/
Dlogger.rs85 pub struct Logger { struct
89 impl Logger { impl
133 impl log::Log for Logger { implementation
178 unsafe impl Sync for Logger {} implementation
179 unsafe impl Send for Logger {} implementation
/external/tink/go/testing/fakemonitoring/
Dfakemonitoring.go27 type Logger struct { struct
28 Context *monitoring.Context
29 client *Client
35 func (l *Logger) Log(keyID uint32, numBytes int) {
44 func (l *Logger) LogFailure() {
/external/uwb/src/rust/uwb_core/src/uci/
Duci_logger_factory.rs26 type Logger: UciLogger; typedef
31 fn build_logger(&mut self, chip_id: &str) -> Option<Self::Logger>; in build_logger()
38 type Logger = NopUciLogger; typedef
/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/flashrom/util/flashrom_tester/src/
Dlogger.rs39 struct Logger { struct
44 impl log::Log for Logger { argument
/external/pigweed/pw_build/py/pw_build/
Dproject_builder.py199 logger: logging.Logger = _LOG,
227 logger: logging.Logger = _LOG,
359 logger: logging.Logger = _LOG,
398 logger: logging.Logger = _LOG,
539 logging.Logger,
548 root_logger: logging.Logger = _LOG,
872 logger: logging.Logger = _LOG,
900 logger: logging.Logger = _LOG,
/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/rust/cxx/tests/ui/
Dreserved_lifetime.rs4 type Logger; typedef
6 fn logger<'static>() -> Pin<&'static Logger>; in logger()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/tests/ui/
Dreserved_lifetime.rs4 type Logger; typedef
6 fn logger<'static>() -> Pin<&'static Logger>; in logger()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/tests/ui/
Dreserved_lifetime.rs4 type Logger; typedef
6 fn logger<'static>() -> Pin<&'static Logger>; in logger()
/external/compiler-rt/test/tsan/
Datexit.cc6 class Logger { class
8 Logger() { in Logger() function in Logger
/external/pigweed/pw_unit_test/py/pw_unit_test/
Dserial_test_runner.py87 def _log_subprocess_output(level, output: bytes, logger: logging.Logger):
142 test_output: bytes, logger: logging.Logger = _LOG
170 logger: logging.Logger = _LOG,
/external/ComputeLibrary/src/core/utils/logging/
DLogger.cpp32 Logger::Logger(std::string name, LogLevel log_level, std::shared_ptr<Printer> printer) in Logger() function in Logger
45 Logger::Logger(std::string name, LogLevel log_level, std::vector<std::shared_ptr<Printer>> printers) in Logger() function in Logger
58 Logger::Logger(std::string name, in Logger() function in Logger
/external/pigweed/pw_log/java/main/dev/pigweed/pw_log/
DLogger.java29 public final class Logger { class
36 private Logger(FluentLogger fluentLogger) { in Logger() method in Logger
/external/leakcanary2/shark-log/src/main/java/shark/
DSharkLog.kt11 interface Logger { interface
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDevelopmentModeInlineAdvisor.cpp170 std::unique_ptr<TrainingLogger> Logger; member in __anon07d9d6620111::DevelopmentModeMLInlineAdvisor
182 TrainingLogger &Logger,
249 TrainingLogger &Logger; member in __anon07d9d6620111::LoggingMLInlineAdvice
333 std::unique_ptr<TrainingLogger> Logger)
415 std::unique_ptr<TrainingLogger> Logger; local
/external/rust/android-crates-io/crates/env_logger/src/
Dlogger.rs486 pub fn build(&mut self) -> Logger { in build()
530 pub struct Logger { struct
536 impl Logger { implementation
603 impl Log for Logger { implementation
674 impl std::fmt::Debug for Logger { implementation
/external/pigweed/pw_log/java/android_main/dev/pigweed/pw_log/
DLogger.java24 public final class Logger { class
68 private Logger(String tag) { in Logger() method in Logger
/external/rust/android-crates-io/crates/icu_capi/bindings/c/
DLogger.d.h14 typedef struct Logger Logger; typedef
/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DLogger.d.ts9 export class Logger { class
/external/parameter-framework/upstream/parameter/log/include/log/
DLogger.h55 Logger(ILogger &logger) : mLogger(logger) {} in Logger() function

1234