Home
last modified time | relevance | path

Searched refs:HostTestUtils (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/
D13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt16 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
17 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…
54 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
55 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…
85 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
86 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…
123 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
124 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…
154 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
155 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…
[all …]
D03-hoststubgen-test-tiny-framework-host-impl-dump.txt488 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.getStackWalker…
490 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onNonStubMetho…
633 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…
694 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.getStackWalker…
696 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onNonStubMetho…
764 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.getStackWalker…
766 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onNonStubMetho…
767 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onThrowMethodC…
1193 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…
1757 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…
[all …]
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DImplGeneratingAdapter.kt31 import com.android.hoststubgen.hosthelper.HostTestUtils in <lambda>()
115 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()
269 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()
387 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()
436 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()
448 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()
/frameworks/base/tools/hoststubgen/hoststubgen/
Dhoststubgen-standard-options.txt10 # com.android.hoststubgen.hosthelper.HostTestUtils.logMethodCall
12 # com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
/frameworks/base/tools/hoststubgen/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/
DHostTestUtils.java29 public class HostTestUtils { class
30 private HostTestUtils() { in HostTestUtils() method in HostTestUtils
41 public static final String CLASS_INTERNAL_NAME = getInternalName(HostTestUtils.class);
DHostStubGenProcessedAsThrow.java32 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsThrow.class);
DHostStubGenProcessedAsIgnore.java32 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsIgnore.class);
DHostStubGenKeptInImpl.java33 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenKeptInImpl.class);
DHostStubGenKeptInStub.java36 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenKeptInStub.class);
DHostStubGenProcessedAsSubstitute.java35 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(
/frameworks/base/ravenwood/texts/
Dravenwood-standard-options.txt13 # com.android.hoststubgen.hosthelper.HostTestUtils.logMethodCall
15 # com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/
DAndroid.bp72 … "--default-method-call-hook com.android.hoststubgen.hosthelper.HostTestUtils.logMethodCall " +
73 … "--default-class-load-hook com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded ",