Home
last modified time | relevance | path

Searched defs:M (Results 1 – 4 of 4) sorted by relevance

/system/sepolicy/build/soong/
Dselinux_test.go25 func TestMain(m *testing.M) {
/system/security/keystore2/test_utils/
Drun_as.rs177 pub fn send(&mut self, data: &M) { in send()
182 pub fn recv(&mut self) -> M { in recv()
229 pub unsafe fn run_as_child<F, R, M>( in run_as_child() argument
238 F: 'static + Send + FnOnce(&mut ChannelReader<M>, &mut ChannelWriter<M>) -> R, in run_as_child()
/system/keymint/tests/src/
Dlib.rs345 pub fn test_aes_cmac<M: AesCmac>(cmac: M) { in test_aes_cmac()
548 pub fn test_sdd_mgr<M: keyblob::SecureDeletionSecretManager, R: Rng>(mut sdd_mgr: M, mut rng: R) { in test_sdd_mgr() argument
/system/tools/aidl/build/
Daidl_test.go35 func TestMain(m *testing.M) {