Home
last modified time | relevance | path

Searched refs:AppendSource (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/process/
DSymbolTable_test.cpp73 symbol_table.AppendSource(util::make_unique<ResourceTableSymbolSource>(table.get())); in TEST()
127 symbol_table.AppendSource(std::move(asset_manager_source)); in TEST_F()
DSymbolTable.h83 void AppendSource(std::unique_ptr<ISymbolSource> source);
DSymbolTable.cpp58 void SymbolTable::AppendSource(std::unique_ptr<ISymbolSource> source) { in AppendSource() function in aapt::SymbolTable
/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp263 table.AppendSource(test::StaticSymbolSourceBuilder() in TEST()
278 table.AppendSource(test::StaticSymbolSourceBuilder() in TEST()
301 table.AppendSource(test::StaticSymbolSourceBuilder() in TEST()
/frameworks/base/tools/aapt2/test/
DContext.h121 context_->GetExternalSymbols()->AppendSource(std::move(src)); in AddSymbolSource()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp861 context_->GetExternalSymbols()->AppendSource( in LoadSymbolsFromIncludePaths()
895 context_->GetExternalSymbols()->AppendSource(std::move(asset_source)); in LoadSymbolsFromIncludePaths()