/frameworks/base/tools/aapt2/compile/ |
D | IdAssigner_test.cpp | 40 ASSERT_TRUE(assigner.Consume(context.get(), table.get())); in TEST_F() 57 ASSERT_TRUE(assigner.Consume(context.get(), table.get())); in TEST_F() 98 ASSERT_FALSE(assigner.Consume(context.get(), table.get())); in TEST_F() 107 ASSERT_FALSE(assigner.Consume(context.get(), table.get())); in TEST_F() 116 ASSERT_FALSE(assigner.Consume(context.get(), table.get())); in TEST_F() 129 ASSERT_FALSE(assigner.Consume(context.get(), table.get())); in TEST_F() 140 ASSERT_TRUE(assigner.Consume(context.get(), table.get())); in TEST_F() 158 ASSERT_TRUE(assigner.Consume(context.get(), &table)); in TEST_F() 170 ASSERT_FALSE(assigner.Consume(context.get(), &table)); in TEST_F() 184 ASSERT_FALSE(assigner.Consume(context.get(), &table)); in TEST_F()
|
D | XmlIdCollector_test.cpp | 62 ASSERT_TRUE(collector.Consume(context.get(), doc.get())); in TEST() 74 ASSERT_FALSE(collector.Consume(context.get(), doc.get())); in TEST()
|
D | XmlIdCollector.h | 26 bool Consume(IAaptContext* context, xml::XmlResource* xml_res) override;
|
D | PseudolocaleGenerator.h | 30 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
D | IdAssigner.h | 37 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
D | InlineXmlFormatParser.h | 50 bool Consume(IAaptContext* context, xml::XmlResource* doc) override;
|
/frameworks/base/tools/aapt2/link/ |
D | Linkers.h | 59 bool Consume(IAaptContext* context, ResourceTable* table) override; 89 bool Consume(IAaptContext* context, ResourceTable* table) override; 108 bool Consume(IAaptContext* context, ResourceTable* table) override; 124 bool Consume(IAaptContext* context, xml::XmlResource* resource) override; 139 bool Consume(IAaptContext* context, xml::XmlResource* resource) override;
|
D | ResourceExcluder_test.cpp | 57 ASSERT_TRUE(ResourceExcluder(args).Consume(context.get(), table.get())); in TEST() 75 ASSERT_TRUE(ResourceExcluder(args).Consume(context.get(), table.get())); in TEST() 93 ASSERT_TRUE(ResourceExcluder(args).Consume(context.get(), table.get())); in TEST() 117 ASSERT_TRUE(ResourceExcluder(args).Consume(context.get(), table.get())); in TEST() 146 ASSERT_TRUE(ResourceExcluder(args).Consume(context.get(), table.get())); in TEST() 169 ASSERT_TRUE(ResourceExcluder(args).Consume(context.get(), table.get())); in TEST() 191 ASSERT_TRUE(ResourceExcluder(args).Consume(context.get(), table.get())); in TEST() 214 ASSERT_TRUE(ResourceExcluder(args).Consume(context.get(), table.get())); in TEST()
|
D | NoDefaultResourceRemover_test.cpp | 40 ASSERT_TRUE(remover.Consume(context.get(), table.get())); in TEST() 65 ASSERT_TRUE(remover.Consume(context.get(), table.get())); in TEST() 83 ASSERT_TRUE(remover.Consume(context.get(), table.get())); in TEST() 102 ASSERT_TRUE(remover.Consume(context.get(), table.get())); in TEST()
|
D | PrivateAttributeMover_test.cpp | 39 ASSERT_TRUE(mover.Consume(context.get(), table.get())); in TEST() 66 ASSERT_TRUE(mover.Consume(context.get(), table.get())); in TEST() 93 ASSERT_TRUE(mover.Consume(context.get(), table.get())); in TEST()
|
D | ProductFilter_test.cpp | 59 ASSERT_TRUE(filter.Consume(context.get(), &table)); in TEST() 89 ASSERT_TRUE(filter.Consume(context.get(), &table)); in TEST() 123 ASSERT_FALSE(filter.Consume(context.get(), &table)); in TEST() 144 ASSERT_FALSE(filter.Consume(context.get(), &table)); in TEST()
|
D | ReferenceLinker_test.cpp | 56 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST() 118 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST() 164 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST() 194 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST() 221 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST() 251 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST() 383 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
|
D | NoDefaultResourceRemover.h | 37 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
/frameworks/base/tools/aapt2/optimize/ |
D | ResourceDeduper_test.cpp | 54 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST() 84 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST() 107 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST() 130 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST() 150 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST() 169 ASSERT_TRUE(ResourceDeduper().Consume(context.get(), table.get())); in TEST()
|
D | ResourcePathShortener_test.cpp | 53 ASSERT_TRUE(ResourcePathShortener(path_map).Consume(context.get(), table.get())); in TEST() 92 ASSERT_TRUE(ResourcePathShortener(path_map).Consume(context.get(), table.get())); in TEST() 112 ASSERT_TRUE(ResourcePathShortener(path_map).Consume(context.get(), table.get())); in TEST() 138 ASSERT_TRUE(ResourcePathShortener(expected_mapping).Consume(context.get(), table1.get())); in TEST() 158 ASSERT_TRUE(ResourcePathShortener(actual_mapping).Consume(context.get(), table2.get())); in TEST()
|
D | ResourceFilter_test.cpp | 45 ASSERT_TRUE(ResourceFilter(exclude_list).Consume(context.get(), table.get())); in TEST() 68 ASSERT_TRUE(ResourceFilter(exclude_list).Consume(context.get(), table.get())); in TEST()
|
D | VersionCollapser_test.cpp | 45 ASSERT_TRUE(collapser.Consume(context.get(), table.get())); in TEST() 87 ASSERT_TRUE(collapser.Consume(context.get(), table.get())); in TEST()
|
D | VersionCollapser.h | 32 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
D | ResourceDeduper.h | 33 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
D | ResourceFilter.h | 33 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
D | ResourcePathShortener.h | 35 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
D | ResourceFilter.cpp | 27 bool ResourceFilter::Consume(IAaptContext* context, ResourceTable* table) { in Consume() function in aapt::ResourceFilter
|
/frameworks/base/tools/aapt2/process/ |
D | IResourceTableConsumer.h | 60 virtual bool Consume(IAaptContext* context, ResourceTable* table) = 0; 70 virtual bool Consume(IAaptContext* context, xml::XmlResource* resource) = 0;
|
/frameworks/base/tools/aapt2/cmd/ |
D | Optimize.cpp | 137 if (!filter.Consume(context_, apk->GetResourceTable())) { in Run() 144 if (!collapser.Consume(context_, apk->GetResourceTable())) { in Run() 149 if (!deduper.Consume(context_, apk->GetResourceTable())) { in Run() 156 if (!shortener.Consume(context_, apk->GetResourceTable())) { in Run() 233 if (!xml_flattener.Consume(context_, manifest)) { in WriteSplitApk() 281 if (!table_flattener.Consume(context_, table)) { in WriteSplitApk()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | XmlFlattener.h | 43 bool Consume(IAaptContext* context, const xml::XmlResource* resource);
|