HomeSort by relevance Sort by last modified time
    Searched defs:Tags (Results 1 - 19 of 19) 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) {
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
43 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/llvm/utils/TableGen/
CTagsEmitter.cpp 68 std::vector<Tag> Tags;
69 // Collect tags.
70 Tags.reserve(Classes.size() + Defs.size());
72 Tags.push_back(Tag(C.first, locate(C.second.get())));
74 Tags.push_back(Tag(D.first, locate(D.second.get())));
75 // Emit tags.
76 std::sort(Tags.begin(), Tags.end());
79 for (const Tag &T : Tags)
  /external/skia/src/core/
SkRecords.h 159 enum Tags {
169 #define RECORD(T, tags, ...) \
172 static const int kTags = tags; \
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 38 case Tags:
252 // printTags collects all tags referenced in the profile and prints
257 // Hashtable to keep accumulate tags as key,value,count.
285 tagKeys := make(tags, 0, len(tagMap))
294 tags := make(tags, 0, len(tagMap[key]))
297 tags = append(tags, &tag{name: t, weight: c})
300 sort.Sort(tags)
302 for _, t := range tags {
766 type tags []*tag type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 38 case Tags:
252 // printTags collects all tags referenced in the profile and prints
257 // Hashtable to keep accumulate tags as key,value,count.
285 tagKeys := make(tags, 0, len(tagMap))
294 tags := make(tags, 0, len(tagMap[key]))
297 tags = append(tags, &tag{name: t, weight: c})
300 sort.Sort(tags)
302 for _, t := range tags {
766 type tags []*tag type
    [all...]
  /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/
opentracing-api-0.13.0.jar 
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 2406 Tag* const tags = new (std::nothrow) Tag[size]; \/\/ NOLINT local
    [all...]
mkvmuxer.h     [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 998 Tags(this, pos, size, element_start, element_size);
3754 Tag* const tags = new (std::nothrow) Tag[size]; local
    [all...]
mkvparser.h 717 class Tags {
718 Tags(const Tags&);
719 Tags& operator=(const Tags&);
728 Tags(Segment*, long long payload_start, long long payload_size,
731 ~Tags();
760 friend class Tags;
1090 const Tags* GetTags() const;
1116 Tags* m_pTags
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 997 Tags(this, pos, size, element_start, element_size);
3762 Tag* const tags = new (std::nothrow) Tag[size]; local
    [all...]
mkvparser.h 686 class Tags {
687 Tags(const Tags&);
688 Tags& operator=(const Tags&);
697 Tags(Segment*, long long payload_start, long long payload_size,
700 ~Tags();
729 friend class Tags;
1057 const Tags* GetTags() const;
1083 Tags* m_pTags
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/
aws-java-sdk-cloudformation-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 5415 milliseconds