Searched defs:Visitor (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/aapt2/
H A DDominatorTree.h81 struct Visitor { struct in class:aapt::DominatorTree
82 virtual ~Visitor() = default;
86 class BottomUpVisitor : public Visitor {
107 void Accept(Visitor* visitor);
/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.cpp35 * XML Visitor that will find all <aapt:attr> elements for extraction.
37 class Visitor : public xml::PackageAwareVisitor { class in namespace:aapt::__anon1345
47 explicit Visitor(IAaptContext* context, xml::XmlResource* xml_resource) function in class:aapt::__anon1345::Visitor
113 DISALLOW_COPY_AND_ASSIGN(Visitor);
125 Visitor visitor(context, doc);
132 for (const Visitor::InlineDeclaration& decl :
H A DPseudolocaleGenerator.cpp218 class Visitor : public RawValueVisitor { class in namespace:aapt::__anon1346
224 Visitor(StringPool* pool, Pseudolocalizer::Method method) function in class:aapt::__anon1346::Visitor
230 Visitor sub_visitor(pool_, method_);
283 DISALLOW_COPY_AND_ASSIGN(Visitor);
316 Visitor visitor(pool, method);
/frameworks/native/libs/vr/libpdx/
H A Dvariant_tests.cpp623 struct Visitor { struct
640 Visitor visitor;
654 Visitor visitor;
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h171 * children. Use Visitor for that.
183 * Visitor whose default implementation visits the children nodes of any node.
185 class Visitor : public RawVisitor { class in namespace:aapt::xml
205 class PackageAwareVisitor : public Visitor, public IPackageDeclStack {
207 using Visitor::Visit;
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1214 DestructorVisitor Visitor; local
1215 Visitor.Visit(mCS);
1219 for (clang::Stmt* S : Visitor.getExitingStmts()) {
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 165 milliseconds