Searched defs:META (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/sound/midi/ |
H A D | MetaMessage.java | 68 public static final int META = 0xFF; // 255 field in class:MetaMessage 89 // Default meta message data: just the META status byte value 90 this(new byte[]{(byte) META, 0}); 167 this.data[0] = (byte) META; // status value for MetaMessages (meta events)
|
/openjdk7/jdk/src/share/classes/com/sun/media/sound/ |
H A D | StandardMidiFileWriter.java | 64 private static final int META = 4; field in class:StandardMidiFileWriter 281 * Returns ONE_BYTE, TWO_BYTE, SYSEX, META, 291 return META; 421 case META:
|
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/ |
H A D | HtmlTag.java | 63 META(BlockType.OTHER, EndTag.NOEND), enum constant in enum:HtmlTag
|
H A D | HtmlTree.java | 424 * Generates a META tag with the http-equiv, content and charset attributes. 426 * @param http-equiv http equiv attribute for the META tag 429 * @return an HtmlTree object for the META tag 431 public static HtmlTree META(String httpEquiv, String content, String charSet) { method in class:HtmlTree 432 HtmlTree htmltree = new HtmlTree(HtmlTag.META); 440 * Generates a META tag with the name and content attributes. 444 * @return an HtmlTree object for the META tag 446 public static HtmlTree META(String name, String content) { method in class:HtmlTree 447 HtmlTree htmltree = new HtmlTree(HtmlTag.META); 735 case META [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | HTML.java | 203 public static final Tag META = new Tag("meta"); field in class:HTML.Tag 272 META, NOBR, NOFRAMES, OBJECT, OL, OPTION, P, PARAM, 588 * META, NOBR, NOFRAMES, OBJECT, OL, OPTION, P, PARAM,
|
Completed in 59 milliseconds