Home
last modified time | relevance | path

Searched defs:jarFile (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DStrictJarFileTest.java55 StrictJarFile jarFile = new StrictJarFile("Wrong.file"); in testConstructor() local
63 StrictJarFile jarFile = new StrictJarFile(fileName); in testConstructor() local
69 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath()); in testIteration() local
106 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath()); in testFindEntry() local
121 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath()); in testGetManifest() local
129 … StrictJarFile jarFile = new StrictJarFile(new File(resources, "Integrate.jar").getAbsolutePath()); in testJarSigning_wellFormed() local
143 StrictJarFile jarFile = new StrictJarFile( in testJarSigning_fudgedEntry() local
160 StrictJarFile jarFile = new StrictJarFile( in testJarSigning_modifiedClass() local
190 StrictJarFile jarFile = new StrictJarFile( in assertThrowsOnInit() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DVMHostTest.java72 File jarFile = new File(ctsBuild.getTestCasesDir(), getJarFileName()); in installVmPrereqs() local
DJUnitDeviceTest.java156 File jarFile; in installJars() local
DTestNGDeviceTest.java152 File jarFile; in installJars() local
DJarHostTest.java303 File jarFile = mCtsBuild.getTestApp(mJarFileName); in loadClass() local
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
DVmTestPreparer.java85 File jarFile = new File(ctsBuild.getTestsDir(), JAR_FILE); in installVmPrereqs() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java95 JarFile jarFile = null; in getClasses() local
/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java88 File jarFile = MigrationHelper.getTestFile(mBuildInfo, DEVICE_JAR_FILENAME); in setUp() local
/cts/tools/utils/
DCollectAllTests.java188 JarFile jarFile = null; in main() local