Home
last modified time | relevance | path

Searched refs:GetExternalSymbols (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tools/aapt2/process/
DIResourceTableConsumer.h47 virtual SymbolTable* GetExternalSymbols() = 0;
/frameworks/base/tools/aapt2/test/
DContext.h42 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function
130 context_->GetExternalSymbols()->AppendSource(std::move(src)); in AddSymbolSource()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp64 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::ContextWrapper
65 return context_->GetExternalSymbols(); in GetExternalSymbols()
/frameworks/base/tools/aapt2/link/
DXmlReferenceLinker.cpp145 context->GetExternalSymbols()); in Consume()
DReferenceLinker.cpp489 context->GetExternalSymbols(), in Consume()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp143 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::LinkContext
388 SymbolTable* symm = context_->GetExternalSymbols(); in ResourceFileFlattener()
886 context_->GetExternalSymbols()->AppendSource( in LoadSymbolsFromIncludePaths()
920 context_->GetExternalSymbols()->AppendSource(std::move(asset_source)); in LoadSymbolsFromIncludePaths()
1091 if (context_->GetExternalSymbols()->FindByReference(*localeconfig_reference)) { in VerifyLocaleFormat()
2110 context_->GetExternalSymbols()->PrependSource( in Run()
2122 context_->GetExternalSymbols()->SetDelegate( in Run()
DDump.cpp103 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::__anond6ec485e0111::DumpContext
DOptimize.cpp93 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::OptimizeContext
DConvert.cpp220 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::Context
DDiff.cpp56 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::DiffContext
DCompile.cpp651 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::CompileContext
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp279 const SymbolTable::Symbol* symbol = context_->GetExternalSymbols()->FindByReference(ref); in ProcessStyleable()