HomeSort by relevance Sort by last modified time
    Searched refs:XmlActionExecutor (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlActionExecutor.h 66 friend class XmlActionExecutor;
79 class XmlActionExecutor {
81 XmlActionExecutor() = default;
98 DISALLOW_COPY_AND_ASSIGN(XmlActionExecutor);
XmlActionExecutor_test.cpp 17 #include "xml/XmlActionExecutor.h"
27 XmlActionExecutor executor;
56 XmlActionExecutor executor;
XmlActionExecutor.cpp 17 #include "xml/XmlActionExecutor.h"
77 bool XmlActionExecutor::Execute(XmlActionExecutorPolicy policy, IDiagnostics* diag,
  /frameworks/base/tools/aapt2/link/
ManifestFixer.h 26 #include "xml/XmlActionExecutor.h"
54 bool BuildRules(xml::XmlActionExecutor* executor, IDiagnostics* diag);
ManifestFixer.cpp 25 #include "xml/XmlActionExecutor.h"
192 bool ManifestFixer::BuildRules(xml::XmlActionExecutor* executor,
406 xml::XmlActionExecutor executor;
416 // Rename manifest package outside of the XmlActionExecutor.
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser.cpp 35 #include "xml/XmlActionExecutor.h"
57 using ::aapt::xml::XmlActionExecutor;
192 // Strip any namespaces from the XML as the XmlActionExecutor ignores anything with a namespace.
211 XmlActionExecutor executor;

Completed in 474 milliseconds