/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/ |
libesddsp.so.0 | |
libesddsp.so.0.2.38 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/ |
libesddsp.so.0 | |
libesddsp.so.0.2.38 | |
/system/core/include/corkscrew/ |
symbol_table.h | 39 * Loads a symbol table from a given file. 45 * Frees a symbol table. 50 * Finds a symbol associated with an address in the symbol table.
|
/external/chromium_org/chrome/common/extensions/api/ |
PRESUBMIT_test.py | 64 'Unexpected symbol DOMString after symbol a.', 65 'Unexpected symbol name2 after symbol name1.', 68 'Unexpected ")" after symbol long.', 69 'Unexpected symbol Events after symbol interace.',
|
/external/llvm/test/Object/ |
readobj-shared-object.test | 130 ELF: Symbol { 136 ELF: Symbol { 142 ELF: Symbol { 148 ELF: Symbol { 154 ELF: Symbol { 160 ELF: Symbol { 166 ELF: Symbol { 172 ELF: Symbol { 178 ELF: Symbol { 184 ELF: Symbol { [all...] |
readobj-elf-versioning.test | 11 ELF: Symbol { 17 ELF: Symbol { 23 ELF: Symbol { 32 ELF32: Symbol { 40 ELF64: Symbol {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_BitDec_s.h | 25 ;// | Len | Symbol | 1 | 32 ;// Symbol = Symbol payload (unsigned 12 bits) 151 ;// $Symbol - the next N bits of the bitstream 158 M_BD_LOOK8 $Symbol, $N 160 MOV $Symbol, $BitBuffer, LSL $BitCount 176 ;// $Symbol - the next N bits of the bitstream 183 M_BD_LOOK16 $Symbol, $N, $T1 185 MOV $Symbol, $BitBuffer, LSL $BitCount 227 ;// $Symbol - the next N bits of the bitstrea [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_BitDec_s.h | 25 ;// | Len | Symbol | 1 | 32 ;// Symbol = Symbol payload (unsigned 12 bits) 151 ;// $Symbol - the next N bits of the bitstream 158 M_BD_LOOK8 $Symbol, $N 160 MOV $Symbol, $BitBuffer, LSL $BitCount 176 ;// $Symbol - the next N bits of the bitstream 183 M_BD_LOOK16 $Symbol, $N, $T1 185 MOV $Symbol, $BitBuffer, LSL $BitCount 227 ;// $Symbol - the next N bits of the bitstrea [all...] |
/external/bison/src/ |
symlist.h | 33 * Whether this node contains a symbol, a semantic type, a \c <*>, or a 42 * The symbol or \c NULL iff 45 symbol *sym; 53 /* Proper location of the symbol, not all the rule */ 56 /* If this symbol is the generated lhs for a midrule but this is the rule in 60 /* If this symbol is the generated lhs for a midrule and this is that 72 symbol *ruleprec; 86 symbol_list *symbol_list_sym_new (symbol *sym, location loc); 111 /** Get item \c n in symbol list \c l. */ 115 symbol N in rule RULE. * [all...] |
/external/openfst/src/include/fst/ |
symbol-table-ops.h | 29 #include <fst/symbol-table.h> 34 // Returns a minimal symbol table containing only symbols referenced by the 55 pruned->AddSymbol(stiter.Symbol(), stiter.Value()); 61 // Relabels a symbol table to make it a contiguous mapping. 67 // The returned symbol table will never modify symbol assignments from the left 71 // A potential use case is to Compose two Fst's that have different symbol 85 // Read the symbol table from any Fst::Read()able file, without loading the 86 // corresponding Fst. Returns NULL if the Fst does not contain a symbol table 87 // or the symbol table cannot be read [all...] |
/external/oprofile/doc/ |
opreport.1.in | 4 opreport \- produce symbol or binary image summaries 15 outputs binary image summaries, or per-symbol data, from OProfile profiling 21 Accumulate sample and percentage counts in the symbol list. 25 Show source file and line for each symbol. 30 pattern-matching to make C++ symbol demangling more readable. 97 Show each symbol's VMA address. 100 .BI "--sort / -s [vma,sample,symbol,debug,image]" 101 Sort the list of symbols by, respectively, symbol address, 102 number of samples, symbol name, debug filename and line number, 107 List per-symbol information instead of a binary image summary [all...] |
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionSymTab.hxx | 56 ELFSymbolTy *symbol = table[i]; local 57 if ( symbol ) { 58 name_map[symbol->getName()] = symbol; 66 typename llvm::StringMap<ELFSymbolTy *>::const_iterator symbol = local 68 if (symbol == name_map.end()) { 71 return symbol->getValue(); 97 // Seek to the start of symbol table 100 // Read all symbol table entry 120 out() << "Symbol Table" << '\n' [all...] |
/external/clang/test/SemaObjC/ |
check-dup-objc-decls-1.m | 6 float Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}} 10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}} 18 @class OBJECT ; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}} 23 @interface Gorf @end // expected-error {{redefinition of 'Gorf' as different kind of symbol}} expected-note {{previous definition is here}} 25 void Gorf() // expected-error {{redefinition of 'Gorf' as different kind of symbol}}
|
/external/llvm/test/MC/MachO/ |
symbol-indirect.s | 142 // CHECK: # Symbol 0 150 // CHECK: # Symbol 1 158 // CHECK: # Symbol 2 166 // CHECK: # Symbol 3 174 // CHECK: # Symbol 4 182 // CHECK: # Symbol 5 190 // CHECK: # Symbol 6 198 // CHECK: # Symbol 7 206 // CHECK: # Symbol 8 214 // CHECK: # Symbol [all...] |
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Decoder.java | 42 int symbol = Base.kNumLowLenSymbols;
local 44 symbol += m_MidCoder[posState].Decode(rangeDecoder);
46 symbol += Base.kNumMidLenSymbols + m_HighCoder.Decode(rangeDecoder);
47 return symbol;
64 int symbol = 1;
local 66 symbol = (symbol << 1) | rangeDecoder.DecodeBit(m_Decoders, symbol);
67 while (symbol < 0x100);
68 return (byte)symbol;
73 int symbol = 1; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/ |
SDL_sysloadso.c | 46 void *symbol = dlsym(handle, name); local 47 if ( symbol == NULL ) { 53 symbol = dlsym(handle, _name); 55 if ( symbol == NULL ) { 59 return(symbol);
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/ |
SDL_sysloadso.c | 52 void *symbol = NULL; local 53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol); 57 loaderror = "Symbol not found"; 59 if (symbol == NULL) 62 return(symbol);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-nm.1 | 153 For each symbol, \fBnm\fR shows: 155 The symbol value, in the radix selected by options (see below), or 158 The symbol type. At least the following types are used; others are, as 159 well, depending on the object file format. If lowercase, the symbol is 160 local; if uppercase, the symbol is global (external). 165 The symbol's value is absolute, and will not be changed by further 175 The symbol is in the uninitialized data section (known as \s-1BSS\s0). 179 The symbol is common. Common symbols are uninitialized data. When 181 symbol is defined anywhere, the common symbols are treated as undefined 191 The symbol is in the initialized data section [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-nm.1 | 153 For each symbol, \fBnm\fR shows: 155 The symbol value, in the radix selected by options (see below), or 158 The symbol type. At least the following types are used; others are, as 159 well, depending on the object file format. If lowercase, the symbol is 160 local; if uppercase, the symbol is global (external). 165 The symbol's value is absolute, and will not be changed by further 175 The symbol is in the uninitialized data section (known as \s-1BSS\s0). 179 The symbol is common. Common symbols are uninitialized data. When 181 symbol is defined anywhere, the common symbols are treated as undefined 191 The symbol is in the initialized data section [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-nm.1 | 153 For each symbol, \fBnm\fR shows: 155 The symbol value, in the radix selected by options (see below), or 158 The symbol type. At least the following types are used; others are, as 159 well, depending on the object file format. If lowercase, the symbol is 160 local; if uppercase, the symbol is global (external). 165 The symbol's value is absolute, and will not be changed by further 175 The symbol is in the uninitialized data section (known as \s-1BSS\s0). 179 The symbol is common. Common symbols are uninitialized data. When 181 symbol is defined anywhere, the common symbols are treated as undefined 191 The symbol is in the initialized data section [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-nm.1 | 153 For each symbol, \fBnm\fR shows: 155 The symbol value, in the radix selected by options (see below), or 158 The symbol type. At least the following types are used; others are, as 159 well, depending on the object file format. If lowercase, the symbol is 160 local; if uppercase, the symbol is global (external). 165 The symbol's value is absolute, and will not be changed by further 175 The symbol is in the uninitialized data section (known as \s-1BSS\s0). 179 The symbol is common. Common symbols are uninitialized data. When 181 symbol is defined anywhere, the common symbols are treated as undefined 191 The symbol is in the initialized data section [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
SymbolTable.h | 11 // Symbol table for parsing. Has these design characteristics: 13 // * Same symbol table can be used to compile many shaders, to preserve 18 // so that symbol table lookups are never ambiguous. This allows 19 // a simpler symbol table structure. 21 // * Pushing and popping of scope, so symbol table will really be a stack 22 // of symbol tables. Searched from the top, with new inserts going into 26 // in the symbol table. The parser can substitute constants at parse 30 // are tracked in the intermediate representation, not the symbol table. 40 // Symbol base class. (Can build functions or variables out of these...) 67 // Variable class, meaning a symbol that's not a function 308 TSymbol* symbol; local [all...] |
/external/zlib/src/contrib/puff/ |
puff.c | 65 * - Catch missing end-of-block symbol error 202 * symbol[] are the symbol values in canonical order, where the number of 208 short *symbol; /* canonically ordered symbols */ member in struct:huffman 212 * Decode a code from the stream s using huffman table h. Return the symbol or 241 int index; /* index of first code of length len in symbol table */ 247 if (code - count < first) /* if length len, return symbol */ 248 return h->symbol[index + (code - first)]; 269 int index; /* index of first code of length len in symbol table */ 284 if (code - count < first) { /* if length len, return symbol */ 342 int symbol; \/* current symbol when stepping through length[] *\/ local 440 int symbol; \/* decoded symbol *\/ local 545 int symbol; local 704 int symbol; \/* decoded value *\/ local [all...] |