/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaDec.c | 119 /* First LZMA-symbol is always decoded. 164 unsigned symbol; local 174 symbol = 1; 175 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); 182 symbol = 1; 189 probLit = prob + offs + bit + symbol; 190 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) 192 while (symbol < 0x100) 518 unsigned symbol = 1; local 526 unsigned symbol = 1; local [all...] |
/external/chromium_org/tools/tcmalloc/ |
print-live-objects.py | 55 for address, symbol, location in zip(addresses, syms[::2], syms[1::2]): 60 table[address] = { "name": symbol, "location": location }
|
/external/linux-tools-perf/util/ |
callchain.h | 15 #include "symbol.h" 68 struct symbol *sym; 118 struct map *map, struct symbol *sym);
|
hist.h | 17 struct symbol; 63 struct symbol *parent, u64 period);
|
top.h | 30 static inline struct symbol *sym_entry__symbol(struct sym_entry *self)
|
/external/llvm/tools/lto/ |
lto.cpp | 114 /// lto_module_get_symbol_name - Returns the name of the ith symbol in the 120 /// lto_module_get_symbol_attribute - Returns the attributes of the ith symbol 182 const char *symbol) { 183 cg->addMustPreserveSymbol(symbol);
|
/external/lzma/C/ |
LzmaDec.c | 118 /* First LZMA-symbol is always decoded.
163 unsigned symbol;
local 173 symbol = 1;
174 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
181 symbol = 1;
188 probLit = prob + offs + bit + symbol;
189 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
191 while (symbol < 0x100); 517 unsigned symbol = 1; local 525 unsigned symbol = 1; local [all...] |
/external/mesa3d/src/glx/ |
applegl_glx.c | 106 applegl_get_proc_address(const char *symbol) 108 return dlsym(apple_cgl_get_dl_handle(), symbol);
|
/external/v8/test/cctest/ |
test-random.cc | 86 Object* symbol = FACTORY->LookupAsciiSymbol("f")->ToObjectChecked(); local 88 context->global()->GetProperty(String::cast(symbol));
|
/ndk/build/tools/ |
gen-system-symbols.sh | 41 to be imported (unless you use --no-symbol-filtering) 50 register_var_option "--no-symbol-filtering" NO_FILTERING "Disable symbol filtering" 94 # Temp file used to list shared library symbol exclusions 96 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt 98 # Temp file used to list shared library symbol inclusions, these 100 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt 105 # Reset the symbol exclusion list to its default 108 # By default, do not export C++ mangled symbol, which all start with _Z 130 # Clear symbol exclusion/inclusion file [all...] |
/external/chromium_org/third_party/codesighs/ |
msmap2tsv.c | 78 ** The size of the symbol. 82 ** match the object name in the scenario where multiple symbol 85 ** mSize The size of the symbol in these objects. 86 ** mObjects A list of objects containing said symbol. 99 ** Each section for a symbol has a list of sizes. 100 ** Should there be exactly one size for the symbol, then that 106 ** mSizes The varoius sizes of the symbol in this section. 119 ** Each symbol has at least one section. 120 ** The section indicates what type of symbol a client may be looking for. 124 ** mName The mangled name of the symbol 391 char* symbol = NULL; local 722 const SymDB_Symbol* symbol = (const SymDB_Symbol*)inItem; local 761 SymDB_Symbol* symbol = (SymDB_Symbol*)match; local 1733 MSMap_Symbol* symbol = NULL; local [all...] |
/cts/tools/dasm/src/java_cup/ |
terminal.java | 6 /** This class represents a terminal symbol in the grammar. Each terminal 15 public class terminal extends symbol { 114 /** Report this symbol as not being a non-terminal. */
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ValidateLimitations.h | 14 int id; // symbol id. 37 bool isLoopIndex(const TIntermSymbol* symbol) const;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
elf_mem_image.h | 33 // Allow dynamic symbol lookup for in-memory Elf images. 44 // symbol extensions in glibc, but for right now we need them. 60 // Information about a single vdso symbol. 66 // for unversioned symbol. 67 const void *address; // Relocated symbol address. 68 const ElfW(Sym) *symbol; // Symbol in the dynamic symbol table. member in struct:base::ElfMemImage::SymbolInfo 105 // Look up versioned dynamic symbol in the image. 107 // symbol/version/type combination [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
elf_mem_image.h | 33 // Allow dynamic symbol lookup for in-memory Elf images. 44 // symbol extensions in glibc, but for right now we need them. 60 // Information about a single vdso symbol. 66 // for unversioned symbol. 67 const void *address; // Relocated symbol address. 68 const ElfW(Sym) *symbol; // Symbol in the dynamic symbol table. member in struct:base::ElfMemImage::SymbolInfo 105 // Look up versioned dynamic symbol in the image. 107 // symbol/version/type combination [all...] |
/external/chromium_org/tools/linux/ |
dump-static-initializers.py | 31 # A map of symbol => informative text about it. 49 """Given mangled symbol |sym|, return its demangled form.""" 75 # Regex matching the substring of a symbol's demangled text representation most 82 def QualifyFilename(filename, symbol): 83 """Given a bare filename and a symbol that occurs in it, attempt to qualify 88 match = symbol_code_name_re.match(symbol) 91 symbol = match.group(1) 93 ['git', 'grep', '-l', symbol, '--', '*/%s' % filename], 143 """Given a span of addresses, returns symbol references from disassembly."""
|
/external/chromium_org/tools/valgrind/ |
test_suppressions.py | 88 for (symbol, suppressions) in sorted_reports[:top_count]: 89 print "%4d occurrences : %s" % (len(suppressions), symboltable[symbol]) 103 parser.add_argument('--symbol-filter', action='append', 104 help='Filter out all suppressions not containing the specified symbol(s). ' 161 for symbol in symbols: 162 symbol_reports[symbol].append(report_hashes[r])
|
/external/chromium_org/ui/keyboard/resources/ |
main.css | 120 .symbol { 146 .symbol,
|
/external/chromium_org/v8/src/ |
log-utils.h | 98 void AppendSymbolName(Symbol* symbol);
|
/external/linux-tools-perf/ |
builtin-top.c | 29 #include "util/symbol.h" 159 struct symbol *sym; 190 pr_err("Not enough memory for annotating '%s' symbol!\n", 214 struct symbol *sym = sym_entry__symbol(syme); 221 struct symbol *sym; 241 struct symbol *symbol; local 247 symbol = sym_entry__symbol(syme); 248 notes = symbol__annotation(symbol); 255 printf("Showing %s for %s\n", event_name(top.sym_evsel), symbol->name) [all...] |
/external/llvm/test/MC/MachO/ARM/ |
long-call-branch-island-relocation.s | 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
|
/external/llvm/test/MC/PowerPC/ |
ppc64-relocs-01.s | 35 # 2. And a R_PPC64_TOC against no symbol (the linker will replace for the
|
/external/openfst/src/include/fst/script/ |
draw-impl.h | 130 string symbol = syms->Find(id); local 131 if (symbol == "") { 133 << " is not mapped to any textual symbol" 134 << ", symbol table = " << syms->Name() 136 symbol = "?"; 139 EscapeChars(symbol, &nsymbol); 211 const SymbolTable *isyms_; // ilabel symbol table 212 const SymbolTable *osyms_; // olabel symbol table 213 const SymbolTable *ssyms_; // slabel symbol table
|
/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/qemu/android/ |
opengles.c | 75 void* symbol; local 79 symbol = adynamicLibrary_findSymbol(rendererLib, #name, &error); \ 80 if (symbol != NULL) { \ 81 name = symbol; \ 83 derror("GLES emulation: Could not find required symbol (%s): %s", #name, error); \
|