Searched defs:Symbol (Results 1 - 11 of 11) 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...]
/frameworks/compile/mclinker/include/mcld/LD/
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
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;
/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/base/tools/aapt2/
H A DResourceTable.h50 struct Symbol { struct in namespace:aapt
106 Symbol symbol_status;
148 Symbol symbol_status;
228 const Symbol& symbol, IDiagnostics* diag);
231 const Symbol& symbol, IDiagnostics* diag);
295 const Symbol& symbol, NameValidator name_validator, IDiagnostics* diag);
H A DResourceValues.h248 struct Symbol { struct in struct:aapt::Attribute
252 friend std::ostream& operator<<(std::ostream& out, const Symbol& symbol);
258 std::vector<Symbol> symbols;
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.h55 struct Symbol { struct in class:aapt::SymbolTable
56 Symbol() = default;
58 explicit Symbol(const Maybe<ResourceId>& i, const std::shared_ptr<Attribute>& attr = {}, function in struct:aapt::SymbolTable::Symbol
63 Symbol(const Symbol&) = default;
64 Symbol(Symbol&&) = default;
65 Symbol& operator=(const Symbol&) = default;
66 Symbol
[all...]
/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/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...]

Completed in 277 milliseconds