Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/process/
H A DIResourceTableConsumer.h47 virtual SymbolTable* GetExternalSymbols() = 0;
/aosp14/frameworks/base/tools/aapt2/test/
H A DContext.h42 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function
130 context_->GetExternalSymbols()->AppendSource(std::move(src)); in AddSymbolSource()
/aosp14/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp64 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::ContextWrapper
65 return context_->GetExternalSymbols(); in GetExternalSymbols()
/aosp14/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker.cpp144 context->GetExternalSymbols()); in Consume()
H A DReferenceLinker.cpp489 context->GetExternalSymbols(), in Consume()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A 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()
H A DDump.cpp104 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::__anon98cd47f80110::DumpContext
H A DOptimize.cpp93 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::OptimizeContext
H A DConvert.cpp220 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::Context
H A DDiff.cpp56 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::DiffContext
H A DCompile.cpp624 SymbolTable* GetExternalSymbols() override { in GetExternalSymbols() function in aapt::CompileContext
/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp276 const SymbolTable::Symbol* symbol = context_->GetExternalSymbols()->FindByReference(ref); in ProcessStyleable()