/external/chromium_org/third_party/icu/source/i18n/ |
ucurr.cpp | 118 // Currency symbol equivalances 928 ++(*total_currency_symbol_count); // currency symbol 1071 const UnicodeString *symbol; local [all...] |
/external/chromium_org/tools/deep_memory_profiler/lib/ |
deep_dump.py | 17 from lib.symbol import procfs
|
/external/chromium_org/tools/grit/grit/node/ |
base.py | 483 def pp_ifdef(symbol): 484 return symbol in defs 487 def pp_if(symbol): 488 return defs.get(symbol, False) 514 - 'defs' is a map of C preprocessor-style symbol names to their values. 516 - 'pp_ifdef(symbol)' is a shorthand for "symbol in defs". 517 - 'pp_if(symbol)' is a shorthand for "symbol in defs and defs[symbol]" [all...] |
/external/chromium_org/v8/src/ |
gdb-jit.cc | 813 // Convert symbol names from strings to indexes in the string table. 850 // String table for this symbol table should follow it in the section table. 865 void Add(const ELFSymbol& symbol, Zone* zone) { 866 if (symbol.binding() == ELFSymbol::BIND_LOCAL) { 867 locals_.Add(symbol, zone); 869 globals_.Add(symbol, zone); 876 // We are assuming that string table will follow symbol table. 1025 // Symbol table should be followed by the linked string table. [all...] |
heap-snapshot-generator.h | 367 void ExtractSymbolReferences(int entry, Symbol* symbol);
|
/external/icu/icu4c/source/i18n/ |
ucurr.cpp | 118 // Currency symbol equivalances 928 ++(*total_currency_symbol_count); // currency symbol 1071 const UnicodeString *symbol; local [all...] |
/external/jpeg/ |
ltconfig | 919 # Check for command to grab the raw symbol name followed by C symbol from nm. 925 # Character class describing NM global symbol codes. 931 # Transform the above into a raw symbol and a C symbol. 948 # If we're using GNU nm, then use its standard symbol codes. 997 # Now generate the symbol file. 1010 /* The mapping between symbol names and symbols. */ [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/ |
event-parse.h | 278 struct print_arg_symbol symbol; member in union:print_arg::__anon29765
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-kmem.c | 8 #include "util/symbol.h" 357 struct symbol *sym = NULL; 751 OPT_BOOLEAN(0, "raw-ip", &raw_ip, "show raw ip instead of symbol"),
|
/external/lldb/source/Target/ |
StackFrameList.cpp | 21 #include "lldb/Symbol/Block.h" 22 #include "lldb/Symbol/Function.h" 23 #include "lldb/Symbol/Symbol.h" 349 // that was used to lookup the symbol context above. If we are 548 // Set the symbol scope from the symbol regardless if it is NULL or valid. 549 frame_sp->SetSymbolContextScope (frame_sp->GetSymbolContext (eSymbolContextSymbol).symbol); [all...] |
/external/llvm/lib/Object/ |
COFFYAML.cpp | 21 Symbol::Symbol() { memset(&Header, 0, sizeof(COFF::symbol)); } 361 void MappingTraits<COFFYAML::Symbol>::mapping(IO &IO, COFFYAML::Symbol &S) {
|
/external/qemu/distrib/jpeg-6b/ |
ltconfig | 919 # Check for command to grab the raw symbol name followed by C symbol from nm. 925 # Character class describing NM global symbol codes. 931 # Transform the above into a raw symbol and a C symbol. 948 # If we're using GNU nm, then use its standard symbol codes. 997 # Now generate the symbol file. 1010 /* The mapping between symbol names and symbols. */ [all...] |
/external/strace/ |
defs.h | 399 const char *symbol; member in struct:ioctlent
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow.h | 70 /* Hashtable holding definition for symbol. If this field is not NULL, it 779 tree symbol, base, index, step, offset; member in struct:mem_address
|
/prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/ |
easymock-2.4.jar | |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
math_util.js | 104 * <menclose> enclose content with a stretching symbol such as a long
|
/external/chromium_org/third_party/libwebp/enc/ |
vp8l.c | 261 // This sequence is tuned from that, but more weighted for lower symbol count, 408 VP8LWriteBits(bw, 1, 0); // Code bit for small (1 bit) symbol value. 426 const int symbol = code->codes[code_index]; local 427 VP8LWriteBits(bw, depth, symbol); 493 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol [all...] |
/external/chromium_org/v8/test/mjsunit/ |
switch.js | 334 // strings | symbol | all | on
|
strict-mode.js | 552 // Concat to avoid symbol. 815 var name = "prop" + "erty"; // to avoid symbol path. 831 var name = "prop" + "erty"; // to avoid symbol path. [all...] |
/external/lldb/source/Expression/ |
Materializer.cpp | 16 #include "lldb/Symbol/ClangASTContext.h" 17 #include "lldb/Symbol/Symbol.h" 18 #include "lldb/Symbol/Type.h" 19 #include "lldb/Symbol/Variable.h" [all...] |
/external/ltrace/ |
ltrace-elf.c | 212 enum callback_status (*cb)(GElf_Sym *symbol, 236 * symbol table we are looking into. ltrace currently doesn't handle 237 * more than two symbol tables anyway, nor does it handle the xindex 241 enum callback_status (*cb)(GElf_Sym *symbol, 247 /* Go through static symbol table first. */ 730 fprintf(stderr, "Couldn't create symbol for PLT entry: %s\n", 825 "Couldn't get relocation for symbol #%zd" 846 * backends to override the PLT symbol's name. */ 874 * want to add such symbol once. The only way that those symbols 877 * same address. So instead we keep this unique symbol struct fo [all...] |
/external/webp/src/enc/ |
vp8l.c | 261 // This sequence is tuned from that, but more weighted for lower symbol count, 408 VP8LWriteBits(bw, 1, 0); // Code bit for small (1 bit) symbol value. 426 const int symbol = code->codes[code_index]; local 427 VP8LWriteBits(bw, depth, symbol); 493 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol [all...] |
/dalvik/dx/etc/ |
jasmin.jar | |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 93 /// Return the current input symbol index 0..N where N indicates the 94 /// last symbol has been read. The index is the symbol about to be 95 /// read not the most recently read symbol. 163 /// the ith symbol. So, seeking to 0 means LA(1) will return the first 709 /// Match current input symbol against ttype. Attempt 755 /// <summary> Match the wildcard: in a symbol</summary> [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/ |
glslang_tab.cpp | 138 /* Put the tokens into the symbol table, so that GDB and other debuggers 283 TSymbol* symbol; member in struct:YYSTYPE::__anon16169 635 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ 642 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ 687 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in 828 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. [all...] |