Home
last modified time | relevance | path

Searched refs:HostStubGenKeptInStub (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/
D12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt22 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
38 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
48 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
73 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
89 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
99 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
119 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
139 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
155 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
171 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
[all …]
D02-hoststubgen-test-tiny-framework-host-stub-dump.txt22 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
38 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
48 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
73 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
89 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
99 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
119 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
139 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
155 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
171 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
[all …]
D03-hoststubgen-test-tiny-framework-host-impl-dump.txt240 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
259 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
269 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
296 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
315 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
325 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
345 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
365 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
383 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
403 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
[all …]
D13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt339 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
363 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
373 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
415 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
439 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
449 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
478 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
498 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
521 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
549 com.android.hoststubgen.hosthelper.HostStubGenKeptInStub
[all …]
/frameworks/base/tools/hoststubgen/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostStubGenKeptInStub.java35 public @interface HostStubGenKeptInStub { annotation
36 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenKeptInStub.class);
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DBaseAdapter.kt30 import com.android.hoststubgen.hosthelper.HostStubGenKeptInStub in <lambda>()
75 v.visitAnnotation(HostStubGenKeptInStub.CLASS_DESCRIPTOR, true) in <lambda>()