Home
last modified time | relevance | path

Searched defs:static (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/tools/lint/global/checks/src/test/java/com/google/android/lint/aidl/
DStubs.kt47 import static java.lang.annotation.ElementType.METHOD; import
48 import static java.lang.annotation.RetentionPolicy.CLASS; import
63 import static java.lang.annotation.ElementType.FIELD; import
64 import static java.lang.annotation.ElementType.LOCAL_VARIABLE; import
65 import static java.lang.annotation.ElementType.METHOD; import
66 import static java.lang.annotation.ElementType.PARAMETER; import
67 import static java.lang.annotation.RetentionPolicy.CLASS; import
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DCodeUtilsTest.kt62 import static org.example.Test.*; in checkWildcardStaticImported_true() import
80 import static org.example.Test2.*; in checkWildcardStaticImported_differentClass() import
124 import static org.example.Test.a; in staticallyImportedMethods_ab() import
125 import static org.example.Test.b; in staticallyImportedMethods_ab() import
136 import static org.example.Test.a; in staticallyImportedMethods_differentClass() import
137 import static org.example.Test2.b; in staticallyImportedMethods_differentClass() import
148 import static org.example.Test.a; in staticallyImportedMethods_notStatic() import
DEndToEndTest.kt40 import static com.android.internal.protolog.ProtoLogGroup.GROUP; in <lambda>() import
74 import static com.android.internal.protolog.ProtoLogGroup.GROUP; in <lambda>() import
112 import static com.android.internal.protolog.ProtoLogGroup.GROUP; in <lambda>() import
177 …import static com.android.internal.protolog.common.ProtoLogToolInjected.Value.LEGACY_OUTPUT_FILE_P… in <lambda>() import
178 …import static com.android.internal.protolog.common.ProtoLogToolInjected.Value.LEGACY_VIEWER_CONFIG… in <lambda>() import
179 … import static com.android.internal.protolog.common.ProtoLogToolInjected.Value.VIEWER_CONFIG_PATH; in <lambda>() import
DProtoLogCallProcessorImplTest.kt112 import static org.example.ProtoLog.d; in process_importedStatic() import
113 import static org.example.ProtoLogGroup.TEST; in process_importedStatic() import
/frameworks/native/libs/binder/rust/src/
Dsystem_only.rs66 F: Fn(&str) -> Option<ConnectionInfo> + Send + Sync + 'static, in new()
159 F: Fn(&str) -> Option<ConnectionInfo> + Send + Sync + 'static, in connection_info()
219 F: Fn(&str) -> Option<ConnectionInfo> + Send + Sync + 'static, in cookie_decr_refcount()
297 F: Fn(&str) -> Option<Accessor> + Send + Sync + 'static, in new()
343 F: Fn(&str) -> Option<Accessor> + Send + Sync + 'static, in get_accessor()
384 F: Fn(&str) -> Option<Accessor> + Send + Sync + 'static, in accessor_cookie_decr_refcount()
Dbinder_async.rs52 F1: Send + 'static, in spawn()
55 A: Send + 'static, in spawn()
Dproxy.rs572 F: Fn() + Send + Sync + 'static, in new()
635 F: Fn() + Send + Sync + 'static, in binder_died()
651 F: Fn() + Send + Sync + 'static, in cookie_decr_refcount()
665 F: Fn() + Send + Sync + 'static, in cookie_incr_refcount()
/frameworks/base/apct-tests/perftests/core/src/android/libcore/varhandles/
Dgenerate_java.py48 def __init__(self, code, static, vartype, flavour, klass, method, memloc, argument
100 def BenchVHField(code, static, vartype, flavour, method): argument
112 def BenchReflect(code, static, vartype, method): argument
116 def BenchUnsafe(code, static, vartype, method): argument
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs167 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in test()
170 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>>; in get_dump_args()
173 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>>; in get_selinux_context()
176 fn get_is_handling_transaction(&self) -> binder::BoxFuture<'static, Result<bool, StatusCode>>; in get_is_handling_transaction()
239 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in test()
247 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>> { in get_dump_args()
257 fn get_selinux_context(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in get_selinux_context()
271 fn get_is_handling_transaction(&self) -> binder::BoxFuture<'static, Result<bool, StatusCode>> { in get_is_handling_transaction()
305 fn test(&self) -> binder::BoxFuture<'static, Result<String, StatusCode>> { in test()
310 fn get_dump_args(&self) -> binder::BoxFuture<'static, Result<Vec<String>, StatusCode>> { in get_dump_args()
[all …]
/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs119 F1: Send + 'static, in spawn()
122 A: Send + 'static, in spawn()
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs96 binder: &Strong<(dyn IBinderRpcTest + 'static)>, in nestMe()
111 ) -> Result<Strong<(dyn IBinderRpcSession + 'static)>, Status> { in openSession()
134 _: &Strong<(dyn IBinderRpcCallback + 'static)>, in doCallback()
143 _: &Strong<(dyn IBinderRpcCallback + 'static)>, in doCallbackAsync()
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs111 binder: &Strong<(dyn IBinderRpcTest + 'static)>, in nestMe()
129 fn openSession(&self, name: &str) -> Result<Strong<(dyn IBinderRpcSession + 'static)>, Status> { in openSession()
167 _: &Strong<(dyn IBinderRpcCallback + 'static)>, in doCallback()
176 _: &Strong<(dyn IBinderRpcCallback + 'static)>, in doCallbackAsync()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModel.kt45 get() = interactor.isShelfStatic.map { static -> !static } in <lambda>() method
/frameworks/native/libs/bufferstreams/rust/src/publishers/
Dbuffer_pool_publisher.rs62 fn subscribe(&mut self, subscriber: impl BufferSubscriber + 'static) { in subscribe()
Dtesting.rs95 fn subscribe(&mut self, subscriber: impl BufferSubscriber + 'static) { in subscribe()
/frameworks/native/libs/bufferstreams/rust/src/
Dlib.rs62 fn subscribe(&mut self, subscriber: impl BufferSubscriber + 'static); in subscribe()
/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/
DShadeDisplayAwareDetectorTest.kt37 import static java.lang.annotation.RetentionPolicy.RUNTIME; in getDetector() import
/frameworks/base/tools/aapt2/
DApkInfo.proto287 bool static = 3; field