Searched refs:mAnnotations (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/rsov/compiler/spirit/ |
D | module.h | 108 if (mAnnotations) { in accept() 109 v->visit(mAnnotations.get()); in accept() 235 std::unique_ptr<AnnotationSection> mAnnotations; variable 350 for (auto inst : mAnnotations) { in accept() 356 mAnnotations.insert<T>(std::end(mAnnotations), begin, end); in addAnnotations() 360 return mAnnotations.begin(); in begin() 364 return mAnnotations.end(); in end() 367 void clear() { mAnnotations.clear(); } in clear() 370 std::vector<Instruction *> mAnnotations; // OpDecorate, etc.
|
D | module.cpp | 138 mAnnotations.reset(Deserialize<AnnotationSection>(IS)); in DeserializeInternal() 163 mAnnotations.reset(new AnnotationSection()); in initialize() 422 std::vector<Instruction *> annotations(mAnnotations->begin(), in consolidateAnnotations() 423 mAnnotations->end()); in consolidateAnnotations() 430 mAnnotations->clear(); in consolidateAnnotations() 431 mAnnotations->addAnnotations(annotations.begin(), annotations.end()); in consolidateAnnotations() 559 AnnotationSection::AnnotationSection() : mAnnotationsDeleter(mAnnotations) {} in AnnotationSection() 562 : Entity(b), mAnnotationsDeleter(mAnnotations) {} in AnnotationSection() 567 mAnnotations.push_back(decor); in DeserializeInternal() 569 mAnnotations.push_back(decor); in DeserializeInternal() [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverComparator.java | 100 private String[] mAnnotations; field in ResolverComparator 184 mAnnotations = new String[size]; in getContentAnnotations() 186 mAnnotations[i] = annotations.get(i); in getContentAnnotations() 239 if (mAnnotations != null) { in compute() 240 final int size = mAnnotations.length; in compute() 243 .getOrDefault(mAnnotations[i], 0); in compute() 353 mUsm.reportChooserSelection(packageName, userId, mContentType, mAnnotations, action); in updateChooserCounts()
|
/frameworks/base/tools/aapt2/java/ |
D | AnnotationProcessor.h | 78 std::stringstream mAnnotations; variable
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |