/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/bt/gd/rust/main/src/ |
D | lib.rs | 56 pub async fn get<T: 'static + Clone + Send + Sync + Stoppable>(&self) -> T { in get() 61 pub fn get_blocking<T: 'static + Clone + Send + Sync + Stoppable>(&self) -> T { in get_blocking() 66 pub async fn get_grpc<T: 'static + Clone + Send + Sync + GrpcFacade + Stoppable>( in get_grpc()
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.dict | 69 " Clone " 74 " Clone "
|
/system/bt/gd/rust/hal/src/ |
D | snoop.rs | 20 #[derive(Clone, Stoppable)] 28 #[derive(Clone, Stoppable)] 37 #[derive(Clone, Stoppable)] 46 #[derive(Clone, Stoppable)] 55 #[derive(Clone)] 82 #[derive(Clone, Stoppable)]
|
/system/bt/gd/rust/gddi/src/ |
D | lib.rs | 35 #[derive(Clone)] 79 pub async fn get<T: 'static + Clone + Send + Sync + Stoppable>(self: &Arc<Self>) -> T { in get() 104 pub async fn inject<T: 'static + Clone + Send + Sync>(self: &Arc<Self>, obj: T) { in inject()
|
/system/security/keystore2/aidl/android/security/metrics/ |
D | CrashStats.aidl | 20 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | RkpErrorStats.aidl | 24 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | Keystore2AtomWithOverflow.aidl | 31 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | KeystoreAtom.aidl | 28 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | StorageStats.aidl | 25 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | KeyOperationWithPurposeAndModesInfo.aidl | 25 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | RkpPoolStats.aidl | 25 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | KeyCreationWithPurposeAndModesInfo.aidl | 25 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | KeyCreationWithAuthInfo.aidl | 26 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | KeyOperationWithGeneralInfo.aidl | 26 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
D | KeyCreationWithGeneralInfo.aidl | 27 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true, Hash=true)
|
/system/tools/aidl/tests/android/aidl/tests/unions/ |
D | UnionInUnion.aidl | 21 @RustDerive(Clone=true, PartialEq=true)
|
D | EnumUnion.aidl | 22 @RustDerive(Clone=true, PartialEq=true)
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | KeyDescriptor.aidl | 36 @RustDerive(Clone=true, Eq=true, Ord=true, PartialEq=true, PartialOrd=true) @VintfStability
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
D | KeyDescriptor.aidl | 36 @RustDerive(Clone=true, Eq=true, Ord=true, PartialEq=true, PartialOrd=true) @VintfStability
|
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | KeyDescriptor.aidl | 53 @RustDerive(Clone=true, Eq=true, PartialEq=true, Ord=true, PartialOrd=true)
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | Union.aidl | 21 @RustDerive(Clone=true, PartialEq=true)
|
/system/bt/gd/rust/hci/src/ |
D | lib.rs | 49 #[derive(Clone, Stoppable)] 88 #[derive(Clone, Stoppable)] 106 #[derive(Clone, Stoppable)] 122 #[derive(Clone, Stoppable)]
|
D | controller.rs | 188 #[derive(Clone, Stoppable)] 216 #[derive(Clone)] 239 #[derive(Clone)] 290 #[derive(Clone)]
|
/system/unwinding/libunwindstack/tests/ |
D | RegsFake.h | 64 Regs* Clone() override { return nullptr; } in Clone() function 106 Regs* Clone() override { return nullptr; } in Clone() function
|