Searched defs:static (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
D | CodeUtilsTest.kt | 61 import static org.example.Test.*; in checkWildcardStaticImported_true() import 79 import static org.example.Test2.*; in checkWildcardStaticImported_differentClass() import 123 import static org.example.Test.a; in staticallyImportedMethods_ab() import 124 import static org.example.Test.b; in staticallyImportedMethods_ab() import 135 import static org.example.Test.a; in staticallyImportedMethods_differentClass() import 136 import static org.example.Test2.b; in staticallyImportedMethods_differentClass() import 147 import static org.example.Test.a; in staticallyImportedMethods_notStatic() import
|
D | EndToEndTest.kt | 37 import static com.android.internal.protolog.ProtoLogGroup.GROUP; in <lambda>() import 68 import static com.android.internal.protolog.ProtoLogGroup.GROUP; in <lambda>() import
|
D | ProtoLogCallProcessorTest.kt | 105 import static org.example.ProtoLog.d; in process_importedStatic() import 106 import static org.example.ProtoLogGroup.TEST; in process_importedStatic() import
|
/frameworks/native/libs/binder/rust/src/ |
D | binder_async.rs | 49 F1: Send + 'static, in spawn() 52 A: Send + 'static, in spawn()
|
D | proxy.rs | 597 F: Fn() + Send + Sync + 'static, in new() 654 F: Fn() + Send + Sync + 'static, in binder_died() 669 F: Fn() + Send + Sync + 'static, in cookie_decr_refcount() 682 F: Fn() + Send + Sync + 'static, in cookie_incr_refcount()
|
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 171 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in test() 174 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>>; in get_dump_args() 177 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in get_selinux_context() 180 fn get_is_handling_transaction(&self) -> binder::BoxFuture<'static, Result<bool, StatusCode>>; in get_is_handling_transaction() 242 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in test() 250 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>> { in get_dump_args() 258 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in get_selinux_context() 266 fn get_is_handling_transaction(&self) -> binder::BoxFuture<'static, Result<bool, StatusCode>> { in get_is_handling_transaction() 294 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in test() 299 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>> { in get_dump_args() [all …]
|
/frameworks/native/libs/binder/rust/binder_tokio/ |
D | lib.rs | 92 F1: Send + 'static, in spawn() 95 A: Send + 'static, in spawn()
|