/device/google/contexthub/util/nanotool/ |
D | log.cpp | 63 void Log::Debug(const char *format, ...) { in Debug() function in android::Log 64 LOG_EX_VARARGS(LogLevel::Debug, format); in Debug() 72 if (Log::level_ < LogLevel::Debug) { in DebugBuf() 81 Log::Debug("Dumping buffer of size %zu bytes", size); in DebugBuf() 89 Log::Debug(" %s\t%s", line, line_chars); in DebugBuf() 103 Log::Debug(" %s%s%s", line, tabs.c_str(), line_chars); in DebugBuf() 115 case LogLevel::Debug: in LevelAbbrev()
|
D | log.h | 35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__) 57 Debug, enumerator 73 static void Debug(const char *format, ...);
|
D | nanotool.cpp | 342 Log::SetLevel(Log::LogLevel::Debug); in ParseArgs()
|
/device/google/zuma-sepolicy/radio/ |
D | vendor_telephony_debug_app.te | 12 # Debug property 16 # System Debug Mode
|
/device/google/zumapro-sepolicy/radio/ |
D | vendor_telephony_debug_app.te | 12 # Debug property 16 # System Debug Mode
|
/device/google/gs201-sepolicy/whitechapel_pro/ |
D | vendor_telephony_debug_app.te | 12 # Debug property 16 # System Debug Mode
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/ |
D | error.rs | 8 #[derive(Debug)] 39 #[derive(Debug)]
|
D | version.rs | 8 #[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
|
D | lib.rs | 82 #[derive(Clone, Debug)]
|
/device/google/cuttlefish/guest/hals/keymint/rust/src/ |
D | keymint_hal_main.rs | 37 #[derive(Debug, Clone)] 41 #[derive(Debug)]
|
/device/google/cuttlefish/host/commands/secure_env/rust/ |
D | lib.rs | 64 log::set_max_level(log::LevelFilter::Debug); // Filtering happens elsewhere in ta_main() 280 log::Level::Debug => 1, in log()
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/ |
D | lib.rs | 76 #[derive(Clone, Debug)] 88 #[derive(Clone, Debug)] 153 impl fmt::Debug for Error {
|
/device/google/cuttlefish/guest/hals/nfc/src/ |
D | main.rs | 42 android_logger::Config::default().with_tag(LOG_TAG).with_max_level(LevelFilter::Debug), in main()
|
/device/google/cuttlefish/shared/minidroid/sample/ |
D | client.rs | 17 .with_max_level(log::LevelFilter::Debug), in main()
|
/device/google/cuttlefish/ |
D | README.md | 74 ## Debug Cuttlefish
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/ |
D | CHANGELOG.md | 115 - Derive `Clone` for `Library` and `Debug` for `Config (#91)
|
/device/generic/vulkan-cereal/ |
D | .gitignore | 279 Debug/
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 5984 Landroid/os/Debug$MemoryInfo$1; 5985 Landroid/os/Debug$MemoryInfo; 5986 Landroid/os/Debug; 9371 Landroid/view/inputmethod/ImeTracker$Debug$$ExternalSyntheticLambda0; 9372 Landroid/view/inputmethod/ImeTracker$Debug$$ExternalSyntheticLambda1; 9373 Landroid/view/inputmethod/ImeTracker$Debug$$ExternalSyntheticLambda2; 9374 Landroid/view/inputmethod/ImeTracker$Debug; 13807 Lgov/nist/core/Debug; 16747 Lsun/security/util/Debug; 17185 [Landroid/os/Debug$MemoryInfo; [all …]
|
D | preloaded-classes | 298 [Landroid.os.Debug$MemoryInfo; 6650 android.os.Debug 6651 android.os.Debug$MemoryInfo 6652 android.os.Debug$MemoryInfo$1 10032 android.view.inputmethod.ImeTracker$Debug 10033 android.view.inputmethod.ImeTracker$Debug$$ExternalSyntheticLambda0 10034 android.view.inputmethod.ImeTracker$Debug$$ExternalSyntheticLambda1 10035 android.view.inputmethod.ImeTracker$Debug$$ExternalSyntheticLambda2 14456 gov.nist.core.Debug 17393 sun.security.util.Debug
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 6138 // Debug annotations are intended for debug use and are not considered a stable
|