Home
last modified time | relevance | path

Searched refs:HostStubGenKeptInImpl (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/
D12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt24 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
40 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
50 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
75 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
91 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
101 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
121 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
141 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
157 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
173 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
[all …]
D02-hoststubgen-test-tiny-framework-host-stub-dump.txt24 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
40 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
50 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
75 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
91 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
101 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
121 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
141 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
157 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
173 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
[all …]
D03-hoststubgen-test-tiny-framework-host-impl-dump.txt15 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
20 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
42 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
65 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
70 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
92 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
114 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
137 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
142 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
164 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
[all …]
D13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt25 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
30 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
61 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
94 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
99 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
130 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
161 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
194 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
199 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
230 com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl
[all …]
/frameworks/base/tools/hoststubgen/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostStubGenKeptInImpl.java32 public @interface HostStubGenKeptInImpl { annotation
33 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenKeptInImpl.class);
DHostTestUtils.java132 var allowed = clazz.getAnnotation(HostStubGenKeptInImpl.class) != null; in isClassAllowedToCallNonStubMethods()
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DBaseAdapter.kt29 import com.android.hoststubgen.hosthelper.HostStubGenKeptInImpl in <lambda>()
78 v.visitAnnotation(HostStubGenKeptInImpl.CLASS_DESCRIPTOR, true) in <lambda>()