/external/llvm/test/tools/llvm-readobj/Inputs/ |
relocs.py | 29 for symbol in attributes: 30 if symbol.startswith('__') or symbol.endswith('__'): 33 value = attributes[symbol] 35 # MyEnum.symbol == value 36 type.__setattr__(self, symbol, value) 37 self._nameMap[symbol] = value 39 # The first symbol with the given value is authoritative. 41 # MyEnum[value] == symbol 42 self._map[value] = symbol [all...] |
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
browser.c | 30 struct XRaySymbol* symbol = XRaySymbolTableLookup(symbols, addr); local 31 return XRaySymbolGetName(symbol);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
ScriptArguments.cpp | 81 return append(v8::Handle<v8::Symbol>::Cast(value)); 132 bool append(v8::Handle<v8::Symbol> symbol) 134 m_builder.appendLiteral("Symbol("); 135 bool result = append(symbol->Name(), IgnoreUndefined);
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
scopeutil_test.py | 184 unused_alias, symbol = match 185 if scopeutil.IsInClosurizedNamespace(symbol, closurized_namepaces):
|
/external/chromium_org/third_party/cython/src/Tools/ |
cython-mode.el | 137 symbol-end))))) 146 (group (1+ (or word (syntax symbol)))))) 239 (group (1+ (or word (syntax symbol)))))) 253 symbol-end))
|
/external/chromium_org/third_party/icu/source/samples/numfmt/ |
main.cpp | 97 * while the currency symbol and number of decimals are set for 115 // the currency symbol 145 // Unicode string with the desired currency display symbol or name 146 UChar symbol[16]; member in struct:__anon16788 175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol); 186 * while the currency symbol and number of decimals are set for
|
/external/chromium_org/third_party/libpng/ |
pngconf.h | [all...] |
/external/chromium_org/tools/deep_memory_profiler/lib/ |
symbol.py | 31 """Manages symbol data sources in a process. 33 The symbol data sources consist of maps (/proc/<pid>/maps), nm, readelf and 41 Note that loading the symbol data sources takes a long time. They are often 52 """Prepares symbol data sources by extracting mapping from a binary. 54 The prepared symbol data sources are stored in a directory. The directory 60 LOGGER.info('Preparing symbol mapping...') 69 LOGGER.info(' Prepared symbol mapping.') 71 LOGGER.warn(' Using a temporary directory for symbol mapping.') 76 LOGGER.warn(' Failed to prepare symbol mapping.') 80 """Returns the prepared symbol data sources [all...] |
/external/chromium_org/tools/memory_inspector/memory_inspector/core/ |
native_heap.py | 7 from memory_inspector.core import symbol namespace 36 assert(isinstance(symbols, symbol.Symbols))
|
/external/icu/icu4c/source/samples/numfmt/ |
main.cpp | 97 * while the currency symbol and number of decimals are set for 115 // the currency symbol 145 // Unicode string with the desired currency display symbol or name 146 UChar symbol[16]; member in struct:__anon26579 175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol); 186 * while the currency symbol and number of decimals are set for
|
/external/jemalloc/include/jemalloc/ |
jemalloc_mangle.sh | 8 * By default application code must explicitly refer to mangled symbol names,
|
/external/lldb/source/API/ |
SBSymbol.cpp | 15 #include "lldb/Symbol/Symbol.h" 27 SBSymbol::SBSymbol (lldb_private::Symbol *lldb_object_ptr) : 50 SBSymbol::SetSymbol (lldb_private::Symbol *lldb_object_ptr) 153 lldb_private::Symbol * 160 SBSymbol::reset (lldb_private::Symbol *symbol) 162 m_opaque_ptr = symbol;
|
/external/openfst/src/include/fst/ |
fstlib.h | 147 #include <fst/symbol-table.h> 148 #include <fst/symbol-table-ops.h>
|
/external/oprofile/libpp/ |
symbol_sort.cpp | 54 case sort_options::symbol: 171 } else if (name == "symbol") { 172 options.push_back(symbol);
|
/external/qemu/distrib/libpng-1.2.46/ |
pngconf.h | [all...] |
/external/stlport/src/ |
monetary.cpp | 27 pos_format.field[0] = (char) money_base::symbol; 32 neg_format.field[0] = (char) money_base::symbol;
|
/external/valgrind/main/helgrind/tests/ |
locked_vs_unlocked1_fwd.stderr.exp | 34 Address 0x........ is 0 bytes inside data symbol "x"
|
locked_vs_unlocked1_rev.stderr.exp | 34 Address 0x........ is 0 bytes inside data symbol "x"
|
locked_vs_unlocked2.stderr.exp | 40 Address 0x........ is 0 bytes inside data symbol "x"
|
/frameworks/compile/mclinker/lib/LD/ |
StubFactory.cpp | 75 // build a name for stub symbol 84 LDSymbol* symbol = local 94 stub->setSymInfo(symbol->resolveInfo());
|
/frameworks/compile/mclinker/lib/Script/ |
Assignment.cpp | 114 *it = &(prevDotAssign.symbol()); 150 *it = &(prevDotAssign.symbol());
|
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 231 // name can be presented as C symbol 401 // symbol section index for _DYNAMIC. Now it will be ABS. 691 // ignore if symbol has no fragRef 695 // the value of a TLS symbol is the offset to the TLS segment 762 // number of entries in symbol tables starts from 1 to hold the special entry 774 // number of local symbol in the .symtab and .dynsym 779 Module::const_sym_iterator symbol, symEnd; local 784 2. check whether the symbol is used 793 for (symbol = symbols.begin(); symbol != symEnd; ++symbol) 1014 Module::const_sym_iterator symbol, symEnd; local 1093 Module::const_sym_iterator symbol, symEnd = symbols.dynamicEnd(); local 1181 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local 1217 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local [all...] |
/frameworks/compile/mclinker/tools/mcld/ |
main.cpp | 50 mcld::SymbolOptions symbol; local 75 if (!symbol.parse(pConfig))
|
/ndk/sources/cxx-stl/stlport/src/ |
monetary.cpp | 27 pos_format.field[0] = (char) money_base::symbol; 32 neg_format.field[0] = (char) money_base::symbol;
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
wish.i | 20 A startup file may be specified by defining the symbol SWIG_RcFileName
|