HomeSort by relevance Sort by last modified time
    Searched defs:Tags (Results 1 - 11 of 11) sorted by null

  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 10 // This tablegen backend emits efficient matchers for HTML tags that are used
24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
26 for (Record *Tag : Tags) {
41 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
44 for (Record *Tag : Tags) {
ClangCommentCommandInfoEmitter.cpp 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
30 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
31 Record &Tag = *Tags[i];
64 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
65 Record &Tag = *Tags[i];
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
118 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
119 Record &Tag = *Tags[i];
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
55 for (std::vector<Record *>::iterator I = Tags.begin(), E = Tags.end();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 14 EXIF.Tags = {
16 // version tags
20 // colorspace tags
85 // other tags
499 var oEXIFTags = readTags(oFile, iTIFFOffset, iTIFFOffset + oTags.ExifIFDPointer, EXIF.Tags, bBigEnd);
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 74 std::vector<Tag> Tags;
75 // Collect tags.
76 Tags.reserve(Classes.size() + Defs.size());
80 Tags.push_back(Tag(I->first, locate(I->second)));
84 Tags.push_back(Tag(I->first, locate(I->second)));
85 // Emit tags.
86 std::sort(Tags.begin(), Tags.end());
89 for (std::vector<Tag>::const_iterator I = Tags.begin(), E = Tags.end()
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 44 // items having the local tags defined in the enum below. Items within a section
49 // have a tag that's equal to the parent + 1. Tags within the history menu have
112 // These tags are not global view tags and are local to the history menu. The
115 // to have the global IDC view tags.
116 enum Tags {
  /external/chromium_org/extensions/browser/api/declarative/
declarative_rule.h 207 typedef std::vector<std::string> Tags;
216 const Tags& tags,
240 const Tags& tags() const { return tags_; } function in class:extensions::DeclarativeRule
259 Tags tags_;
437 const Tags& tags,
443 tags_(tags),
496 Tags tags = rule->tags ? *rule->tags : Tags() local
    [all...]
  /external/chromium_org/ui/app_list/
search_result.h 55 typedef std::vector<Tag> Tags;
88 const Tags& title_tags() const { return title_tags_; }
89 void set_title_tags(const Tags& tags) { title_tags_ = tags; }
94 const Tags& details_tags() const { return details_tags_; }
95 void set_details_tags(const Tags& tags) { details_tags_ = tags; }
143 Tags title_tags_
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java 21 * The wbxml tags for EAS are all defined here.
29 public class Tags {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 442 milliseconds