Home
last modified time | relevance | path

Searched defs:abiName (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/
DJvmtiAttachingHostTest.java65 public void run(ITestDevice device, String pkg, String apk, String abiName); in run()
76 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAttachDuringBind()
86 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAttachEarly()
113 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAgentAppInternal()
133 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAgentAppExternal()
215 private String installLibToDataData(ITestDevice device, String pkg, String abiName, in installLibToDataData()
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java77 String abiName = null; in createConfig() local
208 private static List<Class<?>> getClasses(String[] jars, String abiName) { in getClasses()
241 private static ClassLoader createClassLoader(String jar, String abiName) { in createClassLoader()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java347 String abiName = mAbi.getName(); in run() local