/system/bt/gd/rust/common/src/ |
D | lib.rs | 25 android_logger::Config::default().with_tag("bt").with_min_level(log::Level::Debug), in init_logging() 33 .filter(None, log::LevelFilter::Debug) in init_logging() 46 #[derive(Debug, Clone, Copy)]
|
/system/bt/gd/rust/hci/src/ |
D | error.rs | 4 use std::fmt::Debug; 13 #[derive(Error, Debug)] 14 pub enum HciError<T: Debug + 'static> {
|
/system/bt/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 23 #[derive(Debug, FromPrimitive, ToPrimitive)] 39 #[derive(Debug, Default)] 46 #[derive(Debug, Default)] 55 #[derive(Debug, Default)]
|
D | lib.rs | 16 use std::fmt::{Debug, Formatter, Result}; 31 impl Debug for BDAddr {
|
D | bluetooth.rs | 13 use std::fmt::Debug; 101 #[derive(Debug)]
|
/system/bt/gd/rust/hci/custom_types/ |
D | lib.rs | 13 #[derive(Clone, Copy, Eq, PartialEq, Hash, Ord, PartialOrd, Debug)] 42 #[derive(Debug, Clone)] 67 #[derive(Clone, Eq, Copy, PartialEq, Hash, Ord, PartialOrd, Debug)] 86 #[derive(Debug, Clone)]
|
/system/keymaster/include/keymaster/ |
D | logger.h | 41 static int Debug(const char* fmt, ...); 62 #define LOG_D(fmt, ...) Logger::Debug(FILE_LINE fmt, __VA_ARGS__)
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 41 #[derive(Debug)] 55 #[derive(Debug)] 66 #[derive(Debug)] 83 #[derive(Debug)] 95 #[derive(Debug)] 114 #[derive(Debug)]
|
/system/logging/rust/tests/ |
D | env_log_level.rs | 13 assert_eq!(log::max_level(), log::LevelFilter::Debug); in env_log_level()
|
/system/security/keystore2/src/crypto/ |
D | error.rs | 18 #[derive(Debug, thiserror::Error, Eq, PartialEq)]
|
/system/security/keystore2/test_utils/ |
D | lib.rs | 23 #[derive(Debug)]
|
/system/security/keystore2/src/ |
D | watchdog.rs | 46 #[derive(Debug, PartialEq, Eq)] 52 #[derive(Debug, Clone, Hash, PartialEq, Eq)] 304 .with_min_level(log::Level::Debug), in test_watchdog()
|
D | error.rs | 43 #[derive(Debug, thiserror::Error, PartialEq)] 270 #[derive(Debug, thiserror::Error)] 297 .with_min_level(log::Level::Debug), in keystore_error_test()
|
D | id_rotation.rs | 35 #[derive(Debug, Clone)]
|
/system/keymaster/android_keymaster/ |
D | logger.cpp | 42 int Logger::Debug(const char* fmt, ...) { in Debug() function in keymaster::Logger
|
/system/security/keystore2/selinux/src/ |
D | lib.rs | 68 #[derive(thiserror::Error, Debug, PartialEq)] 92 #[derive(Debug)] 402 .with_min_level(log::Level::Debug),
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | DeprecatedParcelable.rs | 1 #[derive(Debug)]
|
D | OtherParcelableForToString.rs | 1 #[derive(Debug)]
|
D | GenericStructuredParcelable.rs | 1 #[derive(Debug)]
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | profiling.gradle | 11 // cmake Debug build type uses -O0, which makes the code slow.
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | profiling.gradle | 11 // cmake Debug build type uses -O0, which makes the code slow.
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | profiling.gradle | 11 // cmake Debug build type uses -O0, which makes the code slow.
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/unions/ |
D | UnionInUnion.rs | 1 #[derive(Debug, Clone, PartialEq)]
|
D | EnumUnion.rs | 1 #[derive(Debug, Clone, PartialEq)]
|
/system/bt/gd/rust/link/src/acl/ |
D | core.rs | 29 #[derive(Debug)] 62 #[derive(Debug)]
|