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

  /external/chromium/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/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/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 (std::vector<Record *>::iterator I = Tags.begin(), E = Tags.end();
43 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
46 for (std::vector<Record *>::iterator I = Tags.begin(), E = Tags.end();
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];
63 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
64 Record &Tag = *Tags[i];
116 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
117 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
118 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/llvm/utils/TableGen/
CTagsEmitter.cpp 75 std::vector<Tag> Tags;
76 // Collect tags.
77 Tags.reserve(Classes.size() + Defs.size());
81 Tags.push_back(Tag(I->first, locate(I->second)));
85 Tags.push_back(Tag(I->first, locate(I->second)));
86 // Emit tags.
87 std::sort(Tags.begin(), Tags.end());
90 for (std::vector<Tag>::const_iterator I = Tags.begin(), E = Tags.end()
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 43 // items having the local tags defined in the enum below. Items within a section
48 // have a tag that's equal to the parent + 1. Tags within the history menu have
109 // These tags are not global view tags and are local to the history menu. The
112 // to have the global IDC view tags.
113 enum Tags {
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 45 // items having the local tags defined in the enum below. Items within a section
50 // 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/chrome/browser/extensions/api/declarative/
declarative_rule.h 190 typedef std::vector<std::string> Tags;
199 const Tags& tags,
222 const Tags& tags() const { return tags_; } function in class:extensions::DeclarativeRule
241 Tags tags_;
406 const Tags& tags,
412 tags_(tags),
463 Tags tags = rule->tags ? *rule->tags : Tags() local
    [all...]
  /external/chromium_org/ui/app_list/
search_result.h 50 typedef std::vector<Tag> Tags;
83 const Tags& title_tags() const { return title_tags_; }
84 void set_title_tags(const Tags& tags) { title_tags_ = tags; }
89 const Tags& details_tags() const { return details_tags_; }
90 void set_details_tags(const Tags& tags) { details_tags_ = tags; }
117 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 

Completed in 1154 milliseconds