Home
last modified time | relevance | path

Searched defs:Symbol (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/aapt/
DSymbol.h29 struct Symbol { struct
47 inline SymbolDefinition(const Symbol& s, const ConfigDescription& c, const SourcePos& src); argument
59 Symbol::Symbol() { in Symbol() function
62 Symbol::Symbol(const android::String16& p, const android::String16& t, const android::String16& n, … in Symbol() function
DResourceTable.cpp4974 KeyedVector<Symbol, Vector<SymbolDefinition> >& resources) { in getDensityVaryingResources()
/frameworks/base/tools/aapt2/process/
DSymbolTable.h56 struct Symbol { struct
64 Symbol(const Symbol&) = default; argument
66 Symbol& operator=(const Symbol&) = default; argument
67 Symbol& operator=(Symbol&&) = default; argument
91 const Symbol* FindByName(const ResourceName& name); argument
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h93 struct Symbol { struct
97 Symbol(const char* pName, uint32_t pOffset, enum Status pStatus) in Symbol() function
100 ~Symbol() {} in ~Symbol() argument
108 typedef std::vector<Symbol*> SymTabType; argument
DELFReader.h41 typedef llvm::ELF::Elf32_Sym Symbol; typedef
126 typedef llvm::ELF::Elf64_Sym Symbol; typedef
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h53 typedef llvm::ELF::Elf32_Sym Symbol; typedef
84 typedef llvm::ELF::Elf64_Sym Symbol; typedef
/frameworks/base/tools/aapt2/
DResourcesInternal.proto30 message Symbol { message
DResourceValues.h292 struct Symbol { struct
293 Reference symbol;
294 uint32_t value;
DResources.proto378 message Symbol { message