Searched defs:static (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/tools/lint/global/checks/src/test/java/com/google/android/lint/aidl/ |
H A D | Stubs.kt | 47 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
|
/aosp14/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | CodeUtilsTest.kt | 61 import static org.example.Test.*; import 79 import static org.example.Test2.*; import 123 import static org.example.Test.a; import 124 import static org.example.Test.b; import 135 import static org.example.Test.a; import 136 import static org.example.Test2.b; import 147 import static org.example.Test.a; import
|
H A D | EndToEndTest.kt | 37 import static com.android.internal.protolog.ProtoLogGroup.GROUP; import 68 import static com.android.internal.protolog.ProtoLogGroup.GROUP; import
|
H A D | ProtoLogCallProcessorTest.kt | 105 import static org.example.ProtoLog.d; import 106 import static org.example.ProtoLogGroup.TEST; import
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/varhandles/ |
H A D | generate_java.py | 48 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
|