/external/rust/android-crates-io/crates/icu_capi/src/ |
D | logging.rs | 13 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/ |
D | LoggerAdapterTest.java | 319 … 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/ |
D | logger.rs | 85 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/ |
D | fakemonitoring.go | 27 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/ |
D | uci_logger_factory.rs | 26 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/ |
D | Logger.java | 26 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/ |
D | logger.rs | 39 struct Logger { struct 44 impl log::Log for Logger { argument
|
/external/pigweed/pw_build/py/pw_build/ |
D | project_builder.py | 199 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/ |
D | Logger.java | 28 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/ |
D | reserved_lifetime.rs | 4 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/ |
D | reserved_lifetime.rs | 4 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/ |
D | reserved_lifetime.rs | 4 type Logger; typedef 6 fn logger<'static>() -> Pin<&'static Logger>; in logger()
|
/external/compiler-rt/test/tsan/ |
D | atexit.cc | 6 class Logger { class 8 Logger() { in Logger() function in Logger
|
/external/pigweed/pw_unit_test/py/pw_unit_test/ |
D | serial_test_runner.py | 87 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/ |
D | Logger.cpp | 32 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/ |
D | Logger.java | 29 public final class Logger { class 36 private Logger(FluentLogger fluentLogger) { in Logger() method in Logger
|
/external/leakcanary2/shark-log/src/main/java/shark/ |
D | SharkLog.kt | 11 interface Logger { interface
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | Logger.java | 32 public class Logger extends Category { class 36 protected Logger(String name) { in Logger() method in Logger
|
/external/clang/tools/libclang/ |
D | CLog.h | 31 class Logger; variable 64 explicit Logger(llvm::StringRef name, bool trace) in Logger() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | DevelopmentModeInlineAdvisor.cpp | 170 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/ |
D | logger.rs | 486 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/ |
D | Logger.java | 24 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/ |
D | Logger.d.h | 14 typedef struct Logger Logger; typedef
|
/external/rust/android-crates-io/crates/icu_capi/bindings/js/ |
D | Logger.d.ts | 9 export class Logger { class
|
/external/parameter-framework/upstream/parameter/log/include/log/ |
D | Logger.h | 55 Logger(ILogger &logger) : mLogger(logger) {} in Logger() function
|