Home
last modified time | relevance | path

Searched refs:outDir (Results 1 – 25 of 3745) sorted by relevance

12345678910>>...150

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/utils/
H A Ddownload_datasets_and_models.py165 def download_caffe2_models(outDir, models): argument
183 def download_onnx_models(outDir, models): argument
197 untar(os.path.join(outDir, filename), outDir)
203 untar(os.path.join(outDir, filename), outDir)
209 untar(os.path.join(outDir, filename), outDir)
223 outDir,
225 outDir,
233 outDir,
279 if not os.path.exists(outDir):
280 os.mkdir(outDir)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul-template/renderer/
H A Drenderer_test.go20 defer os.RemoveAll(outDir)
43 defer os.RemoveAll(outDir)
70 os.RemoveAll(outDir)
71 defer os.RemoveAll(outDir)
89 os.RemoveAll(outDir)
90 defer os.RemoveAll(outDir)
104 defer os.RemoveAll(outDir)
142 defer os.RemoveAll(outDir)
170 defer os.RemoveAll(outDir)
209 defer os.RemoveAll(outDir)
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/doclet/testIOException/
H A DTestIOException.java62 File outDir = new File("out1"); in testReadOnlyDirectory() local
63 if (!outDir.mkdir()) { in testReadOnlyDirectory()
66 if (!outDir.setReadOnly()) { in testReadOnlyDirectory()
67 if (skip(outDir)) { in testReadOnlyDirectory()
72 if (outDir.canWrite()) { in testReadOnlyDirectory()
77 javadoc("-d", outDir.toString(), in testReadOnlyDirectory()
84 outDir.setWritable(true); in testReadOnlyDirectory()
94 File outDir = new File("out2"); in testReadOnlyFile() local
95 if (!outDir.mkdir()) { in testReadOnlyFile()
139 File outDir = new File("out3"); in testReadOnlySubdirectory() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/javadoc/doclet/testIOException/
H A DTestIOException.java62 File outDir = new File("out1"); in testReadOnlyDirectory() local
63 if (!outDir.mkdir()) { in testReadOnlyDirectory()
66 if (!outDir.setReadOnly()) { in testReadOnlyDirectory()
67 if (skip(outDir)) { in testReadOnlyDirectory()
72 if (outDir.canWrite()) { in testReadOnlyDirectory()
77 javadoc("-d", outDir.toString(), in testReadOnlyDirectory()
84 outDir.setWritable(true); in testReadOnlyDirectory()
94 File outDir = new File("out2"); in testReadOnlyFile() local
95 if (!outDir.mkdir()) { in testReadOnlyFile()
139 File outDir = new File("out3"); in testReadOnlySubdirectory() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testIOException/
H A DTestIOException.java46 File outDir = new File("out1"); in testReadOnlyDirectory() local
47 if (!outDir.mkdir()) { in testReadOnlyDirectory()
50 if (!outDir.setReadOnly()) { in testReadOnlyDirectory()
53 if (outDir.canWrite()) { in testReadOnlyDirectory()
58 javadoc("-d", outDir.toString(), in testReadOnlyDirectory()
64 outDir.setWritable(true); in testReadOnlyDirectory()
70 File outDir = new File("out2"); in testReadOnlyFile() local
71 if (!outDir.mkdir()) { in testReadOnlyFile()
85 javadoc("-d", outDir.toString(), in testReadOnlyFile()
109 File outDir = new File("out3"); in testReadOnlySubdirectory() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testIOException/
H A DTestIOException.java46 File outDir = new File("out1"); in testReadOnlyDirectory() local
47 if (!outDir.mkdir()) { in testReadOnlyDirectory()
50 if (!outDir.setReadOnly()) { in testReadOnlyDirectory()
53 if (outDir.canWrite()) { in testReadOnlyDirectory()
58 javadoc("-d", outDir.toString(), in testReadOnlyDirectory()
64 outDir.setWritable(true); in testReadOnlyDirectory()
70 File outDir = new File("out2"); in testReadOnlyFile() local
71 if (!outDir.mkdir()) { in testReadOnlyFile()
85 javadoc("-d", outDir.toString(), in testReadOnlyFile()
109 File outDir = new File("out3"); in testReadOnlySubdirectory() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testIOException/
H A DTestIOException.java46 File outDir = new File("out1"); in testReadOnlyDirectory() local
47 if (!outDir.mkdir()) { in testReadOnlyDirectory()
50 if (!outDir.setReadOnly()) { in testReadOnlyDirectory()
53 if (outDir.canWrite()) { in testReadOnlyDirectory()
58 javadoc("-d", outDir.toString(), in testReadOnlyDirectory()
64 outDir.setWritable(true); in testReadOnlyDirectory()
70 File outDir = new File("out2"); in testReadOnlyFile() local
71 if (!outDir.mkdir()) { in testReadOnlyFile()
85 javadoc("-d", outDir.toString(), in testReadOnlyFile()
109 File outDir = new File("out3"); in testReadOnlySubdirectory() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/doclet/testIOException/
H A DTestIOException.java48 File outDir = new File("out1"); in testReadOnlyDirectory() local
49 if (!outDir.mkdir()) { in testReadOnlyDirectory()
52 if (!outDir.setReadOnly()) { in testReadOnlyDirectory()
55 if (outDir.canWrite()) { in testReadOnlyDirectory()
60 javadoc("-d", outDir.toString(), in testReadOnlyDirectory()
66 outDir.setWritable(true); in testReadOnlyDirectory()
72 File outDir = new File("out2"); in testReadOnlyFile() local
73 if (!outDir.mkdir()) { in testReadOnlyFile()
87 javadoc("-d", outDir.toString(), in testReadOnlyFile()
111 File outDir = new File("out3"); in testReadOnlySubdirectory() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/doclet/testIOException/
H A DTestIOException.java48 File outDir = new File("out1"); in testReadOnlyDirectory() local
49 if (!outDir.mkdir()) { in testReadOnlyDirectory()
52 if (!outDir.setReadOnly()) { in testReadOnlyDirectory()
55 if (outDir.canWrite()) { in testReadOnlyDirectory()
60 javadoc("-d", outDir.toString(), in testReadOnlyDirectory()
66 outDir.setWritable(true); in testReadOnlyDirectory()
72 File outDir = new File("out2"); in testReadOnlyFile() local
73 if (!outDir.mkdir()) { in testReadOnlyFile()
87 javadoc("-d", outDir.toString(), in testReadOnlyFile()
111 File outDir = new File("out3"); in testReadOnlySubdirectory() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/javadoc/doclet/testIOException/
H A DTestIOException.java48 File outDir = new File("out1"); in testReadOnlyDirectory() local
49 if (!outDir.mkdir()) { in testReadOnlyDirectory()
52 if (!outDir.setReadOnly()) { in testReadOnlyDirectory()
55 if (outDir.canWrite()) { in testReadOnlyDirectory()
60 javadoc("-d", outDir.toString(), in testReadOnlyDirectory()
66 outDir.setWritable(true); in testReadOnlyDirectory()
72 File outDir = new File("out2"); in testReadOnlyFile() local
73 if (!outDir.mkdir()) { in testReadOnlyFile()
87 javadoc("-d", outDir.toString(), in testReadOnlyFile()
111 File outDir = new File("out3"); in testReadOnlySubdirectory() local
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestJobExecutionAsDifferentUser.java47 Path outDir = new Path("output"); in testJobExecution()
52 job = UtilsForTests.runJob(getClusterConf(), inDir, outDir, 0, 0); in testJobExecution()
55 assertOwnerShip(outDir); in testJobExecution()
61 assertOwnerShip(outDir); in testJobExecution()
67 assertOwnerShip(outDir); in testJobExecution()
89 Path outDir = new Path("output1"); in testEnvironment()
96 FileSystem outFs = outDir.getFileSystem(getClusterConf()); in testEnvironment()
97 if (outFs.exists(outDir)) { in testEnvironment()
98 assertOwnerShip(outDir); in testEnvironment()
99 outFs.delete(outDir, true); in testEnvironment()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DClassPathTest.java45 private final Path outDir = Paths.get("class_path_test"); field in ClassPathTest
51 addToClasspath(compiler.getPath(outDir)); in testDirectory()
56 compiler.compile(outDir, "package pkg; public class TestJar { }"); in testJar()
58 compiler.jar(outDir, jarName, "pkg/TestJar.class"); in testJar()
61 addToClasspath(compiler.getPath(outDir).resolve(jarName)); in testJar()
66 Path p1 = outDir.resolve("dir1"); in testAmbiguousDirectory()
74 Path p2 = outDir.resolve("dir2"); in testAmbiguousDirectory()
86 Path p1 = outDir.resolve("dir1"); in testAmbiguousJar()
96 Path p2 = outDir.resolve("dir2"); in testAmbiguousJar()
113 addToClasspath(compiler.getPath(outDir.resolve("UNKNOWN"))); in testUnknown()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DClassPathTest.java45 private final Path outDir = Paths.get("class_path_test"); field in ClassPathTest
51 addToClasspath(compiler.getPath(outDir)); in testDirectory()
56 compiler.compile(outDir, "package pkg; public class TestJar { }"); in testJar()
58 compiler.jar(outDir, jarName, "pkg/TestJar.class"); in testJar()
61 addToClasspath(compiler.getPath(outDir).resolve(jarName)); in testJar()
66 Path p1 = outDir.resolve("dir1"); in testAmbiguousDirectory()
74 Path p2 = outDir.resolve("dir2"); in testAmbiguousDirectory()
86 Path p1 = outDir.resolve("dir1"); in testAmbiguousJar()
96 Path p2 = outDir.resolve("dir2"); in testAmbiguousJar()
113 addToClasspath(compiler.getPath(outDir.resolve("UNKNOWN"))); in testUnknown()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DClassPathTest.java45 private final Path outDir = Paths.get("class_path_test"); field in ClassPathTest
51 addToClasspath(compiler.getPath(outDir)); in testDirectory()
56 compiler.compile(outDir, "package pkg; public class TestJar { }"); in testJar()
58 compiler.jar(outDir, jarName, "pkg/TestJar.class"); in testJar()
61 addToClasspath(compiler.getPath(outDir).resolve(jarName)); in testJar()
66 Path p1 = outDir.resolve("dir1"); in testAmbiguousDirectory()
74 Path p2 = outDir.resolve("dir2"); in testAmbiguousDirectory()
86 Path p1 = outDir.resolve("dir1"); in testAmbiguousJar()
96 Path p2 = outDir.resolve("dir2"); in testAmbiguousJar()
113 addToClasspath(compiler.getPath(outDir.resolve("UNKNOWN"))); in testUnknown()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DClassPathTest.java45 private final Path outDir = Paths.get("class_path_test"); field in ClassPathTest
51 addToClasspath(compiler.getPath(outDir)); in testDirectory()
56 compiler.compile(outDir, "package pkg; public class TestJar { }"); in testJar()
58 compiler.jar(outDir, jarName, "pkg/TestJar.class"); in testJar()
61 addToClasspath(compiler.getPath(outDir).resolve(jarName)); in testJar()
66 Path p1 = outDir.resolve("dir1"); in testAmbiguousDirectory()
74 Path p2 = outDir.resolve("dir2"); in testAmbiguousDirectory()
86 Path p1 = outDir.resolve("dir1"); in testAmbiguousJar()
96 Path p2 = outDir.resolve("dir2"); in testAmbiguousJar()
113 addToClasspath(compiler.getPath(outDir.resolve("UNKNOWN"))); in testUnknown()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DClassPathTest.java45 private final Path outDir = Paths.get("class_path_test"); field in ClassPathTest
51 addToClasspath(compiler.getPath(outDir)); in testDirectory()
56 compiler.compile(outDir, "package pkg; public class TestJar { }"); in testJar()
58 compiler.jar(outDir, jarName, "pkg/TestJar.class"); in testJar()
61 addToClasspath(compiler.getPath(outDir).resolve(jarName)); in testJar()
66 Path p1 = outDir.resolve("dir1"); in testAmbiguousDirectory()
74 Path p2 = outDir.resolve("dir2"); in testAmbiguousDirectory()
86 Path p1 = outDir.resolve("dir1"); in testAmbiguousJar()
96 Path p2 = outDir.resolve("dir2"); in testAmbiguousJar()
113 addToClasspath(compiler.getPath(outDir.resolve("UNKNOWN"))); in testUnknown()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DClassPathTest.java45 private final Path outDir = Paths.get("class_path_test"); field in ClassPathTest
51 addToClasspath(compiler.getPath(outDir)); in testDirectory()
56 compiler.compile(outDir, "package pkg; public class TestJar { }"); in testJar()
58 compiler.jar(outDir, jarName, "pkg/TestJar.class"); in testJar()
61 addToClasspath(compiler.getPath(outDir).resolve(jarName)); in testJar()
66 Path p1 = outDir.resolve("dir1"); in testAmbiguousDirectory()
74 Path p2 = outDir.resolve("dir2"); in testAmbiguousDirectory()
86 Path p1 = outDir.resolve("dir1"); in testAmbiguousJar()
96 Path p2 = outDir.resolve("dir2"); in testAmbiguousJar()
113 addToClasspath(compiler.getPath(outDir.resolve("UNKNOWN"))); in testUnknown()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DClassPathTest.java45 private final Path outDir = Paths.get("class_path_test"); field in ClassPathTest
51 addToClasspath(compiler.getPath(outDir)); in testDirectory()
56 compiler.compile(outDir, "package pkg; public class TestJar { }"); in testJar()
58 compiler.jar(outDir, jarName, "pkg/TestJar.class"); in testJar()
61 addToClasspath(compiler.getPath(outDir).resolve(jarName)); in testJar()
66 Path p1 = outDir.resolve("dir1"); in testAmbiguousDirectory()
74 Path p2 = outDir.resolve("dir2"); in testAmbiguousDirectory()
86 Path p1 = outDir.resolve("dir1"); in testAmbiguousJar()
96 Path p2 = outDir.resolve("dir2"); in testAmbiguousJar()
113 addToClasspath(compiler.getPath(outDir.resolve("UNKNOWN"))); in testUnknown()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DClassPathTest.java45 private final Path outDir = Paths.get("class_path_test"); field in ClassPathTest
51 addToClasspath(compiler.getPath(outDir)); in testDirectory()
56 compiler.compile(outDir, "package pkg; public class TestJar { }"); in testJar()
58 compiler.jar(outDir, jarName, "pkg/TestJar.class"); in testJar()
61 addToClasspath(compiler.getPath(outDir).resolve(jarName)); in testJar()
66 Path p1 = outDir.resolve("dir1"); in testAmbiguousDirectory()
74 Path p2 = outDir.resolve("dir2"); in testAmbiguousDirectory()
86 Path p1 = outDir.resolve("dir1"); in testAmbiguousJar()
96 Path p2 = outDir.resolve("dir2"); in testAmbiguousJar()
113 addToClasspath(compiler.getPath(outDir.resolve("UNKNOWN"))); in testUnknown()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/defaultMethodsVisibility/
H A DDefaultMethodsNotVisibleForSourceLessThan8Test.java118 String outDir; field in DefaultMethodsNotVisibleForSourceLessThan8Test
138 .outdir(outDir) in testsPreparation()
145 .outdir(outDir) in testsPreparation()
150 .outdir(outDir) in testsPreparation()
151 .classpath(outDir) in testsPreparation()
160 .outdir(outDir) in testLegacyImplementations()
161 .classpath(outDir) in testLegacyImplementations()
170 .outdir(outDir) in testLegacyInvocations()
171 .classpath(outDir) in testLegacyInvocations()
180 .outdir(outDir) in testSuperInvocations()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/defaultMethodsVisibility/
H A DDefaultMethodsNotVisibleForSourceLessThan8Test.java117 String outDir; field in DefaultMethodsNotVisibleForSourceLessThan8Test
137 .outdir(outDir) in testsPreparation()
144 .outdir(outDir) in testsPreparation()
149 .outdir(outDir) in testsPreparation()
150 .classpath(outDir) in testsPreparation()
159 .outdir(outDir) in testLegacyImplementations()
160 .classpath(outDir) in testLegacyImplementations()
169 .outdir(outDir) in testLegacyInvocations()
170 .classpath(outDir) in testLegacyInvocations()
179 .outdir(outDir) in testSuperInvocations()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/defaultMethodsVisibility/
H A DDefaultMethodsNotVisibleForSourceLessThan8Test.java118 String outDir; field in DefaultMethodsNotVisibleForSourceLessThan8Test
138 .outdir(outDir) in testsPreparation()
145 .outdir(outDir) in testsPreparation()
150 .outdir(outDir) in testsPreparation()
151 .classpath(outDir) in testsPreparation()
160 .outdir(outDir) in testLegacyImplementations()
161 .classpath(outDir) in testLegacyImplementations()
170 .outdir(outDir) in testLegacyInvocations()
171 .classpath(outDir) in testLegacyInvocations()
180 .outdir(outDir) in testSuperInvocations()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/defaultMethodsVisibility/
H A DDefaultMethodsNotVisibleForSourceLessThan8Test.java117 String outDir; field in DefaultMethodsNotVisibleForSourceLessThan8Test
137 .outdir(outDir) in testsPreparation()
144 .outdir(outDir) in testsPreparation()
149 .outdir(outDir) in testsPreparation()
150 .classpath(outDir) in testsPreparation()
159 .outdir(outDir) in testLegacyImplementations()
160 .classpath(outDir) in testLegacyImplementations()
169 .outdir(outDir) in testLegacyInvocations()
170 .classpath(outDir) in testLegacyInvocations()
179 .outdir(outDir) in testSuperInvocations()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/defaultMethodsVisibility/
H A DDefaultMethodsNotVisibleForSourceLessThan8Test.java117 String outDir; field in DefaultMethodsNotVisibleForSourceLessThan8Test
137 .outdir(outDir) in testsPreparation()
144 .outdir(outDir) in testsPreparation()
149 .outdir(outDir) in testsPreparation()
150 .classpath(outDir) in testsPreparation()
159 .outdir(outDir) in testLegacyImplementations()
160 .classpath(outDir) in testLegacyImplementations()
169 .outdir(outDir) in testLegacyInvocations()
170 .classpath(outDir) in testLegacyInvocations()
179 .outdir(outDir) in testSuperInvocations()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/defaultMethodsVisibility/
H A DDefaultMethodsNotVisibleForSourceLessThan8Test.java117 String outDir; field in DefaultMethodsNotVisibleForSourceLessThan8Test
137 .outdir(outDir) in testsPreparation()
144 .outdir(outDir) in testsPreparation()
149 .outdir(outDir) in testsPreparation()
150 .classpath(outDir) in testsPreparation()
159 .outdir(outDir) in testLegacyImplementations()
160 .classpath(outDir) in testLegacyImplementations()
169 .outdir(outDir) in testLegacyInvocations()
170 .classpath(outDir) in testLegacyInvocations()
179 .outdir(outDir) in testSuperInvocations()
[all …]

12345678910>>...150