Searched refs:Tag (Results 1 - 25 of 105) sorted by relevance

12345

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java7 * $Id: Tag.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
18 abstract class Tag implements IContent class in inherits:IContent
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 H
58 Tag () {} method in class:Tag
[all...]
H A DISimpleElement.java22 Tag getTag ();
28 public static ISimpleElement create (final Tag tag)
33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs)
45 public Tag getTag ()
79 SimpleElementImpl (final Tag tag, final AttributeSet attrs)
89 protected final Tag m_tag;
H A DHTMLDocument.java30 super (Tag.HTML, AttributeSet.create ());
32 super.add (m_head = IElement.Factory.create (Tag.HEAD));
33 super.add (m_body = IElement.Factory.create (Tag.BODY));
38 final ISimpleElement meta = ISimpleElement.Factory.create (Tag.META);
52 final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false);
120 final IElement style = IElement.Factory.create (Tag.STYLE);
140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK);
153 final Tag Hl = Tag.Hs [level];
164 final Tag H
[all...]
H A DHTMLTable.java34 super (Tag.TABLE, AttributeSet.create ());
48 m_caption = IElement.Factory.create (Tag.CAPTION);
97 Cell (Tag tag)
110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD);
118 super (Tag.TR, AttributeSet.create ());
H A DHyperRef.java21 super (Tag.A, AttributeSet.create ());
H A DIElement.java28 public static IElement create (final Tag tag)
33 public static IElement create (final Tag tag, final AttributeSet attrs)
110 ElementImpl (final Tag tag, final AttributeSet attrs)
/external/llvm/include/llvm/Support/
H A DGCOV.h64 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
65 if (Tag.empty() ||
66 Tag[0] != '\0' || Tag[1] != '\0' ||
67 Tag[2] != '\0' || Tag[3] != '\1') {
77 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
78 if (Tag.empty() ||
79 Tag[0] != '\0' || Tag[
90 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
103 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
116 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h23 uint32_t Tag; member in class:llvm::DWARFAbbreviationDeclaration
29 : Code(InvalidCode), Tag(0), HasChildren(0) {}
32 uint32_t getTag() const { return Tag; }
45 bool isValid() const { return Code != 0 && Tag != 0; }
H A DDWARFAbbreviationDeclaration.cpp28 Tag = data.getULEB128(offset_ptr);
41 return Tag != 0;
43 Tag = 0;
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.h64 unsigned Tag; // unique tag for current contents. member in class:llvm::LiveIntervalUnion
68 LiveIntervalUnion(unsigned r, Allocator &a) : RepReg(r), Tag(0), Segments(a)
84 unsigned getTag() const { return Tag; }
87 bool changedSince(unsigned tag) const { return tag != Tag; }
96 void clear() { Segments.clear(); ++Tag; }
117 unsigned Tag, UserTag; member in class:llvm::LiveIntervalUnion::Query
120 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {}
134 Tag = 0;
141 LiveUnion == LIU && !LIU->changedSince(Tag)) {
148 Tag
[all...]
H A DRegisterClassInfo.h29 unsigned Tag; member in struct:llvm::RegisterClassInfo::RCInfo
34 RCInfo() : Tag(0), NumRegs(0), ProperSubClass(false) {}
43 // Tag changes whenever cached information needs to be recomputed. An RCInfo
45 unsigned Tag; member in class:llvm::RegisterClassInfo
66 if (Tag != RCI.Tag)
H A DInterferenceCache.h31 BlockInterference() : Tag(0) {}
32 unsigned Tag; member in struct:llvm::InterferenceCache::BlockInterference
43 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions
45 unsigned Tag; member in class:llvm::InterferenceCache::Entry
78 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0), LIS(0) {}
107 if (Blocks[MBBNum].Tag != Tag)
H A DRegisterClassInfo.cpp31 RegisterClassInfo::RegisterClassInfo() : Tag(0), MF(0), TRI(0), CalleeSaved(0)
68 ++Tag;
123 RCI.Tag = Tag;
H A DInterferenceCache.cpp66 ++Tag;
79 ++Tag;
129 BI->Tag = Tag;
165 if (BI->Tag == Tag)
/external/jhead/
H A Dmakernote.c38 int Tag, Format, Components; local
44 Tag = Get16u(DirEntry);
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag);
67 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0);
73 printf("Map: %05d-%05d: Data for makernote tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag);
82 printf(" Canon maker tag %04x Value = ", Tag);
119 if (Tag == 1 && Components > 16){
126 if (Tag == 4 && Format == FMT_USHORT){
H A Dgpsinfo.c75 if (GpsTags[i].Tag == tag) {
93 if (GpsTags[i].Tag == tag) {
112 printf("found GPS tag %s val %d", GpsTags[i].Desc, GpsTags[i].Tag);
113 return GpsTags[i].Tag;
143 unsigned Tag, Format, Components; local
155 Tag = Get16u(DirEntry);
161 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
179 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0);
188 switch(Tag){
[all...]
H A Dexif.c306 printf("found tag %s val %d", TagTable[i].Desc, TagTable[i].Tag);
307 return TagTable[i].Tag;
514 int Tag, Format, Components; local
520 Tag = Get16u(DirEntry);
526 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
531 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag);
543 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0);
553 printf("Map: %05d-%05d: Data for tag %04x\n",OffsetVal, OffsetVal+ByteCount, Tag);
560 if (Tag == TAG_MAKER_NOTE){
573 printf(" Unknown Tag
1502 int Tag; local
[all...]
/external/llvm/lib/VMCore/
H A DUse.cpp56 unsigned Tag = (Current++)->Prev.getInt(); local
57 switch (Tag) {
66 unsigned Tag = Current->Prev.getInt(); local
67 switch (Tag) {
71 Offset = (Offset << 1) + Tag;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h139 /// @param Tag The tag is used to uniquely identify the creation site. If no
144 const ProgramPointTag *Tag = 0) {
145 return addTransitionImpl(State, false, 0, Tag);
160 /// @param Tag The tag to uniquely identify the creation site.
165 const ProgramPointTag *Tag = 0,
167 return addTransitionImpl(State, IsSink, Pred, Tag);
215 const ProgramPointTag *Tag = 0) {
216 if (!State || (State == Pred->getState() && !Tag && !MarkAsSink))
220 ExplodedNode *node = NB.generateNode(Tag ? Location.withTag(Tag)
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h55 /// Tag - Dwarf tag code.
57 uint16_t Tag; member in class:llvm::DIEAbbrev
72 DIEAbbrev(uint16_t T, uint16_t C) : Tag(T), ChildrenFlag(C), Data() {}
75 uint16_t getTag() const { return Tag; }
79 void setTag(uint16_t T) { Tag = T; }
141 explicit DIE(unsigned Tag) argument
142 : Offset(0), Size(0), Abbrev(Tag, dwarf::DW_CHILDREN_no), Parent(0),
155 void setTag(unsigned Tag) { Abbrev.setTag(Tag); } argument
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp384 unsigned Tag = getTag(); local
385 if (Tag != dwarf::DW_TAG_APPLE_property) return false;
399 unsigned Tag = getTag(); local
400 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
401 Tag != dwarf::DW_TAG_volatile_type && Tag != dwarf::DW_TAG_pointer_type &&
402 Tag != dwarf::DW_TAG_reference_type && Tag != dwarf::DW_TAG_restrict_type
403 && Tag != dwarf::DW_TAG_vector_type && Tag !
501 unsigned Tag = getTag(); local
716 unsigned Tag = getTag(); local
778 unsigned Tag = getTag(); local
803 unsigned Tag = getTag(); local
[all...]
H A DLazyValueInfo.cpp80 LatticeValueTy Tag; member in class:__anon7291::LVILatticeVal
85 LVILatticeVal() : Tag(undefined), Val(0), Range(1, true) {}
105 bool isUndefined() const { return Tag == undefined; }
106 bool isConstant() const { return Tag == constant; }
107 bool isNotConstant() const { return Tag == notconstant; }
108 bool isConstantRange() const { return Tag == constantrange; }
109 bool isOverdefined() const { return Tag == overdefined; }
131 Tag = overdefined;
146 Tag = constant;
164 Tag
[all...]
/external/clang/include/clang/Analysis/
H A DProgramPoint.h66 const ProgramPointTag *Tag; member in class:clang::ProgramPoint
78 Tag(tag) {
92 Tag(tag) {}
116 const ProgramPointTag *getTag() const { return Tag; }
135 Tag == RHS.Tag;
142 Tag != RHS.Tag;
150 ID.AddPointer(Tag);
/external/freetype/src/sfnt/
H A Dttload.c81 if ( entry->Tag == tag )
184 FT_FRAME_ULONG( Tag ),
219 if ( table.Tag == TTAG_head || table.Tag == TTAG_bhed )
225 if ( table.Tag == TTAG_head )
260 else if ( table.Tag == TTAG_SING )
262 else if ( table.Tag == TTAG_META )
393 entry->Tag = FT_GET_TAG4();
404 (FT_Char)( entry->Tag >> 24 ),
405 (FT_Char)( entry->Tag >> 1
[all...]
/external/clang/include/clang/Frontend/
H A DChainedIncludesSource.h52 virtual void CompleteType(TagDecl *Tag);

Completed in 283 milliseconds

12345