Home
last modified time | relevance | path

Searched refs:newFolder (Results 1 – 18 of 18) sorted by relevance

/external/junit/src/main/java/org/junit/rules/
DTemporaryFolder.java85 public File newFolder(String folder) throws IOException { in newFolder() method in TemporaryFolder
86 return newFolder(new String[]{folder}); in newFolder()
93 public File newFolder(String... folderNames) throws IOException { in newFolder() method in TemporaryFolder
129 public File newFolder() throws IOException { in newFolder() method in TemporaryFolder
/external/r8/src/test/java/com/android/tools/r8/
DR8EntryPointTests.java42 Path out = temp.newFolder("outdex").toPath(); in testRun1Dir()
51 Path out = temp.newFolder("outdex").toPath().resolve("dex.zip"); in testRun1Zip()
60 Path out = temp.newFolder("outdex").toPath(); in testRun2Dir()
74 Path out = temp.newFolder("outdex").toPath().resolve("dex.zip"); in testRun2Zip()
88 Path out = temp.newFolder("outdex").toPath(); in testMainDir()
103 Path out = temp.newFolder("outdex").toPath().resolve("dex.zip"); in testMainZip()
DR8RunArtTestsTest.java1174 File resultDir = temp.newFolder(firstCompilerUnderTest.toString().toLowerCase() + "-output"); in runJctfTest()
1263 File r8ResultDir = temp.newFolder("r8-output"); in runJctfTest()
1404 File resultDir = temp.newFolder(firstCompilerUnderTest.toString().toLowerCase() + "-output"); in runArtTest()
1429 resultDir = temp.newFolder("r8-output"); in runArtTest()
/external/r8/src/test/java/com/android/tools/r8/jsr45/
DJSR45Tests.java98 Path outputPath = tmpOutputDir.newFolder().toPath(); in testSourceDebugExtensionWithD8()
111 Path outputPath = tmpOutputDir.newFolder().toPath(); in testSourceDebugExtensionWithShriking1()
122 Path outputPath = tmpOutputDir.newFolder().toPath(); in testSourceDebugExtensionWithShrinking2()
133 Path outputPath = tmpOutputDir.newFolder().toPath(); in testSourceDebugExtensionWithShrinking3()
147 Path outputPath = tmpOutputDir.newFolder().toPath(); in testSourceDebugExtensionWithShrinking4()
/external/caliper/caliper/src/test/java/com/google/caliper/config/
DCaliperConfigTest.java64 File tempBaseDir = folder.newFolder(); in getVmConfig_baseDirectoryAndName()
74 File tempBaseDir = folder.newFolder(); in getVmConfig_baseDirectoryAndHome()
85 File jdkHome = folder.newFolder(); in getVmConfig()
102 File jdkHome = folder.newFolder(); in getVmConfig_escapedSpacesInArgs()
DLoggingConfigLoaderTest.java67 this.caliperDirectory = folder.newFolder(); in setUp()
/external/r8/src/test/java/com/android/tools/r8/jasmin/
DJasminTestBase.java42 File out = temp.newFolder("classes"); in runOnJavaRaw()
109 return runDx(builder, temp.newFolder("classes_for_dx"), in runOnArtDxRaw()
115 ProcessResult result = runDx(builder, temp.newFolder("classes_for_dx"), dex); in runOnArtDx()
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
DFileOutputTest.java68 options.setDestfile(folder.newFolder("folder").getAbsolutePath()); in testInvalidDestFile()
/external/r8/src/test/java/com/android/tools/r8/rewrite/longcompare/
DLongCompare.java56 Path outputPath = tmpOutputDir.newFolder().toPath(); in testLongCompareIsRewritten()
DRequireNonNullRewriteTest.java75 Path outputPath = tmpOutputDir.newFolder().toPath(); in runTest()
/external/r8/src/test/java/com/android/tools/r8/jar/UnicodeSetRegression/
DUnicodeSetRegressionTest.java32 return ToolHelper.runDexer(JAR_FILE, temp.newFolder("dx-dex").getPath()); in dexFromDX()
/external/r8/src/test/java/com/android/tools/r8/bisect/
DBisectTest.java72 DexProgramClass clazz = Bisect.run(state, this::command, temp.newFolder().toPath(), executor); in bisect()
/external/r8/src/test/java/com/android/tools/r8/utils/
DD8CommandTest.java98 Path existingDir = temp.newFolder().toPath(); in existingOutputDirWithDexFiles()
DR8CommandTest.java95 Path existingDir = temp.newFolder().toPath(); in existingOutputDirWithDexFiles()
/external/r8/src/test/java/com/android/tools/r8/maindexlist/
DMainDexListTests.java243 Path input = temp.newFolder().toPath().resolve("input.zip"); in checkDeterminism()
359 Path outDir = temp.newFolder().toPath(); in doVerifyMainDexContains()
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java107 Path dexOutputDir = temp.newFolder("d8-jdwp-jar").toPath(); in setUp()
118 Path dexOutputDir = temp.newFolder("d8-debuggee-jar").toPath(); in setUp()
129 Path dexOutputDir = temp.newFolder("d8-debuggee-java8-jar").toPath(); in setUp()
/external/r8/src/test/java/com/android/tools/r8/jdwp/
DRunJdwpTests.java158 d8Out = temp.newFolder("d8-out"); in compileLibraries()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java754 File dir = tempDir.newFolder("testOpenCreatesDirectoryIfNecessary"); in openCreatesDirectoryIfNecessary()