| /packages/modules/Virtualization/libs/apkverify/tests/ |
| D | apkverify_test.rs | 253 fn validate_apk<P: AsRef<Path>>(apk_path: P, expected_algorithm_id: SignatureAlgorithmID) { in validate_apk() 262 fn validate_apk_public_key<P: AsRef<Path>>(apk_path: P) { in validate_apk_public_key() 283 fn validate_apk_digest<P: AsRef<Path>>(apk_path: P, expected_algorithm_id: SignatureAlgorithmID) { in validate_apk_digest() 303 expected_data_path: P, in assert_bytes_eq_to_data_in_file()
|
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
| D | mod.rs | 11 fn poll_lmp_packet<P: TryFrom<lmp::LmpPacket>>(&self) -> Poll<P>; in poll_lmp_packet() 14 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P); in send_lmp_packet() 29 fn receive_lmp_packet<P: TryFrom<lmp::LmpPacket>>(&self) -> ReceiveFuture<'_, Self, P> { in receive_lmp_packet() argument 35 packet: P, in send_accepted_lmp_packet()
|
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/ |
| D | ec.rs | 201 const P: Self::Param; constant 219 const P: Self::Param = [ constant 242 const P: Self::Param = [ constant
|
| D | manager.rs | 58 fn poll_lmp_packet<P: TryFrom<lmp::LmpPacket>>(&self) -> Poll<P> { in poll_lmp_packet() 299 fn poll_lmp_packet<P: TryFrom<lmp::LmpPacket>>(&self) -> Poll<P> { in poll_lmp_packet() 313 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P) { in send_lmp_packet()
|
| /packages/modules/Bluetooth/system/gd/rust/linux/mgmt/ |
| D | build.rs | 14 fn gen_mod_rs<P: AsRef<Path>>(out_dir: PathBuf, inputs: &[P]) { in gen_mod_rs()
|
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/ |
| D | context.rs | 67 fn poll_lmp_packet<P: TryFrom<lmp::LmpPacket>>(&self) -> Poll<P> { in poll_lmp_packet() 83 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P) { in send_lmp_packet()
|
| /packages/modules/Virtualization/libs/devicemapper/src/ |
| D | loopdevice.rs | 64 pub fn attach<P: AsRef<Path>>( in attach() 102 fn try_attach<P: AsRef<Path>>( in try_attach()
|
| /packages/modules/Bluetooth/system/gd/rust/facade_proto/ |
| D | build.rs | 29 fn gen_mod_rs<P: AsRef<Path>>(out_dir: PathBuf, inputs: &[P], grpc: bool) { in gen_mod_rs()
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/ |
| D | ProviderExecutor.java | 73 public <P> void execute(AsyncTask<P, ?, ?> task, P... params) { in execute()
|
| /packages/modules/Virtualization/microdroid_manager/src/ |
| D | ioutil.rs | 31 pub fn wait_for_file<P: AsRef<Path> + Debug>(path: P, timeout: Duration) -> Result<File> { in wait_for_file()
|
| /packages/modules/Virtualization/libs/apkverify/src/ |
| D | v3.rs | 93 pub fn verify<P: AsRef<Path>>(apk_path: P, current_sdk: u32) -> Result<Box<[u8]>> { in verify() 100 pub fn get_public_key_der<P: AsRef<Path>>(apk_path: P, current_sdk: u32) -> Result<Box<[u8]>> { in get_public_key_der()
|
| /packages/modules/Bluetooth/tools/pdl/src/ |
| D | test_utils.rs | 146 pub fn assert_snapshot_eq<P: AsRef<Path>>(snapshot_path: P, actual_content: &str) { in assert_snapshot_eq()
|
| /packages/modules/Virtualization/apkdmverity/src/ |
| D | main.rs | 92 fn enable_verity<P: AsRef<Path> + Debug>( in enable_verity() 94 idsig: P, in enable_verity()
|
| /packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/crypto/ |
| D | E2eeCalculator.java | 39 private static final BigInteger P = ((ECFieldFp) CURVE_SPEC.getCurve().getField()).getP(); field in E2eeCalculator
|
| /packages/services/Car/cpp/evs/apps/default/src/ |
| D | RenderTopView.cpp | 278 const android::mat4 P = in renderCameraOntoGroundPlane() local
|
| /packages/modules/Virtualization/libs/libfdt/src/ |
| D | lib.rs | 234 pub fn ranges<A, P, S>(&self) -> Result<Option<RangesIterator<'a, A, P, S>>> { in ranges() argument
|