/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Tag.java | 18 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 …]
|
D | HTMLDocument.java | 30 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 …]
|
D | ISimpleElement.java | 22 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;
|
D | HTMLTable.java | 34 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()
|
D | IElement.java | 28 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()
|
D | HyperRef.java | 21 super (Tag.A, AttributeSet.create ()); in HyperRef()
|
/external/jhead/ |
D | gpsinfo.c | 72 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 …]
|
D | makernote.c | 38 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()
|
D | exif.c | 306 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 …]
|
D | jhead.h | 132 unsigned short Tag; // tag value, i.e. TAG_MODEL member 141 unsigned short Tag; member
|
D | main.c | 256 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/ |
D | ra.txt | 9 * 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/ |
D | ttload.c | 80 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 …]
|
D | sfdriver.c | 114 *tag = face->dir_tables[idx].Tag; in sfnt_table_info()
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 346 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/ |
D | linux64.S | 146 .4byte 0x0 # CIE Identifier Tag
|
D | darwin.S | 195 .long 0x0 ; CIE Identifier Tag
|
D | darwin_closure.S | 254 .long 0x0 ; CIE Identifier Tag
|
D | linux64_closure.S | 203 .4byte 0x0 # CIE Identifier Tag
|
/external/libffi/src/s390/ |
D | sysv.S | 159 .4byte 0x0 # CIE Identifier Tag 358 .4byte 0x0 # CIE Identifier Tag
|
/external/libffi/src/alpha/ |
D | osf.S | 306 .4byte 0x0 # CIE Identifier Tag
|
/external/libffi/src/sparc/ |
D | v8.S | 206 .uaword 0x0 ! CIE Identifier Tag
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 132 FT_ULong Tag; /* table type */ member
|
/external/icu4c/tools/gencnval/ |
D | gencnval.c | 120 } Tag; typedef 123 static Tag tags[MAX_TAG_COUNT];
|
/external/libffi/src/pa/ |
D | linux.S | 298 .word 0x0 ;# CIE Identifier Tag
|