/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/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/native/libs/binder/rust/src/parcel/ |
D | file_descriptor.rs | 34 pub fn new(file: File) -> Self { in new() method
|
D | parcelable_holder.rs | 76 pub fn new(stability: Stability) -> Self { in new() method
|
/frameworks/native/libs/binder/rust/src/ |
D | native.rs | 81 pub fn new(rust_object: T) -> Binder<T> { in new() method 516 pub fn new() -> Self { in new() method
|
D | binder.rs | 294 pub fn new<I: InterfaceClassMethods>() -> InterfaceClass { in new() method 361 pub fn new(binder: Box<I>) -> Self { in new() method 455 fn new(binder: &Strong<I>) -> Self { in new() method
|
D | proxy.rs | 480 fn new<B: AsNative<sys::AIBinder>>(binder: &mut B) -> WpIBinder { in new() method 604 pub fn new<F>(callback: F) -> DeathRecipient in new() method
|
D | parcel.rs | 75 pub fn new() -> Parcel { in new() method
|
/frameworks/native/libs/binder/rust/rpcbinder/src/ |
D | session.rs | 46 pub fn new() -> RpcSession { in new() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionsRepository.kt | 177 val new = createDemoMobileConnectionRepo(subId) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/ |
D | WifiRepositoryViaTrackerLib.kt | 155 val new = in <lambda>() constant
|
/frameworks/base/apct-tests/perftests/rubidium/src/android/rubidium/js/ |
D | JSScriptEnginePerfTests.java | 557 }).collect(Collectors.toCollection(ArrayList::new)); in getSampleAdDataWithBidList() 567 }).collect(Collectors.toCollection(ArrayList::new)); in getSampleAdDataList()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Flow.kt | 117 .pairwiseBy { old: Set<T>, new: Set<T> -> in new() method
|
/frameworks/native/libs/input/ |
D | input_verifier.rs | 183 fn new(name: &str) -> Self { in new() method
|
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 87 fn new(s: &str) -> Self { in new() method 393 pub fn new(identifier: &str) -> Self { in new() method
|