Home
last modified time | relevance | path

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

/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/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/native/libs/binder/rust/src/parcel/
Dfile_descriptor.rs34 pub fn new(file: File) -> Self { in new() method
Dparcelable_holder.rs76 pub fn new(stability: Stability) -> Self { in new() method
/frameworks/native/libs/binder/rust/src/
Dnative.rs81 pub fn new(rust_object: T) -> Binder<T> { in new() method
516 pub fn new() -> Self { in new() method
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.rs480 fn new<B: AsNative<sys::AIBinder>>(binder: &mut B) -> WpIBinder { in new() method
604 pub fn new<F>(callback: F) -> DeathRecipient in new() method
Dparcel.rs75 pub fn new() -> Parcel { in new() method
/frameworks/native/libs/binder/rust/rpcbinder/src/
Dsession.rs46 pub fn new() -> RpcSession { in new() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionsRepository.kt177 val new = createDemoMobileConnectionRepo(subId) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryViaTrackerLib.kt155 val new = in <lambda>() constant
/frameworks/base/apct-tests/perftests/rubidium/src/android/rubidium/js/
DJSScriptEnginePerfTests.java557 }).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/
DFlow.kt117 .pairwiseBy { old: Set<T>, new: Set<T> -> in new() method
/frameworks/native/libs/input/
Dinput_verifier.rs183 fn new(name: &str) -> Self { in new() method
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs87 fn new(s: &str) -> Self { in new() method
393 pub fn new(identifier: &str) -> Self { in new() method