Searched defs:DL (Results 1 - 7 of 7) sorted by relevance
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/ |
| H A D | X86Registers.java | 52 public static final X86Register DL; field in class:X86Registers 84 DL = new X86RegisterPart(2, "%dl", 0, 8); 98 AL, CL, DL, BL, AH, CH, DH, BH
|
| H A D | X86Opcodes.java | 72 public static final int DL = 18; field in interface:X86Opcodes
|
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ |
| H A D | DebugVC50X86RegisterEnums.java | 32 public static final int DL = 3; field in interface:DebugVC50X86RegisterEnums
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/ |
| H A D | HtmlTag.java | 43 DL, enum constant in enum:HtmlTag
|
| H A D | HtmlTree.java | 190 * Generates a DL tag with some content. 193 * @return an HtmlTree object for the DL tag 195 public static HtmlTree DL(Content body) { method in class:HtmlTree 196 HtmlTree htmltree = new HtmlTree(HtmlTag.DL, nullCheck(body));
|
| /openjdk7/langtools/test/tools/javac/diags/ |
| H A D | HTMLWriter.java | 492 public static final String DL = "dl"; field in class:HTMLWriter
|
| /openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
| H A D | HTML.java | 178 public static final Tag DL = new Tag("dl", true, true); field in class:HTML.Tag 269 DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME, 585 * DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME,
|
Completed in 161 milliseconds