/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/util/ |
D | ArrayUtilsTest.kt | 51 val new = arrayOf(TEST_STRING) in appendString_appendToEmptyArray_returnsArrayWithNewString() constant 66 val new = arrayOf("old test", TEST_STRING) in appendString_appendNewString() constant
|
/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/vmbase/src/ |
D | logger.rs | 32 const fn new() -> Self { in new() method 61 fn new() -> Self { in new() method
|
D | uart.rs | 34 pub unsafe fn new(base_address: usize) -> 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/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 | 68 pub fn new( in new() method 107 pub fn new( in new() method 125 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/service_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/floss/hcidoc/src/ |
D | engine.rs | 48 pub fn new() -> Self { in new() method 82 pub fn new() -> Self { in new() method
|
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/ |
D | mock_transport.rs | 15 pub fn new() -> (Self, UnboundedReceiver<(TransportIndex, AttBuilder)>) { in new() method
|
D | mock_database_callbacks.rs | 22 pub fn new() -> (Self, UnboundedReceiver<MockCallbackEvents>) { in new() method
|
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/ |
D | stats.rs | 35 pub fn new() -> Self { in new() method
|
D | config.rs | 45 pub fn new() -> Self { in new() method
|
/packages/modules/Virtualization/pvmfw/src/ |
D | bcc.rs | 92 pub fn new(received_bcc: Option<&[u8]>) -> Result<Bcc> { in new() method 144 pub fn new(entry: Value) -> 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/Virtualization/libs/bssl/src/ |
D | cbs.rs | 34 pub fn new(buffer: &'a [u8]) -> Self { in new() method
|
D | cbb.rs | 32 pub fn new(buffer: &'a mut [u8]) -> Self { in new() method
|
/packages/modules/Bluetooth/system/rust/src/core/ |
D | shared_mutex.rs | 21 pub fn new(t: T) -> 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/Virtualization/vmclient/src/ |
D | sync.rs | 29 pub fn new(state: T) -> Self { in new() method
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | command_handler.rs | 13 pub fn new(db: Db) -> Self { in new() method
|