Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/
DJvmtiAttachingHostTest.java64 public void run(ITestDevice device, String pkg, String apk, String abiName); in run() argument
70 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAttachDuringBind() argument
80 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAttachEarly() argument
96 installLibToDataData(device, pkg, abiName, apk, pwd, AGENT, in testJvmtiAttachEarly()
106 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAgentAppInternal() argument
126 runJvmtiAgentLoadTest((ITestDevice device, String pkg, String apk, String abiName) -> { in testJvmtiAgentAppExternal() argument
142 installLibToDataData(device, pkg, abiName, apk, pwd, AGENT, in testJvmtiAgentAppExternal()
202 private String installLibToDataData(ITestDevice device, String pkg, String abiName, in installLibToDataData() argument
213 String libPathInApk = "lib/" + abiName + "/" + library; in installLibToDataData()
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java74 String abiName = null; in createConfig() local
79 abiName = arg.substring(ABI.length()); in createConfig()
98 List<Class<?>> classes = getClasses(classPathItems, abiName); in createConfig()
179 private static List<Class<?>> getClasses(String[] jars, String abiName) {
188 ClassLoader loader = createClassLoader(jar, abiName);
212 private static ClassLoader createClassLoader(String jar, String abiName) {
214 libPath.append(jar).append("!/lib/").append(abiName);
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java313 String abiName = mAbi.getName(); in run() local
314 String bitness = AbiUtils.getBitness(abiName); in run()
386 dalvikArgs, abiName, runnerArgs, in run()