Searched defs:jar (Results 1 - 2 of 2) sorted by relevance

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
H A DJarHostTestTest.java49 private static final String TEST_JAR1 = "/testtype/testJar1.jar";
50 private static final String TEST_JAR2 = "/testtype/testJar2.jar";
100 * @param parentDir dir where to put the jar. Null if in default tmp directory.
101 * @return the extracted jar file.
105 File jarFile = FileUtil.createTempFile("test", ".jar", parentDir);
146 * Test that {@link JarHostTest#split()} can split classes coming from a jar.
152 setter.setOptionValue("jar", testJar.getName());
164 * Test that {@link JarHostTest#getTestShard(int, int)} can split classes coming from a jar.
173 setter.setOptionValue("jar", testJar.getName());
225 * Testable version of {@link JarHostTest} that allows adding jar t
234 JarHostTestLoader(File testDir, File jar) argument
[all...]
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
H A DDalvikTestRunner.java162 for (String jar : jars) {
164 ClassLoader loader = createClassLoader(jar, abiName);
165 DexFile file = new DexFile(jar);
181 private static ClassLoader createClassLoader(String jar, String abiName) { argument
183 libPath.append(jar).append("!/lib/").append(abiName);
185 jar, libPath.toString(), DalvikTestRunner.class.getClassLoader());

Completed in 253 milliseconds