Home
last modified time | relevance | path

Searched defs:Tag (Results 1 – 25 of 146) sorted by relevance

123456

/external/sfntly/cpp/src/sfntly/
Dtag.h28 struct Tag { struct
31 // Table Type Tags argument
33 static const int32_t cmap;
34 static const int32_t head;
35 static const int32_t hhea;
36 static const int32_t hmtx;
37 static const int32_t maxp;
38 static const int32_t name;
39 static const int32_t OS_2;
40 static const int32_t post;
[all …]
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp89 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute()
95 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute()
106 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute()
119 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch()
133 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile()
150 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use()
160 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use()
170 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch()
183 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch()
193 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, in Advanced_SIMD_arch()
[all …]
/external/clang/utils/TableGen/
DClangCommentCommandInfoEmitter.cpp31 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
65 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
119 Record &Tag = *Tags[i]; in EmitClangCommentCommandList() local
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp57 Record &Tag = **I; in EmitClangCommentHTMLNamedCharacterReferences() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DTag.java31 public final class Tag implements Comparable<Tag> { class
72 public Tag(String tag) { in Tag() method in Tag
84 public Tag(Class<? extends Object> clazz) { in Tag() method in Tag
92 public Tag(URI uri) { in Tag() method in Tag
/external/llvm/lib/IR/
DUse.cpp98 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser() local
108 unsigned Tag = Current->Prev.getInt(); in getImpliedUser() local
/external/llvm/include/llvm/Support/
DGCOV.h105 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readFunctionTag() local
117 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readBlockTag() local
129 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readEdgeTag() local
141 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readLineTag() local
153 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readArcTag() local
165 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readObjectTag() local
177 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readProgramTag() local
DYAMLParser.h169 StringRef Tag; variable
195 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
238 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
385 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
439 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp89 static void processStartTag(MarkupTag &Tag) { in processStartTag()
111 static void processEndTag(MarkupTag &Tag) { in processEndTag()
202 MarkupTag &Tag = TagStack.back(); in parseMCMarkup() local
/external/testng/src/main/java/org/testng/xml/dom/
DTag.java10 public @interface Tag { annotation
/external/llvm/utils/TableGen/
DCTagsEmitter.cpp29 class Tag { class
34 Tag(const std::string &Name, const SMLoc Location) in Tag() function in __anon3c6e05aa0111::Tag
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DTag.java18 abstract class Tag implements IContent class
58 Tag () {} in Tag() method in Tag
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp223 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
282 void DIEHash::hashAttribute(DIEValue Value, dwarf::Tag Tag) { in hashAttribute()
363 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
/external/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h28 unsigned Tag; member
49 unsigned Tag; variable
/external/fonttools/Lib/fontTools/misc/
Dpy23.py34 class Tag(str): class
50 class Tag(str): class
/external/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.h20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator, Macro }; enumerator
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h256 static int Tag = 0; in getTag() local
291 static int Tag = 0; in Profile() local
DBugReporter.h228 void markInvalid(const void *Tag, const void *Data) { in markInvalid()
235 void removeInvalidation(const void *Tag, const void *Data) { in removeInvalidation()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp212 raw_ostream &llvm::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<()
335 for (auto Tag : Stats) { in operator <<() local
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp334 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) { in VerifyDyncast()
353 void InsertItemWithTag(PDB_SymType Tag) { in InsertItemWithTag()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h54 uint32_t Tag; variable
/external/llvm/lib/Support/
DARMBuildAttrs.cpp85 int AttrTypeFromString(StringRef Tag) { in AttrTypeFromString()
/external/llvm/lib/CodeGen/
DInterferenceCache.h33 unsigned Tag; member
46 unsigned Tag; variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dtag.py24 class Tag(object): class
/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp115 if (const char *Tag = dwarf::TagString(T->getTag())) in print() local

123456