• Home
  • Raw
  • Download

Lines Matching refs:to_string

30             name: OctetString::new("com.android.os.statsd".to_string()).unwrap(),  in test_encode_module_info_same_name()
34 name: OctetString::new("com.android.os.statsd".to_string()).unwrap(), in test_encode_module_info_same_name()
45 name: OctetString::new("com.android.os.statsd".to_string()).unwrap(), in test_encode_module_info_same_name()
49 name: OctetString::new("com.android.os.statsd".to_string()).unwrap(), in test_encode_module_info_same_name()
61 ModuleInfo { name: OctetString::new("com.android.wifi".to_string()).unwrap(), version: 2 }, in test_encode_module_info_same_name_length()
62 ModuleInfo { name: OctetString::new("com.android.virt".to_string()).unwrap(), version: 1 }, in test_encode_module_info_same_name_length()
86 name: OctetString::new("com.android.extservices".to_string()).unwrap(), in test_encode_module_info_version_irrelevant()
89 ModuleInfo { name: OctetString::new("com.android.adbd".to_string()).unwrap(), version: 14 }, in test_encode_module_info_version_irrelevant()
114 name: OctetString::new("com.android.crashrecovery".to_string()).unwrap(), in test_encode_module_info_alphaordering_irrelevant()
117 ModuleInfo { name: OctetString::new("com.android.rkpd".to_string()).unwrap(), version: 8 }, in test_encode_module_info_alphaordering_irrelevant()
139 ModuleInfo { name: OctetString::new("com.android.rkpd".to_string()).unwrap(), version: 8 }, in test_encode_module_info()
141 name: OctetString::new("com.android.extservices".to_string()).unwrap(), in test_encode_module_info()
145 name: OctetString::new("com.android.crashrecovery".to_string()).unwrap(), in test_encode_module_info()
148 ModuleInfo { name: OctetString::new("com.android.wifi".to_string()).unwrap(), version: 2 }, in test_encode_module_info()
149 ModuleInfo { name: OctetString::new("com.android.virt".to_string()).unwrap(), version: 1 }, in test_encode_module_info()
150 ModuleInfo { name: OctetString::new("com.android.adbd".to_string()).unwrap(), version: 14 }, in test_encode_module_info()