Searched defs:STANDARD (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DCipherSuites.java38 public static final String[] STANDARD = { field in class:CipherSuites
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobSheets.java71 public static final JobSheets STANDARD = new JobSheets(1); field in class:JobSheets
90 STANDARD
/openjdk7/jdk/src/share/classes/com/sun/tracing/dtrace/
H A DStabilityLevel.java73 STANDARD (7); enum constant in enum:StabilityLevel
/openjdk7/langtools/test/tools/javac/api/6731573/
H A DT6731573.java62 STANDARD(null), enum constant in enum:T6731573.SourceLine
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java53 * Glyphs are either STANDARD, LIGATURE, COMBINING, or COMPONENT.
55 * <li>STANDARD glyphs are commonly used to represent single characters.
60 * <li>COMBINING glyphs embellish STANDARD or LIGATURE glyphs, such
139 public static final byte STANDARD = 0; field in class:GlyphMetrics
286 return (glyphType & 0x3) == STANDARD;
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java403 this(STANDARD, opcode, NO_OPERANDS);
407 this(STANDARD, opcode, kind);
411 this(set, opcode, (set == STANDARD ? NO_OPERANDS : WIDE_NO_OPERANDS));
469 STANDARD, enum constant in enum:Opcode.Set

Completed in 61 milliseconds