Searched defs:FILE (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DAuxSymbolRecord.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
35 public static final int FILE = 3; field in interface:AuxSymbolRecord
39 {@link #WEAK_EXTERNAL}, {@link #FILE}, or {@link
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DReferenceUriSchemesSupported.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
106 public static final ReferenceUriSchemesSupported FILE = new ReferenceUriSchemesSupported(7); field in class:ReferenceUriSchemesSupported
137 FILE,
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpDirEntry.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 FILE, DIR, PDIR, CDIR, LINK enum constant in enum:FtpDirEntry.Type
62 private Type type = Type.FILE;
162 * - FtpDirEntry.Type.FILE for a normal file
/openjdk7/langtools/test/tools/javac/diags/
H A DRunExamples.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
485 html.writeAttr(CLASS, FILE);
530 html.writeAttr(CLASS, FILE);
595 static final String FILE = "file"; field in class:RunExamples.HTMLRunner
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
267 private final static String FILE = "file"; field in class:PrintJob2D
355 if (dest == DestinationType.FILE) {
510 jobAttributes.setDestination(DestinationType.FILE);
650 if (dest == DestinationType.FILE &&
1157 } else if (str.equals(FILE)) {
1158 jobAttributes.setDestination(DestinationType.FILE);
1209 PRINTER : FILE);
H A DRasterPrinterJob.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
115 protected static final int FILE = 1; field in class:RasterPrinterJob
281 protected int mDestType = RasterPrinterJob.FILE;
948 mDestType = RasterPrinterJob.FILE;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DJavaClass.java103 public static final byte FILE = 2; field in class:JavaClass
673 /** @return returns either HEAP (generated), FILE, or ZIP
/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
114 public static final DestinationType FILE = field in class:JobAttributes.DestinationType
301 * @param destination <code>DesintationType.FILE</code> or
465 * @return DesintationType.FILE or DesintationType.PRINTER
476 * @param destination DesintationType.FILE or DesintationType.PRINTER.

Completed in 145 milliseconds