Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 170) sorted by relevance

1234567

/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/util/
DArrayUtilsTest.kt51 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/
Diterators.rs35 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/
Dobject_mapping.rs46 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/
Dlogger.rs32 const fn new() -> Self { in new() method
61 fn new() -> Self { in new() method
Duart.rs34 pub unsafe fn new(base_address: usize) -> Self { in new() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_gatt.rs38 pub(crate) fn new() -> Self { in new() method
63 pub(crate) fn new() -> Self { in new() method
/packages/modules/Virtualization/authfs/src/file/
Dremote_file.rs48 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/
DMediaParser.java2234 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/
Dbattery_manager.rs68 pub fn new( in new() method
107 pub fn new( in new() method
125 pub fn new() -> Self { in new() method
Dcallbacks.rs22 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/
Dcert.rs66 pub(crate) fn new( in new() method
96 pub(crate) fn new(sub_component: &'a SubComponent) -> der::Result<Self> { in new() method
Dkeyblob.rs58 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/
Dengine.rs48 pub fn new() -> Self { in new() method
82 pub fn new() -> Self { in new() method
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_transport.rs15 pub fn new() -> (Self, UnboundedReceiver<(TransportIndex, AttBuilder)>) { in new() method
Dmock_database_callbacks.rs22 pub fn new() -> (Self, UnboundedReceiver<MockCallbackEvents>) { in new() method
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Dstats.rs35 pub fn new() -> Self { in new() method
Dconfig.rs45 pub fn new() -> Self { in new() method
/packages/modules/Virtualization/pvmfw/src/
Dbcc.rs92 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/
Dservice_watcher.rs26 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/
Dcbs.rs34 pub fn new(buffer: &'a [u8]) -> Self { in new() method
Dcbb.rs32 pub fn new(buffer: &'a mut [u8]) -> Self { in new() method
/packages/modules/Bluetooth/system/rust/src/core/
Dshared_mutex.rs21 pub fn new(t: T) -> Self { in new() method
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dcod.rs9 fn new(cod: u32) -> Class { in new() method
/packages/modules/Virtualization/vmclient/src/
Dsync.rs29 pub fn new(state: T) -> Self { in new() method
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dcommand_handler.rs13 pub fn new(db: Db) -> Self { in new() method

1234567