Searched refs:mAnnotations (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.h80 std::stringstream mAnnotations; member in class:aapt::AnnotationProcessor
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.h108 if (mAnnotations) {
109 v->visit(mAnnotations.get());
237 std::unique_ptr<AnnotationSection> mAnnotations; member in class:android::spirit::Module
354 for (auto inst : mAnnotations) {
360 mAnnotations.insert<T>(std::end(mAnnotations), begin, end);
364 return mAnnotations.begin();
368 return mAnnotations.end();
371 void clear() { mAnnotations.clear(); }
374 std::vector<Instruction *> mAnnotations; // OpDecorat member in class:android::spirit::AnnotationSection
[all...]
H A Dmodule.cpp138 mAnnotations.reset(Deserialize<AnnotationSection>(IS));
163 mAnnotations.reset(new AnnotationSection());
429 std::vector<Instruction *> annotations(mAnnotations->begin(),
430 mAnnotations->end());
437 mAnnotations->clear();
438 mAnnotations->addAnnotations(annotations.begin(), annotations.end());
583 AnnotationSection::AnnotationSection() : mAnnotationsDeleter(mAnnotations) {}
586 : Entity(b), mAnnotationsDeleter(mAnnotations) {}
591 mAnnotations.push_back(decor);
593 mAnnotations
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverComparator.java103 private String[] mAnnotations; field in class:ResolverComparator
198 mAnnotations = new String[size];
200 mAnnotations[i] = annotations.get(i);
253 if (mAnnotations != null) {
254 final int size = mAnnotations.length;
257 .getOrDefault(mAnnotations[i], 0);
369 mUsm.reportChooserSelection(packageName, userId, mContentType, mAnnotations, action);
425 int isCategoryUsed = (mAnnotations == null) ? 0 : 1;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 159 milliseconds