/external/linux-tools-perf/util/ |
symbol.c | 17 #include "symbol.h" 96 struct symbol *curr, *prev; 101 curr = rb_entry(prevnd, struct symbol, rb_node); 105 curr = rb_entry(nd, struct symbol, rb_node); 146 static struct symbol *symbol__new(u64 start, u64 len, u8 binding, 150 struct symbol *sym = calloc(1, (symbol_conf.priv_size + 170 void symbol__delete(struct symbol *sym) 175 static size_t symbol__fprintf(struct symbol *sym, FILE *fp) 229 struct symbol *pos; 233 pos = rb_entry(next, struct symbol, rb_node) [all...] |
/external/bison/src/ |
gram.c | 40 symbol **symbols = NULL; 68 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out) 124 xml_printf (out, level + 1, "<symbol>%s</symbol>", 178 symbol *previous_lhs = NULL; 332 /* Free the symbol table data structure. */
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
report.c | 69 struct XRaySymbol* symbol; local 70 symbol = XRaySymbolTableLookup(symbols, addr); 71 symbol_name = XRaySymbolGetName(symbol);
|
xray_priv.h | 94 const char* symbol); 96 XRAY_NO_INSTRUMENT const char* XRaySymbolGetName(struct XRaySymbol* symbol); 99 XRAY_NO_INSTRUMENT void XRaySymbolFree(struct XRaySymbol* symbol);
|
/external/chromium_org/third_party/angle/src/compiler/ |
SymbolTable.cpp | 8 // Symbol table for parsing. Most functionaliy and main ideas 169 // Symbol table levels are a map of pointers to symbols that have to be deleted. 180 // performance operation, and only intended for symbol tables that 198 // performance operation, and only intended for symbol tables that 204 TSymbol* symbol = it->second; local 205 if (symbol->getName() == name) 206 symbol->relateToExtension(ext);
|
/external/chromium_org/third_party/angle/src/compiler/depgraph/ |
DependencyGraphBuilder.cpp | 60 // Push the leftmost symbol of this function call into the current set of dependent symbols to 81 // Push this symbol into the set of dependent symbols for the current assignment or condition 83 TGraphSymbol* symbol = mGraph->getOrCreateSymbol(intermSymbol); local 84 mNodeSets.insertIntoTopSet(symbol); 86 // If this symbol is the current leftmost symbol under an assignment, replace the previous 87 // leftmost symbol with this symbol. 90 mLeftmostSymbols.push(symbol); 124 // leftmost symbol, and the leftmost symbol should not be a placeholder [all...] |
/external/chromium_org/tools/find_runtime_symbols/ |
find_runtime_symbols.py | 204 for address, symbol in symbols_dict: 205 if symbol: 206 print '%016x %s' % (address, symbol)
|
/external/mksh/src/ |
syn.c | 72 static bool reject; /* token(cf) gets symbol again */ 73 static int symbol; /* yylex value */ variable 78 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf))) 79 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf))) 340 if (symbol != /*(*/ ')') 622 if (symbol != endtok) { 624 symbol == '}' ? Tcbrace : Tesac, ATEMP); 644 switch (symbol) { [all...] |
/external/openfst/src/include/fst/ |
string.h | 42 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; 131 VLOG(1) << "StringCompiler::ConvertSymbolToLabel: Symbol \"" << s 132 << "\" is not mapped to any integer label, symbol table = " 149 TokenType token_type_; // Token type: symbol, byte or utf8 encoded 150 const SymbolTable *syms_; // Symbol table used when token type is symbol 151 Label unknown_label_; // Label for token missing from symbol table 166 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 }; 182 if (token_type_ == SYMBOL) { 248 string symbol = syms_->Find(lab) local 255 ostrm << symbol; local [all...] |
/external/oprofile/libpp/ |
format_output.h | 3 * outputting format for symbol lists 22 #include "symbol.h" 55 /// use global count rather symbol count for details percent 89 : symbol(sym), sample(s), pclass(pc), 91 symbol_entry const & symbol; member in struct:format_output::formatter::field_datum 135 void do_output(std::ostream & out, symbol_entry const & symbol, 167 /// symbol count 191 /** output one symbol symb to out according to the output format 195 /// output details for the symbol 231 /// output a single symbol [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 39 --- table with symbol name keys (not really used currently)
41 --- table with symbol name number keys (specified with property mapval)
43 --- array of symbol name numer keys used (to check for unique mapvals)
95 print("*** error: no symbol found")
|
picoloadphones.lua | 37 --- table with symbol name keys (not really used currently)
39 --- table with symbol name number keys (specified with property mapval)
41 --- array of symbol name numer keys used (to check for unique mapvals)
93 print("*** error: no symbol found")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
log.py | 4 import symbol namespace 179 funcdef = symbol.funcdef 180 lambdef = symbol.lambdef
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
log.py | 4 import symbol namespace 179 funcdef = symbol.funcdef 180 lambdef = symbol.lambdef
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 151 for (Entry<String, String> symbol : mSymbols.entrySet()) { 153 out.print(symbol.getKey()); 155 out.print(symbol.getValue());
|
/system/core/libcorkscrew/ |
symbol_table.c | 56 const symbol_t* symbol = (const symbol_t*)element; local 57 if (addr < symbol->start) return -1; 58 if (addr >= symbol->end) return 1; 65 ALOGV("Loading symbol table from '%s'.", filename); 133 // Iterate through the dynamic symbol table, and count how many symbols 144 // Iterate through the symbol table, and count how many symbols 156 // Now, create an entry in our symbol table structure for each symbol... 199 // Sort the symbol table entries, so they can be bsearched later
|
/external/valgrind/main/VEX/switchback/ |
linker.c | 141 /* An array containing ptrs to all the symbol names copied from 142 this object into the global symbol hash table. This is so that 366 // SYMBOL TABLE(s) 369 * lookup a symbol in the global symbol table 518 char *symbol = NULL; 547 /* First see if it is a local symbol. */ 549 /* Yes, so we can get the address directly from the ELF symbol 551 symbol = sym.st_name==0 ? "(noname)" : strtab+sym.st_name; 558 symbol = strtab + sym.st_name [all...] |
/external/valgrind/main/VEX/unused/ |
linker.c | 77 /* An array containing ptrs to all the symbol names copied from 78 this object into the global symbol hash table. This is so that 300 // SYMBOL TABLE(s) 303 * lookup a symbol in the global symbol table 424 char *symbol = NULL; local 453 /* First see if it is a local symbol. */ 455 /* Yes, so we can get the address directly from the ELF symbol 457 symbol = sym.st_name==0 ? "(noname)" : strtab+sym.st_name; 464 symbol = strtab + sym.st_name 550 char *symbol; local [all...] |
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 84 SymbolTable("t", cl::desc("Display the symbol table")); 444 // Disassemble symbol by symbol. 449 // symbol. 452 // Make sure this symbol takes up space. 456 // This symbol has the same address as the next symbol. Skip it. 625 const coff_symbol *symbol = 0; local 629 if (symbol->StorageClass == COFF::IMAGE_SYM_CLASS_STATIC 630 && symbol->Value == 0) { // Section definition [all...] |
/external/llvm/tools/lto/ |
LTOModule.cpp | 341 info.symbol = clgv; 357 info.symbol = clgv; 383 info.symbol = clgv; 403 info.symbol = clgv; 407 /// addDefinedDataSymbol - Add a data symbol as defined to the list. 457 /// addDefinedFunctionSymbol - Add a function symbol as defined to the list. 463 /// addDefinedSymbol - Add a defined symbol to the list. 521 info.symbol = def; 527 /// addAsmGlobalSymbol - Add a global symbol from module-level ASM to the 541 if (info.symbol == 0) [all...] |
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Encoder.java | 78 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte symbol) throws IOException
83 int bit = ((symbol >> i) & 1);
89 public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte matchByte, byte symbol) throws IOException
95 int bit = ((symbol >> i) & 1);
108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol)
118 int bit = (symbol >> i) & 1;
130 int bit = (symbol >> i) & 1;
196 public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState) throws IOException
198 if (symbol < Base.kNumLowLenSymbols)
201 _lowCoder[posState].Encode(rangeEncoder, symbol);
[all...] |
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 62 // Verify that the symbol points to a valid entry in the symbol table. 67 report_fatal_error("Symbol was outside of symbol table."); 70 == 0 && "Symbol did not point to the beginning of a symbol"); 193 // in the same section as this symbol, and looking for either the next 194 // symbol, or the end of the section. 266 // Check for section symbol. 529 // The symbol table ends where the string table begins [all...] |