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

12345

/external/chromium_org/media/mp4/
H A Des_descriptor.h45 enum Tag { enum in class:media::mp4::ESDescriptor
/external/chromium_org/ppapi/c/documentation/
H A Ddoxy_cleanup.py18 from BeautifulSoup import BeautifulSoup, Tag namespace
76 new_table = Tag(self.soup, name='table', attrs=table.attrs)
/external/chromium_org/ppapi/cpp/documentation/
H A Ddoxy_cleanup.py17 from BeautifulSoup import BeautifulSoup, Tag namespace
75 new_table = Tag(self.soup, name='table', attrs=table.attrs)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-hmtx-table.hh53 static const hb_tag_t Tag = HB_OT_TAG_hmtx; member in struct:OT::hmtx
H A Dhb-ot-maxp-table.hh44 static const hb_tag_t Tag = HB_OT_TAG_maxp; member in struct:OT::maxp
H A Dhb-ot-head-table.hh46 static const hb_tag_t Tag = HB_OT_TAG_head; member in struct:OT::head
H A Dhb-ot-hhea-table.hh45 static const hb_tag_t Tag = HB_OT_TAG_hhea; member in struct:OT::hhea
H A Dhb-ot-name-table.hh77 static const hb_tag_t Tag = HB_OT_TAG_name; member in struct:OT::name
/external/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp31 Record &Tag = *Tags[i]; local
33 << "\"" << Tag.getValueAsString("Name") << "\", "
34 << "\"" << Tag.getValueAsString("EndCommandName") << "\", "
36 << Tag.getValueAsInt("NumArgs") << ", "
37 << Tag.getValueAsBit("IsInlineCommand") << ", "
38 << Tag.getValueAsBit("IsBlockCommand") << ", "
39 << Tag.getValueAsBit("IsBriefCommand") << ", "
40 << Tag.getValueAsBit("IsReturnsCommand") << ", "
41 << Tag.getValueAsBit("IsParamCommand") << ", "
42 << Tag
64 Record &Tag = *Tags[i]; local
118 Record &Tag = *Tags[i]; local
[all...]
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp57 Record &Tag = **I; local
58 std::string Spelling = Tag.getValueAsString("Spelling");
59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint");
63 SrcMgr.PrintMessage(Tag.getLoc().front(),
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
28 Record &Tag = **I; local
29 std::string Spelling = Tag.getValueAsString("Spelling");
43 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
48 Record &Tag = **I; local
49 std::string Spelling = Tag.getValueAsString("Spelling");
51 if (Tag.getValueAsBit("EndTagOptional"))
53 if (Tag.getValueAsBit("EndTagForbidden"))
/external/harfbuzz_ng/src/
H A Dhb-ot-hmtx-table.hh53 static const hb_tag_t Tag = HB_OT_TAG_hmtx; member in struct:OT::hmtx
H A Dhb-ot-maxp-table.hh44 static const hb_tag_t Tag = HB_OT_TAG_maxp; member in struct:OT::maxp
H A Dhb-ot-head-table.hh46 static const hb_tag_t Tag = HB_OT_TAG_head; member in struct:OT::head
H A Dhb-ot-hhea-table.hh45 static const hb_tag_t Tag = HB_OT_TAG_hhea; member in struct:OT::hhea
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_converter.py35 from webkitpy.thirdparty.BeautifulSoup import BeautifulSoup, Tag namespace
129 new_tag = Tag(doc, tag.name, tag.attrs)
165 new_tag = Tag(doc, tag.name, tag.attrs)
/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum-class.cpp20 enum class Tag { class in struct:A::B::PR14029::Test
24 auto t = Tag::test;
26 Tag tag() const { return static_cast<Tag>(1); }
/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; }
/external/llvm/lib/IR/
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/chromium_org/third_party/tcmalloc/vendor/src/
H A Dinternal_logging.h82 enum Tag { enum in class:tcmalloc::LogItem
89 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){
/external/llvm/utils/TableGen/
H A DCTagsEmitter.cpp32 class Tag { class in namespace:__anon21886
37 Tag(const std::string &Name, const SMLoc Location) function in class:__anon21886::Tag
39 int operator<(const Tag &B) const { return *Id < *B.Id; }
75 std::vector<Tag> Tags;
81 Tags.push_back(Tag(I->first, locate(I->second)));
85 Tags.push_back(Tag(I->first, locate(I->second)));
90 for (std::vector<Tag>::const_iterator I = Tags.begin(), E = Tags.end();
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
H A DOpenTypeTypes.h69 typedef uint32_t Tag; typedef in namespace:WebCore::OpenType
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_edit.cc12 // Tag numbers for serialized VersionEdit. These numbers are written to
14 enum Tag { enum in namespace:leveldb
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dinternal_logging.h82 enum Tag { enum in class:tcmalloc::LogItem
89 Tag tag_;

Completed in 1400 milliseconds

12345