Searched defs:Symbol (Results 1 – 10 of 10) sorted by relevance
| /frameworks/base/tools/aapt/ |
| D | Symbol.h | 29 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
|
| D | ResourceTable.cpp | 4974 KeyedVector<Symbol, Vector<SymbolDefinition> >& resources) { in getDensityVaryingResources()
|
| /frameworks/base/tools/aapt2/process/ |
| D | SymbolTable.h | 56 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/ |
| D | Archive.h | 93 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
|
| D | ELFReader.h | 41 typedef llvm::ELF::Elf32_Sym Symbol; typedef 126 typedef llvm::ELF::Elf64_Sym Symbol; typedef
|
| /frameworks/compile/mclinker/include/mcld/Target/ |
| D | ELFDynamic.h | 53 typedef llvm::ELF::Elf32_Sym Symbol; typedef 84 typedef llvm::ELF::Elf64_Sym Symbol; typedef
|
| /frameworks/base/tools/aapt2/ |
| D | ResourcesInternal.proto | 30 message Symbol { message
|
| D | ResourceValues.h | 292 struct Symbol { struct 293 Reference symbol; 294 uint32_t value;
|
| D | Resources.proto | 378 message Symbol { message
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
| D | descriptor.cc | 264 struct Symbol { struct 265 enum Type { 269 Type type; 270 union { 281 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; } in Symbol() argument 282 inline bool IsNull() const { return type == NULL_SYMBOL; } in IsNull() 283 inline bool IsType() const { in IsType() 286 inline bool IsAggregate() const { in IsAggregate() 297 CONSTRUCTOR(Descriptor , MESSAGE , descriptor ) in CONSTRUCTOR()
|