Home
last modified time | relevance | path

Searched defs:LogLevel (Results 1 – 25 of 235) sorted by relevance

12345678910

/aosp_15_r20/system/core/init/libprefetch/prefetch/src/
H A Dlib.rs135 pub type LogLevel = Level; typedef
139 pub type LogLevel = LevelFilter; typedef
143 pub fn init_logging(_level: LogLevel) { in init_logging()
163 pub fn init_logging(level: LogLevel) { in init_logging()
/aosp_15_r20/external/rust/crates/rusb/src/
Dcontext.rs141 fn set_log_level(&mut self, level: LogLevel) { in set_log_level()
317 pub enum LogLevel { enum
336 impl LogLevel { impl
347 fn from_c_int(value: c_int) -> LogLevel { in from_c_int()
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/
Dcontext.rs141 fn set_log_level(&mut self, level: LogLevel) { in set_log_level()
317 pub enum LogLevel { enum
336 impl LogLevel { implementation
347 fn from_c_int(value: c_int) -> LogLevel { in from_c_int()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/examples/
H A Dtyped-derive.rs63 pub enum LogLevel { enum
71 impl std::fmt::Display for LogLevel { implementation
83 impl std::str::FromStr for LogLevel { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/clap/examples/
Dtyped-derive.rs63 pub enum LogLevel { enum
71 impl std::fmt::Display for LogLevel { implementation
83 impl std::str::FromStr for LogLevel { implementation
/aosp_15_r20/frameworks/base/core/java/com/android/internal/protolog/common/
H A DLogLevel.java19 public enum LogLevel { enum
30 LogLevel(String shortCode, int id) { in LogLevel() method in LogLevel
/aosp_15_r20/external/google-cloud-java/java-iot/proto-google-cloud-iot-v1/src/main/java/com/google/cloud/iot/v1/
H A DLogLevel.java34 public enum LogLevel implements com.google.protobuf.ProtocolMessageEnum { enum
221 private LogLevel(int value) { in LogLevel() method in LogLevel
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_config_android_zero_gen_headers/gen/external/perfetto/protos/perfetto/config/android/
H A Dwindowmanager_config.pbzero.h68 enum LogLevel : int32_t { enum
126 using LogLevel = ::perfetto::protos::pbzero::WindowManagerConfig_LogLevel; variable
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_config_android_zero_gen_headers/gen/external/perfetto/protos/perfetto/config/android/
Dwindowmanager_config.pbzero.h68 enum LogLevel : int32_t { enum
126 using LogLevel = ::perfetto::protos::pbzero::WindowManagerConfig_LogLevel; variable
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLog.java33 public enum LogLevel { enum in Log
45 LogLevel(int intPriority, String stringValue, char priorityChar) { in LogLevel() method in Log.LogLevel
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/
H A DLog.java39 public enum LogLevel { enum in Log
50 LogLevel(int value) { in LogLevel() method in Log.LogLevel
/aosp_15_r20/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/core/
H A DLogLevel.kt22 enum class LogLevel(@Log.Level val nativeLevel: Int, val shortString: String) { class
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/protologtool/protologtool-lib/linux_glibc_common/javac/
Dprotologtool-lib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/openscreen/platform/api/
H A Dlogging.h12 enum class LogLevel { enum
/aosp_15_r20/external/pigweed/pw_log/rust/
H A Dpw_log_backend_api.rs26 pub enum LogLevel { enum
/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/Internal/Common/
H A DGmmLogger.h46 … spdlog::level::level_enum LogLevel; ///< Indicates the max log level to print variable
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DExceptions.h50 enum class LogLevel enum
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dlog.h44 inline int& LogLevel() { in LogLevel() function
/aosp_15_r20/external/perfetto/protos/perfetto/config/android/
H A Dwindowmanager_config.proto37 enum LogLevel { enum
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dlog.h58 inline int& LogLevel() { in LogLevel() function
/aosp_15_r20/external/google-benchmark/src/
H A Dlog.h58 inline int& LogLevel() { in LogLevel() function
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/logging/
H A DTypes.h34 enum class LogLevel enum
/aosp_15_r20/external/ComputeLibrary/tests/framework/command_line/
H A DCommonOptions.h42 enum class LogLevel; variable
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dlogging.h18 enum class LogLevel { Trace, Debug, Info, Warning, Error }; enum
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DSecurityPolicyAdvancedOptionsConfig.java206 public enum LogLevel implements com.google.protobuf.ProtocolMessageEnum { enum in SecurityPolicyAdvancedOptionsConfig
317 private LogLevel(int value) { in LogLevel() method in SecurityPolicyAdvancedOptionsConfig.LogLevel

12345678910