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

  /frameworks/base/tools/aapt2/process/
SymbolTable_test.cpp 65 symbol_table.AppendSource(util::make_unique<ResourceTableSymbolSource>(table.get()));
SymbolTable.h 81 void AppendSource(std::unique_ptr<ISymbolSource> source);
SymbolTable.cpp 52 void SymbolTable::AppendSource(std::unique_ptr<ISymbolSource> source) {
  /frameworks/base/tools/aapt2/link/
ReferenceLinker_test.cpp 261 table.AppendSource(test::StaticSymbolSourceBuilder()
276 table.AppendSource(test::StaticSymbolSourceBuilder()
  /frameworks/base/tools/aapt2/test/
Context.h 121 context_->GetExternalSymbols()->AppendSource(std::move(src));
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 729 context_->GetExternalSymbols()->AppendSource(
754 context_->GetExternalSymbols()->AppendSource(std::move(asset_source));
    [all...]

Completed in 73 milliseconds