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/link/
DXmlReferenceLinker.cpp144 context->GetExternalSymbols()); in Consume()
DReferenceLinker.cpp489 context->GetExternalSymbols(), in Consume()
/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/cmd/
DLink.cpp141 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::LinkContext
385 SymbolTable* symm = context_->GetExternalSymbols(); in ResourceFileFlattener()
883 context_->GetExternalSymbols()->AppendSource( in LoadSymbolsFromIncludePaths()
917 context_->GetExternalSymbols()->AppendSource(std::move(asset_source)); in LoadSymbolsFromIncludePaths()
1088 if (context_->GetExternalSymbols()->FindByReference(*localeconfig_reference)) { in VerifyLocaleFormat()
2092 context_->GetExternalSymbols()->PrependSource( in Run()
2104 context_->GetExternalSymbols()->SetDelegate( in Run()
DDump.cpp104 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::__anonebfcfb4f0111::DumpContext
DOptimize.cpp93 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::OptimizeContext
DDiff.cpp56 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::DiffContext
DConvert.cpp220 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::Context
DCompile.cpp624 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::CompileContext
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp276 const SymbolTable::Symbol* symbol = context_->GetExternalSymbols()->FindByReference(ref); in ProcessStyleable()