Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
DTableChangeTest.kt129 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_emptyToString_isString() constant
144 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_intToEmpty_isEmpty() constant
158 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_stringToBool_isBool() constant
173 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_intToString_isString() constant
188 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_boolToInt_isInt() constant
203 val new = TableChange(columnPrefix = "newPrefix", columnName = "newName") in updateTo_boolToNewBool_isNewBool() constant
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_interface_utils.h111 static void* operator new(size_t s) { return std::malloc(s); } in new() function
/frameworks/native/libs/binder/rust/src/parcel/
Dfile_descriptor.rs34 pub fn new(file: File) -> Self { in new() method
Dparcelable_holder.rs79 pub fn new(stability: Stability) -> Self { in new() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionsRepository.kt170 val new = createDemoMobileConnectionRepo(subId) in <lambda>() constant
/frameworks/native/libs/binder/rust/src/
Dbinder.rs294 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
Dproxy.rs474 fn new<B: AsNative<sys::AIBinder>>(binder: &mut B) -> WpIBinder { in new() method
595 pub fn new<F>(callback: F) -> DeathRecipient in new() method
Dnative.rs80 pub fn new(rust_object: T) -> Binder<T> { in new() method
Dparcel.rs75 pub fn new() -> Parcel { in new() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DFlow.kt117 .pairwiseBy { old: Set<T>, new: Set<T> -> in new() method
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs92 fn new(s: &str) -> Self { in new() method
382 pub fn new(identifier: &str) -> Self { in new() method