/external/junit/src/main/java/org/junit/rules/ |
D | TemporaryFolder.java | 85 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/ |
D | R8EntryPointTests.java | 42 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()
|
D | R8RunArtTestsTest.java | 1174 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/ |
D | JSR45Tests.java | 98 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/ |
D | CaliperConfigTest.java | 64 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()
|
D | LoggingConfigLoaderTest.java | 67 this.caliperDirectory = folder.newFolder(); in setUp()
|
/external/r8/src/test/java/com/android/tools/r8/jasmin/ |
D | JasminTestBase.java | 42 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/ |
D | FileOutputTest.java | 68 options.setDestfile(folder.newFolder("folder").getAbsolutePath()); in testInvalidDestFile()
|
/external/r8/src/test/java/com/android/tools/r8/rewrite/longcompare/ |
D | LongCompare.java | 56 Path outputPath = tmpOutputDir.newFolder().toPath(); in testLongCompareIsRewritten()
|
D | RequireNonNullRewriteTest.java | 75 Path outputPath = tmpOutputDir.newFolder().toPath(); in runTest()
|
/external/r8/src/test/java/com/android/tools/r8/jar/UnicodeSetRegression/ |
D | UnicodeSetRegressionTest.java | 32 return ToolHelper.runDexer(JAR_FILE, temp.newFolder("dx-dex").getPath()); in dexFromDX()
|
/external/r8/src/test/java/com/android/tools/r8/bisect/ |
D | BisectTest.java | 72 DexProgramClass clazz = Bisect.run(state, this::command, temp.newFolder().toPath(), executor); in bisect()
|
/external/r8/src/test/java/com/android/tools/r8/utils/ |
D | D8CommandTest.java | 98 Path existingDir = temp.newFolder().toPath(); in existingOutputDirWithDexFiles()
|
D | R8CommandTest.java | 95 Path existingDir = temp.newFolder().toPath(); in existingOutputDirWithDexFiles()
|
/external/r8/src/test/java/com/android/tools/r8/maindexlist/ |
D | MainDexListTests.java | 243 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/ |
D | DebugTestBase.java | 107 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/ |
D | RunJdwpTests.java | 158 d8Out = temp.newFolder("d8-out"); in compileLibraries()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | DiskLruCacheTest.java | 754 File dir = tempDir.newFolder("testOpenCreatesDirectoryIfNecessary"); in openCreatesDirectoryIfNecessary()
|