Home
last modified time | relevance | path

Searched refs:Tag (Results 1 – 25 of 40) sorted by relevance

12

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DTag.java18 abstract class Tag implements IContent class
22 public static final Tag HTML = new TagImpl ("HTML");
23 public static final Tag HEAD = new TagImpl ("HEAD");
24 public static final Tag BODY = new TagImpl ("BODY");
25 public static final Tag META = new TagImpl ("META");
26 public static final Tag STYLE = new TagImpl ("STYLE");
28 public static final Tag TITLE = new TagImpl ("TITLE");
29 public static final Tag H1 = new TagImpl ("H1");
30 public static final Tag H2 = new TagImpl ("H2");
31 public static final Tag H3 = new TagImpl ("H3");
[all …]
DHTMLDocument.java30 super (Tag.HTML, AttributeSet.create ()); in HTMLDocument()
32 super.add (m_head = IElement.Factory.create (Tag.HEAD)); in HTMLDocument()
33 super.add (m_body = IElement.Factory.create (Tag.BODY)); in HTMLDocument()
38 final ISimpleElement meta = ISimpleElement.Factory.create (Tag.META); in HTMLDocument()
52 … final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false); in HTMLDocument()
120 final IElement style = IElement.Factory.create (Tag.STYLE); in addStyle()
140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK); in addLINK()
153 final Tag Hl = Tag.Hs [level]; in addH()
164 final Tag Hl = Tag.Hs [level]; in addH()
175 final IElement hr = IElement.Factory.create (Tag.HR); in addHR()
[all …]
DISimpleElement.java22 Tag getTag (); in getTag()
28 public static ISimpleElement create (final Tag tag) in create()
33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs) in create()
45 public Tag getTag () in getTag()
79 SimpleElementImpl (final Tag tag, final AttributeSet attrs) in SimpleElementImpl()
89 protected final Tag m_tag;
DHTMLTable.java34 super (Tag.TABLE, AttributeSet.create ()); in HTMLTable()
48 m_caption = IElement.Factory.create (Tag.CAPTION); in setCaption()
97 Cell (Tag tag) in Cell()
110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD); in newCell()
118 super (Tag.TR, AttributeSet.create ()); in Row()
DIElement.java28 public static IElement create (final Tag tag) in create()
33 public static IElement create (final Tag tag, final AttributeSet attrs) in create()
110 ElementImpl (final Tag tag, final AttributeSet attrs) in ElementImpl()
DHyperRef.java21 super (Tag.A, AttributeSet.create ()); in HyperRef()
/external/jhead/
Dgpsinfo.c72 if (GpsTags[i].Tag == tag) { in GpsTagToTagTableEntry()
90 if (GpsTags[i].Tag == tag) { in GpsTagToFormatType()
109 printf("found GPS tag %s val %d", GpsTags[i].Desc, GpsTags[i].Tag); in GpsTagNameToValue()
110 return GpsTags[i].Tag; in GpsTagNameToValue()
140 unsigned Tag, Format, Components; in ProcessGpsInfo() local
152 Tag = Get16u(DirEntry); in ProcessGpsInfo()
158 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessGpsInfo()
166 …printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format)… in ProcessGpsInfo()
176 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0); in ProcessGpsInfo()
185 switch(Tag){ in ProcessGpsInfo()
[all …]
Dmakernote.c38 int Tag, Format, Components; in ProcessCanonMakerNoteDir() local
44 Tag = Get16u(DirEntry); in ProcessCanonMakerNoteDir()
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessCanonMakerNoteDir()
55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessCanonMakerNoteDir()
67 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0); in ProcessCanonMakerNoteDir()
73 … printf("Map: %05d-%05d: Data for makernote tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag); in ProcessCanonMakerNoteDir()
82 printf(" Canon maker tag %04x Value = ", Tag); in ProcessCanonMakerNoteDir()
119 if (Tag == 1 && Components > 16){ in ProcessCanonMakerNoteDir()
126 if (Tag == 4 && Format == FMT_USHORT){ in ProcessCanonMakerNoteDir()
Dexif.c306 printf("found tag %s val %d", TagTable[i].Desc, TagTable[i].Tag); in TagNameToValue()
307 return TagTable[i].Tag; in TagNameToValue()
509 int Tag, Format, Components; in ProcessExifDir() local
515 Tag = Get16u(DirEntry); in ProcessExifDir()
521 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessExifDir()
526 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessExifDir()
538 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0); in ProcessExifDir()
548 printf("Map: %05d-%05d: Data for tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag); in ProcessExifDir()
555 if (Tag == TAG_MAKER_NOTE){ in ProcessExifDir()
568 printf(" Unknown Tag %04x Value = ", Tag); in ProcessExifDir()
[all …]
Djhead.h132 unsigned short Tag; // tag value, i.e. TAG_MODEL member
141 unsigned short Tag; member
Dmain.c256 exifElementTable[i].Tag = GpsTagNameToValue(tag); in saveAttributes()
260 exifElementTable[i].Tag = TagNameToValue(tag); in saveAttributes()
285 LOGE("tag %s id %d value %s data length=%d isGps=%d", tag, exifElementTable[i].Tag, in saveAttributes()
/external/icu4c/test/testdata/
Dra.txt9 * These are top level comments for the bundle. Tag name: ra
15 * Top level comments for the string.Tag name: test1
22 * Tag name: test2
29 * Top level comments for TestTable. Tag name: TestTable
35 * Tag name: test3
41 * Tag name: test4
47 * Tag name: test5
53 * Tag name: test6
60 * Top level comments for Tag name: TestArray
62 * @note This resource is for Tag name: Array
/external/freetype/src/sfnt/
Dttload.c80 if ( entry->Tag == tag ) { in tt_face_lookup_table()
182 FT_FRAME_ULONG( Tag ), in check_table_dir()
217 if ( table.Tag == TTAG_head || table.Tag == TTAG_bhed ) in check_table_dir()
223 if ( table.Tag == TTAG_head ) in check_table_dir()
258 else if ( table.Tag == TTAG_SING ) in check_table_dir()
260 else if ( table.Tag == TTAG_META ) in check_table_dir()
386 entry->Tag = FT_GET_TAG4(); in tt_face_load_font_dir()
397 (FT_Char)( entry->Tag >> 24 ), in tt_face_load_font_dir()
398 (FT_Char)( entry->Tag >> 16 ), in tt_face_load_font_dir()
399 (FT_Char)( entry->Tag >> 8 ), in tt_face_load_font_dir()
[all …]
Dsfdriver.c114 *tag = face->dir_tables[idx].Tag; in sfnt_table_info()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java346 final IElement itemname = IElement.Factory.create (Tag.SPAN); in visit()
463 final IElement itemname = IElement.Factory.create (Tag.SPAN); in visit()
640 final IElement itemname = IElement.Factory.create (Tag.SPAN); in visit()
854 footer.add (IElement.Factory.create (Tag.P)); // spacer in addPageFooter()
1176 final IElement a = IElement.Factory.create (Tag.A); in embedSrcFile()
/external/libffi/src/powerpc/
Dlinux64.S146 .4byte 0x0 # CIE Identifier Tag
Ddarwin.S195 .long 0x0 ; CIE Identifier Tag
Ddarwin_closure.S254 .long 0x0 ; CIE Identifier Tag
Dlinux64_closure.S203 .4byte 0x0 # CIE Identifier Tag
/external/libffi/src/s390/
Dsysv.S159 .4byte 0x0 # CIE Identifier Tag
358 .4byte 0x0 # CIE Identifier Tag
/external/libffi/src/alpha/
Dosf.S306 .4byte 0x0 # CIE Identifier Tag
/external/libffi/src/sparc/
Dv8.S206 .uaword 0x0 ! CIE Identifier Tag
/external/freetype/include/freetype/internal/
Dtttypes.h132 FT_ULong Tag; /* table type */ member
/external/icu4c/tools/gencnval/
Dgencnval.c120 } Tag; typedef
123 static Tag tags[MAX_TAG_COUNT];
/external/libffi/src/pa/
Dlinux.S298 .word 0x0 ;# CIE Identifier Tag

12