Searched refs:Symbol (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/tools/aapt/
H A DSymbol.h29 struct Symbol { struct
30 inline Symbol();
31 inline Symbol(const android::String16& p, const android::String16& t, const android::String16& n, uint32_t i);
33 inline bool operator<(const Symbol& rhs) const;
47 inline SymbolDefinition(const Symbol& s, const ConfigDescription& c, const SourcePos& src);
50 Symbol symbol;
59 Symbol::Symbol() { function in class:Symbol
62 Symbol::Symbol(cons function in class:Symbol
[all...]
H A DResourceTable.h18 #include "Symbol.h"
563 void getDensityVaryingResources(KeyedVector<Symbol, Vector<SymbolDefinition> >& resources);
H A DResource.cpp17 #include "Symbol.h"
1612 KeyedVector<Symbol, Vector<SymbolDefinition> > densityVaryingResources;
1663 const Symbol& symbol = densityVaryingResources.keyAt(k);
H A DResourceTable.cpp4794 KeyedVector<Symbol, Vector<SymbolDefinition> >& resources) {
4812 const Symbol symbol(
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_BitDec_s.h39 ;// | Len | Symbol | 1 |
46 ;// Symbol = Symbol payload (unsigned 12 bits)
165 ;// $Symbol - the next N bits of the bitstream
172 M_BD_LOOK8 $Symbol, $N
174 MOV $Symbol, $BitBuffer, LSL $BitCount
190 ;// $Symbol - the next N bits of the bitstream
197 M_BD_LOOK16 $Symbol, $N, $T1
199 MOV $Symbol, $BitBuffer, LSL $BitCount
241 ;// $Symbol
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_BitDec_s.h39 ;// | Len | Symbol | 1 |
46 ;// Symbol = Symbol payload (unsigned 12 bits)
165 ;// $Symbol - the next N bits of the bitstream
172 M_BD_LOOK8 $Symbol, $N
174 MOV $Symbol, $BitBuffer, LSL $BitCount
190 ;// $Symbol - the next N bits of the bitstream
197 M_BD_LOOK16 $Symbol, $N, $T1
199 MOV $Symbol, $BitBuffer, LSL $BitCount
241 ;// $Symbol
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s66 Symbol RN 7 label
83 Symbol RN 7 label
135 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
136 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
138 MOVS TotalCoeff, Symbol, LSR #2
143 CMP Symbol, #17*4
152 ANDS TrailingOnes, Symbol, #3
158 M_BD_READ8 Symbol, 1, T1
161 SUB T1, T1, Symbol, LSL #1
180 M_BD_CLZ16 Symbol, T
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s66 Symbol RN 7 label
83 Symbol RN 7 label
135 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
136 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
138 MOVS TotalCoeff, Symbol, LSR #2
143 CMP Symbol, #17*4
152 ANDS TrailingOnes, Symbol, #3
158 M_BD_READ8 Symbol, 1, T1
161 SUB T1, T1, Symbol, LSL #1
180 M_BD_CLZ16 Symbol, T
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h93 struct Symbol { struct in class:mcld::Archive
97 Symbol(const char* pName, uint32_t pOffset, enum Status pStatus) function in struct:mcld::Archive::Symbol
100 ~Symbol() {}
108 typedef std::vector<Symbol*> SymTabType;
187 enum Symbol::Status pStatus = Archive::Symbol::Unknown);
196 enum Symbol::Status getSymbolStatus(size_t pSymIdx) const;
199 void setSymbolStatus(size_t pSymIdx, enum Symbol::Status pStatus);
223 typedef GCFactory<Symbol, 0> SymbolFactory;
H A DGNUArchiveReader.h72 enum Archive::Symbol::Status shouldIncludeSymbol(
H A DELFReader.h41 typedef llvm::ELF::Elf32_Sym Symbol; typedef in class:mcld::ELFReader
126 typedef llvm::ELF::Elf64_Sym Symbol; typedef in class:mcld::ELFReader
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h53 typedef llvm::ELF::Elf32_Sym Symbol; typedef in class:mcld::elf_dynamic::Entry
66 size_t symbolSize() const { return sizeof(Symbol); }
84 typedef llvm::ELF::Elf64_Sym Symbol; typedef in class:mcld::elf_dynamic::Entry
97 size_t symbolSize() const { return sizeof(Symbol); }
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp114 if (Archive::Symbol::Unknown != pArchive.getSymbolStatus(idx))
119 pArchive.setSymbolStatus(idx, Archive::Symbol::Include);
124 Archive::Symbol::Status status =
126 if (Archive::Symbol::Unknown != status)
129 if (Archive::Symbol::Include == status) {
330 enum Archive::Symbol::Status GNUArchiveReader::shouldIncludeSymbol(
336 return Archive::Symbol::Exclude;
338 return Archive::Symbol::Unknown;
339 return Archive::Symbol::Include;
341 return Archive::Symbol
[all...]
H A DArchive.cpp171 enum Archive::Symbol::Status pStatus) {
172 Symbol* entry = m_SymbolFactory.allocate();
173 new (entry) Symbol(pName, pFileOffset, pStatus);
190 enum Archive::Symbol::Status Archive::getSymbolStatus(size_t pSymIdx) const {
197 enum Archive::Symbol::Status pStatus) {
/frameworks/base/tools/aapt2/
H A DLinker_test.cpp52 flagAttr->symbols.push_back(Attribute::Symbol{
54 flagAttr->symbols.push_back(Attribute::Symbol{
H A DResourceValues.h210 struct Symbol { struct in struct:aapt::Attribute
219 std::vector<Symbol> symbols;
288 inline ::std::ostream& operator<<(::std::ostream& out, const Attribute::Symbol& s) {
H A DResourceParser.h179 Attribute::Symbol* outSymbol);
H A DResourceTableResolver.cpp185 entry.attr->symbols.push_back(Attribute::Symbol{
H A DResourceParser.cpp997 std::vector<Attribute::Symbol> items;
1039 Attribute::Symbol item;
1064 Attribute::Symbol* outSymbol) {
H A DBinaryResourceParser.cpp231 << "expected Symbol string pool."
814 Attribute::Symbol symbol;

Completed in 1567 milliseconds