/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/ |
D | TableChangeTest.kt | 222 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/ |
D | BlueprintAlignmentLines.kt | 47 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/ |
D | hyphenator.rs | 205 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/ |
D | input_filter.rs | 65 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
|
D | input_filter_thread.rs | 70 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/ |
D | MediaViewModelCallback.kt | 25 private val new: List<MediaCommonViewModel>, constant in com.android.systemui.media.controls.ui.util.MediaViewModelCallback
|
D | MediaViewModelListUpdateCallback.kt | 25 private val new: List<MediaCommonViewModel>, constant in com.android.systemui.media.controls.ui.util.MediaViewModelListUpdateCallback
|
/frameworks/native/libs/debugstore/rust/src/ |
D | event.rs | 45 pub fn new( in new() method
|
D | storage.rs | 26 pub fn new() -> Self { in new() method
|
D | core.rs | 52 fn new() -> Self { in new() method
|
/frameworks/native/libs/bufferstreams/rust/src/buffers/ |
D | buffer.rs | 31 pub fn new(buffer_owner: Box<dyn BufferOwner>, hardware_buffer: HardwareBuffer) -> Self { in new() method
|
D | buffer_pool.rs | 66 pub fn new(pool_size: usize, stream_config: StreamConfig) -> Option<Self> { in new() method
|
/frameworks/native/libs/bufferstreams/rust/src/subscriptions/ |
D | shared_buffer_subscription.rs | 32 pub fn new() -> Self { in new() method
|
/frameworks/native/libs/bufferstreams/rust/src/publishers/ |
D | buffer_pool_publisher.rs | 31 pub fn new(stream_config: StreamConfig, size: usize) -> Option<Self> { in new() method
|
D | testing.rs | 30 pub fn new(config: StreamConfig) -> Self { in new() method
|
/frameworks/native/libs/bufferstreams/rust/src/subscribers/ |
D | testing.rs | 41 pub fn new(config: StreamConfig) -> Self { in new() method
|
D | shared.rs | 40 pub fn new(subscriber: S) -> Self { in new() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/log/ |
D | CommunalLoggerStartable.kt | 65 .map { (old, new) -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/impl/custom/data/repository/ |
D | FakeCustomTileDefaultsRepository.kt | 42 .distinctUntilChanged { old, new -> in <lambda>() method
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_interface_utils.h | 113 static void* operator new(size_t s) { return std::malloc(s); } in new() function
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | CommunalAppWidgetHostStartable.kt | 53 .filter { (previous, new) -> previous != new } in <lambda>() method
|
/frameworks/native/libs/binder/rust/src/parcel/ |
D | file_descriptor.rs | 33 pub fn new<F: Into<OwnedFd>>(fd: F) -> Self { in new() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/ |
D | UserTileSpecRepository.kt | 206 val new = newTiles.filter { it !is TileSpec.Invalid } in <lambda>() constant
|
/frameworks/native/libs/binder/rust/rpcbinder/src/server/ |
D | trusty.rs | 48 pub fn new(service: SpIBinder) -> RpcServer { in new() method
|
/frameworks/native/libs/binder/rust/src/ |
D | service.rs | 95 pub fn new() -> Self { in new() method
|