Searched refs:outfile (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/test/tools/javap/stackmap/
H A DT6271292.sh65 OUTFILE=outfile
/openjdk7/jdk/test/java/util/Currency/
H A DPropertiesTest.java48 private static void dump(String outfile) { argument
49 File f = new File(outfile);
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DCharacterCategory.java585 private static final String outfile = "CharacterCategoryTest.java"; field in class:CharacterCategory
593 FileWriter fout = new FileWriter(outfile);
633 System.err.println("Error occurred on accessing " + outfile);
638 System.out.println("\n" + outfile + " has been generated.");
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DDriver.java346 String outfile = newfile.equals("")? jarfile: newfile;
348 if (outfile.equals("-"))
351 fileOut = new FileOutputStream(outfile);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java268 File outfile;
271 outfile = classPathFile(dest, cf.nameString());
273 outfile = f; // overwrite input file, no matter where it is
275 cf.writeTo(outfile);
276 if (!quiet) System.err.println("wrote "+outfile);
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h914 EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, FILE * outfile));
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp2788 static FILE* outfile = NULL;

Completed in 3282 milliseconds