Search Results
OK to copy?
Examples 1 through 10 of
29 (0.0010 seconds)
Class:
org.apache.batik.svggen.SVGAccuracyTestValidator
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.svggen.SVGAccuracyTestValidator ©, Rating: 0% of 0, C1
Class: org.apache.batik.ext.awt.image.codec.FileCacheSeekableStream ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.util.ImageCompareTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.optional.sitraka.CovMerge ©, Rating: 0% of 1, C2
Class: org.apache.batik.test.svg.SVGRenderingAccuracyTestValidator ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.optional.Cab ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.taskdefs.optional.Cab ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.optional.metamata.AbstractMetamataTask ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.svg.AbstractRenderingAccuracyTest ©, Rating: 0% of 0, C1
184 File tmpFile = File.createTempFile("SVGReference",
185 null);
186 tmpFile.deleteOnExit();
187
188 SVGAccuracyTest t = new SVGAccuracyTest(this,
Class: org.apache.batik.svggen.SVGAccuracyTestValidator ©, Rating: 0% of 0, C1
167 File tmpFile = File.createTempFile("EmptySVGReference",
168 null);
169 tmpFile.deleteOnExit();
170
171 Test t = new SVGAccuracyTest(this,
Class: org.apache.batik.ext.awt.image.codec.FileCacheSeekableStream ©, Rating: 0% of 0, C1
108 this.stream = stream;
109 this.cacheFile = File.createTempFile("jai-FCSS-", ".tmp");
110 cacheFile.deleteOnExit();
111 this.cache = new RandomAccessFile(cacheFile, "rw");
112 }
Class: org.apache.batik.test.util.ImageCompareTest ©, Rating: 0% of 0, C1
290
291 File imageFile = makeRandomFileName(imageType);
292 imageFile.deleteOnExit();
293
294 PNGImageEncoder encoder
Class: org.apache.tools.ant.taskdefs.optional.sitraka.CovMerge ©, Rating: 0% of 1, C2
159 File[] snapshots = getSnapshots();
160 File file = createTempFile("jpcovm");
161 file.deleteOnExit();
162 FileWriter fw = null;
163 try {
Class: org.apache.batik.test.svg.SVGRenderingAccuracyTestValidator ©, Rating: 0% of 0, C1
177 transcoder.transcode(validSrc, validDst);
178
179 tmpFile.deleteOnExit();
180
181 return tmpFile.toURL();
Class: org.apache.tools.ant.taskdefs.optional.Cab ©, Rating: 0% of 0, C3
285 if (!doVerbose) {
286 outFile = fileUtils.createTempFile("ant", "", null);
287 outFile.deleteOnExit();
288 exec.setOutput(outFile);
289 }
Class: org.apache.tools.ant.taskdefs.optional.Cab ©, Rating: 0% of 0, C1
154 throws IOException {
155 File listFile = fileUtils.createTempFile("ant", "", null);
156 listFile.deleteOnExit();
157
158 PrintWriter writer = new PrintWriter(new FileOutputStream(listFile));
Class: org.apache.tools.ant.taskdefs.optional.metamata.AbstractMetamataTask ©, Rating: 0% of 0, C1
285 File tmpFile = FileUtils.newFileUtils()
286 .createTempFile("metamata", ".tmp", getProject().getBaseDir());
287 tmpFile.deleteOnExit();
288 return tmpFile;
289 }
Class: org.apache.batik.test.svg.AbstractRenderingAccuracyTest ©, Rating: 0% of 0, C1