OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IAaptContext
(Results
1 - 25
of
51
) sorted by null
1
2
3
/frameworks/base/tools/aapt2/process/
IResourceTableConsumer.h
35
struct
IAaptContext
{
36
virtual ~
IAaptContext
() = default;
49
virtual bool consume(
IAaptContext
* context, ResourceTable* table) = 0;
59
virtual bool consume(
IAaptContext
* context, xml::XmlResource* resource) = 0;
/frameworks/base/tools/aapt2/compile/
IdAssigner.h
29
bool consume(
IAaptContext
* context, ResourceTable* table) override;
XmlIdCollector.h
26
bool consume(
IAaptContext
* context, xml::XmlResource* xmlRes) override;
PseudolocaleGenerator.h
31
bool consume(
IAaptContext
* context, ResourceTable* table) override;
XmlIdCollector_test.cpp
27
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
51
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
IdAssigner_test.cpp
36
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
53
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
68
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
XmlIdCollector.cpp
63
bool XmlIdCollector::consume(
IAaptContext
* context, xml::XmlResource* xmlRes) {
/frameworks/base/tools/aapt2/flatten/
TableFlattener.h
32
bool consume(
IAaptContext
* context, ResourceTable* table) override;
XmlFlattener.h
44
bool consume(
IAaptContext
* context, xml::XmlResource* resource) override;
50
bool flatten(
IAaptContext
* context, xml::Node* node);
/frameworks/base/tools/aapt2/link/
Linkers.h
48
bool consume(
IAaptContext
* context, ResourceTable* table) override;
52
bool consume(
IAaptContext
* context, xml::XmlResource* resource) override;
78
bool consume(
IAaptContext
* context, ResourceTable* table) override;
90
bool consume(
IAaptContext
* context, xml::XmlResource* resource) override;
ManifestFixer.h
47
bool consume(
IAaptContext
* context, xml::XmlResource* doc) override;
ProductFilter.h
39
bool consume(
IAaptContext
* context, ResourceTable* table);
ReferenceLinker.h
95
static bool linkReference(Reference* reference,
IAaptContext
* context, SymbolTable* symbols,
101
bool consume(
IAaptContext
* context, ResourceTable* table) override;
TableMerger.h
60
TableMerger(
IAaptContext
* context, ResourceTable* outTable, const TableMergerOptions& options);
102
IAaptContext
* mContext;
XmlReferenceLinker.cpp
40
ReferenceVisitor(
IAaptContext
* context, SymbolTable* symbols, xml::IPackageDeclStack* decls,
57
IAaptContext
* mContext;
71
XmlVisitor(
IAaptContext
* context, SymbolTable* symbols, const Source& source,
150
IAaptContext
* mContext;
161
bool XmlReferenceLinker::consume(
IAaptContext
* context, xml::XmlResource* resource) {
ProductFilter_test.cpp
26
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
68
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
94
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
118
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
PrivateAttributeMover_test.cpp
26
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
57
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
ReferenceLinker_test.cpp
37
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
85
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
126
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
164
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
185
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
209
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
PrivateAttributeMover.cpp
56
bool PrivateAttributeMover::consume(
IAaptContext
* context, ResourceTable* table) {
/frameworks/base/tools/aapt2/java/
JavaClassGenerator.h
59
JavaClassGenerator(
IAaptContext
* context, ResourceTable* table,
90
IAaptContext
* mContext;
ManifestClassGenerator_test.cpp
25
static ::testing::AssertionResult getManifestClassText(
IAaptContext
* context, xml::XmlResource* res,
43
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
90
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder().build();
JavaClassGenerator_test.cpp
32
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
54
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
82
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
104
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
128
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
214
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
236
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
275
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
302
std::unique_ptr<
IAaptContext
> context = test::ContextBuilder()
/frameworks/base/tools/aapt2/dump/
Dump.cpp
35
const Source& source,
IAaptContext
* context) {
48
IAaptContext
* context) {
58
void tryDumpFile(
IAaptContext
* context, const std::string& filePath) {
112
class DumpContext : public
IAaptContext
{
/frameworks/base/tools/aapt2/split/
TableSplitter.h
59
bool verifySplitConstraints(
IAaptContext
* context);
/frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.h
47
BinaryResourceParser(
IAaptContext
* context, ResourceTable* table, const Source& source,
91
IAaptContext
* mContext;
Completed in 670 milliseconds
1
2
3