Searched defs:Tag (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DTag.java48 public interface Tag { interface
61 * Return the containing {@link Doc} of this Tag element.
97 * tags, return an array of <code>Tag</code> objects. The entire
102 * Each string is represented by a <code>Tag</code> object of
111 * return an array of Tag objects:
113 * <li> tags[0] is a {@link Tag} with name "Text" and text consisting
117 * <li> tags[2] is a {@link Tag} with name "Text" and text consisting
121 * @return Tag[] array of tags
125 Tag[] inlineTags();
132 * Each section of plain text is represented as a {@link Tag}
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DTag.java41 public class Tag{ class
48 public Tag(int len, int new_tag, Integer new_time, Integer new_usec) { method in class:Tag
55 public Tag(int new_tag) { method in class:Tag
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio1.c95 cmsCIEXYZ* Tag; local
99 Tag = (cmsCIEXYZ*) cmsReadTag(hProfile, cmsSigMediaWhitePointTag);
102 if (Tag == NULL) {
117 *Dest = *Tag;
125 cmsMAT3* Tag; local
129 Tag = (cmsMAT3*) cmsReadTag(hProfile, cmsSigChromaticAdaptationTag);
131 if (Tag != NULL) {
133 *Dest = *Tag;
H A Dcmsio0.c592 cmsSignalError(Icc ->ContextID, cmsERROR_ALREADY_DEFINED, "Tag '%x' already exists", sig);
623 cmsTagEntry Tag; local
681 if (!_cmsReadUInt32Number(io, (cmsUInt32Number *) &Tag.sig)) return FALSE;
682 if (!_cmsReadUInt32Number(io, &Tag.offset)) return FALSE;
683 if (!_cmsReadUInt32Number(io, &Tag.size)) return FALSE;
686 if (Tag.offset + Tag.size > HeaderSize ||
687 Tag.offset + Tag.size < Tag
716 cmsTagEntry Tag; local
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java50 public static class Tag { class in class:HTML
53 public Tag() {} method in class:HTML.Tag
56 * Creates a new <code>Tag</code> with the specified <code>id</code>,
62 protected Tag(String id) { method in class:HTML.Tag
67 * Creates a new <code>Tag</code> with the specified <code>id</code>;
77 protected Tag(String id, boolean causesBreak, boolean isBlock) { method in class:HTML.Tag
157 // --- Tag Names -----------------------------------
159 public static final Tag A = new Tag("a");
160 public static final Tag ADDRES
[all...]

Completed in 83 milliseconds