/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/utils/ |
D | ArrayUtilsTest.kt | 54 val new = arrayOf(TEST_STRING) in appendString_appendToEmptyArray_returnsArrayWithNewString() constant 69 val new = arrayOf("old test", TEST_STRING) in appendString_appendNewString() constant
|
/packages/modules/Virtualization/libs/libvmbase/src/arch/aarch64/ |
D | uart.rs | 32 pub fn new(registers: UniqueMmioPointer<'a, [ReadWrite<u8>; 8]>) -> Self { in new() method 51 pub unsafe fn new(base_address: usize) -> Self { in new() method
|
/packages/modules/Virtualization/libs/libfdt/src/ |
D | iterators.rs | 35 pub(crate) fn new(fdt: &'a Fdt, compatible: &'a CStr) -> Result<Self, FdtError> { in new() method 62 pub(crate) fn new(bytes: &'a [u8]) -> Self { in new() method 112 pub(crate) fn new( in new() method 159 pub(crate) fn new(reg: RegIterator<'a>) -> Self { in new() method 200 pub(crate) fn new( in new() method 295 pub(crate) fn new(node: &FdtNode<'a>) -> Result<Self, FdtError> { in new() method 321 pub(crate) fn new(node: &FdtNode<'a>) -> Self { in new() method 344 pub(crate) fn new(node: &'a FdtNode) -> Result<Self, FdtError> { in new() method
|
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
D | object_mapping.rs | 46 pub fn new(env: JNIEnv<'a>, params_obj: JObject<'a>) -> Self { in new() method 200 fn new(env: JNIEnv<'a>, address_obj: JObject<'a>) -> Self { in new() method 237 pub fn new(env: JNIEnv<'a>, params_obj: JObject<'a>) -> Self { in new() method 311 fn new(env: JNIEnv<'a>, pulse_obj: JObject<'a>) -> Self { in new() method 336 fn new(env: JNIEnv<'a>, protocol_obj: JObject<'a>) -> Self { in new() method 365 pub fn new(env: JNIEnv<'a>, controlee_obj: JObject<'a>) -> Self { in new() method 409 pub fn new(env: JNIEnv<'a>, country_code_arr: jbyteArray) -> Self { in new() method 443 pub fn new(env: JNIEnv<'a>, power_stats: PowerStats) -> Self { in new() method 482 pub fn new( in new() method 631 pub fn new( in new() method
|
/packages/modules/Virtualization/libs/libvmbase/src/ |
D | logger.rs | 32 const fn new() -> Self { in new() method 61 fn new() -> Self { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | bt_gatt.rs | 38 pub(crate) fn new() -> Self { in new() method 63 pub(crate) fn new() -> Self { in new() method
|
/packages/modules/Virtualization/guest/authfs/src/file/ |
D | remote_file.rs | 48 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() method 88 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() method 114 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() method
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaParser.java | 2234 extractorFactoriesByName.put(PARSER_NAME_MATROSKA, MatroskaExtractor::new); in extractorFactoriesByName.put() 2235 extractorFactoriesByName.put(PARSER_NAME_FMP4, FragmentedMp4Extractor::new); in extractorFactoriesByName.put() 2236 extractorFactoriesByName.put(PARSER_NAME_MP4, Mp4Extractor::new); in extractorFactoriesByName.put() 2237 extractorFactoriesByName.put(PARSER_NAME_MP3, Mp3Extractor::new); in extractorFactoriesByName.put() 2238 extractorFactoriesByName.put(PARSER_NAME_ADTS, AdtsExtractor::new); in extractorFactoriesByName.put() 2239 extractorFactoriesByName.put(PARSER_NAME_AC3, Ac3Extractor::new); in extractorFactoriesByName.put() 2240 extractorFactoriesByName.put(PARSER_NAME_TS, TsExtractor::new); in extractorFactoriesByName.put() 2241 extractorFactoriesByName.put(PARSER_NAME_FLV, FlvExtractor::new); in extractorFactoriesByName.put() 2242 extractorFactoriesByName.put(PARSER_NAME_OGG, OggExtractor::new); in extractorFactoriesByName.put() 2243 extractorFactoriesByName.put(PARSER_NAME_PS, PsExtractor::new); in extractorFactoriesByName.put() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_manager.rs | 69 pub fn new( in new() method 108 pub fn new( in new() method 126 pub fn new() -> Self { in new() method
|
D | callbacks.rs | 22 pub fn new(tx: Sender<Message>, disconnected_message: fn(u32) -> Message) -> Self { in new() method 106 fn new(id: String) -> TestCallback { in new() method
|
/packages/modules/Virtualization/libs/libservice_vm_requests/src/ |
D | cert.rs | 66 pub(crate) fn new( in new() method 96 pub(crate) fn new(sub_component: &'a SubComponent) -> der::Result<Self> { in new() method
|
D | keyblob.rs | 58 pub(crate) fn new(private_key: &[u8], kek_secret: &[u8]) -> Result<Self> { in new() method 70 fn new(private_key: &[u8], kek_secret: &[u8]) -> Result<Self> { in new() method
|
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/ |
D | mock_transport.rs | 15 pub fn new() -> (Self, UnboundedReceiver<(TransportIndex, att::Att)>) { in new() method
|
D | mock_database_callbacks.rs | 16 pub fn new() -> (Self, UnboundedReceiver<MockCallbackEvents>) { in new() method
|
/packages/modules/ConfigInfrastructure/aconfigd/src/ |
D | test_utils.rs | 33 pub(crate) fn new() -> Self { in new() method 64 pub(crate) fn new() -> Self { in new() method
|
/packages/modules/Bluetooth/floss/hcidoc/src/ |
D | engine.rs | 48 pub fn new() -> Self { in new() method 82 pub fn new() -> Self { in new() method
|
/packages/modules/Virtualization/microfuchsia/microfuchsiad/src/ |
D | instance_manager.rs | 32 pub fn new(service: Strong<dyn IVirtualizationService>) -> Self { in new() method
|
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/ |
D | stats.rs | 35 pub fn new() -> Self { in new() method
|
/packages/modules/UprobeStats/rust/ffi/ |
D | dynamic_instrumentation_manager.rs | 109 pub fn new( in new() method 157 pub fn new(uid: u32, pid: i32, process_name: &str) -> Result<Self> { in new() method
|
/packages/modules/Virtualization/libs/libvmbase/src/memory/ |
D | shared.rs | 51 pub fn new() -> Result<Self> { in new() method 168 pub fn new(granule: usize, capacity: usize) -> Self { in new() method
|
/packages/modules/Virtualization/libs/bssl/src/ |
D | cbb.rs | 32 pub fn new(buffer: &'a mut [u8]) -> Self { in new() method
|
D | cbs.rs | 34 pub fn new(buffer: &'a [u8]) -> Self { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | service_watcher.rs | 26 fn new(service_name: String) -> Self { in new() method 48 pub fn new(conn: Arc<SyncConnection>, service_name: String) -> Self { in new() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | cod.rs | 9 fn new(cod: u32) -> Class { in new() method
|
/packages/modules/Bluetooth/system/rust/src/core/ |
D | shared_mutex.rs | 23 pub fn new(t: T) -> Self { in new() method
|