Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
DTableChangeTest.kt222 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_emptyToString_isString() constant
237 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_intToEmpty_isEmpty() constant
251 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_stringToBool_isBool() constant
266 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_intToString_isString() constant
281 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_boolToInt_isInt() constant
296 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_boolToNewBool_isNewBool() constant
312 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName", isInitial = true) in updateTo_notInitialToInitial_isInitial() constant
325 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName", isInitial = false) in updateTo_initialToNotInitial_isNotInitial() constant
427 val new = in updateTo_newColumnPrefixTooLong_truncated() constant
443 val new = in updateTo_newColumnNameTooLong_truncated() constant
[all …]
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DBlueprintAlignmentLines.kt47 merger = { old, new -> in <lambda>() method
56 merger = { old, new -> in <lambda>() method
65 merger = { old, new -> in <lambda>() method
74 merger = { old, new -> in <lambda>() method
/frameworks/minikin/rust/
Dhyphenator.rs205 pub const fn new(bytes: &'a [u8]) -> Self { in new() method
306 pub const fn new(bytes: &'a [u8]) -> Self { in new() method
368 pub fn new(bytes: &'a [u8]) -> Self { in new() method
395 pub fn new(bytes: &'a [u8]) -> Self { in new() method
438 pub const fn new(entry_value: u32) -> Self { in new() method
457 pub const fn new(bytes: &'a [u8]) -> Self { in new() method
506 pub fn new(bytes: &'a [u8]) -> Self { in new() method
522 pub const fn new(bytes: &'a [u8], pattern_offset: u32, entry: u32) -> Self { in new() method
552 pub fn new(data: &'static [u8], min_prefix: u32, min_suffix: u32, locale: &str) -> Self { in new() method
/frameworks/native/services/inputflinger/rust/
Dinput_filter.rs65 pub fn new(callbacks: Strong<dyn IInputFilterCallbacks>) -> InputFilter { in new() method
141 fn new(callbacks: Arc<RwLock<Strong<dyn IInputFilterCallbacks>>>) -> BaseFilter { in new() method
169 pub fn new(callbacks: Arc<RwLock<Strong<dyn IInputFilterCallbacks>>>) -> ModifierStateListener { in new() method
191 pub fn new( in new() method
357 pub fn new() -> Self { in new() method
422 pub fn new() -> Self { in new() method
500 pub fn new(callback: Strong<dyn IInputThreadCallback>) -> Self { in new() method
Dinput_filter_thread.rs70 pub fn new(thread_creator: InputFilterThreadCreator) -> InputFilterThread { in new() method
226 fn new() -> Self { in new() method
351 pub fn new() -> Self { in new() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/util/
DMediaViewModelCallback.kt25 private val new: List<MediaCommonViewModel>, constant in com.android.systemui.media.controls.ui.util.MediaViewModelCallback
DMediaViewModelListUpdateCallback.kt25 private val new: List<MediaCommonViewModel>, constant in com.android.systemui.media.controls.ui.util.MediaViewModelListUpdateCallback
/frameworks/native/libs/debugstore/rust/src/
Devent.rs45 pub fn new( in new() method
Dstorage.rs26 pub fn new() -> Self { in new() method
Dcore.rs52 fn new() -> Self { in new() method
/frameworks/native/libs/bufferstreams/rust/src/buffers/
Dbuffer.rs31 pub fn new(buffer_owner: Box<dyn BufferOwner>, hardware_buffer: HardwareBuffer) -> Self { in new() method
Dbuffer_pool.rs66 pub fn new(pool_size: usize, stream_config: StreamConfig) -> Option<Self> { in new() method
/frameworks/native/libs/bufferstreams/rust/src/subscriptions/
Dshared_buffer_subscription.rs32 pub fn new() -> Self { in new() method
/frameworks/native/libs/bufferstreams/rust/src/publishers/
Dbuffer_pool_publisher.rs31 pub fn new(stream_config: StreamConfig, size: usize) -> Option<Self> { in new() method
Dtesting.rs30 pub fn new(config: StreamConfig) -> Self { in new() method
/frameworks/native/libs/bufferstreams/rust/src/subscribers/
Dtesting.rs41 pub fn new(config: StreamConfig) -> Self { in new() method
Dshared.rs40 pub fn new(subscriber: S) -> Self { in new() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/log/
DCommunalLoggerStartable.kt65 .map { (old, new) -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/impl/custom/data/repository/
DFakeCustomTileDefaultsRepository.kt42 .distinctUntilChanged { old, new -> in <lambda>() method
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_interface_utils.h113 static void* operator new(size_t s) { return std::malloc(s); } in new() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DCommunalAppWidgetHostStartable.kt53 .filter { (previous, new) -> previous != new } in <lambda>() method
/frameworks/native/libs/binder/rust/src/parcel/
Dfile_descriptor.rs33 pub fn new<F: Into<OwnedFd>>(fd: F) -> Self { in new() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DUserTileSpecRepository.kt206 val new = newTiles.filter { it !is TileSpec.Invalid } in <lambda>() constant
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dtrusty.rs48 pub fn new(service: SpIBinder) -> RpcServer { in new() method
/frameworks/native/libs/binder/rust/src/
Dservice.rs95 pub fn new() -> Self { in new() method

12