Searched refs:symbol (Results 226 - 250 of 580) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/samples/numfmt/
H A Dmain.cpp99 * while the currency symbol and number of decimals are set for
117 // the currency symbol
147 // Unicode string with the desired currency display symbol or name
148 UChar symbol[16]; member in struct:__anon7534
177 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
188 * while the currency symbol and number of decimals are set for
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh8 * By default application code must explicitly refer to mangled symbol names,
/external/libxml2/os400/
H A Dwrappers.c84 _lx_dlsym(void * handle, const char * symbol) argument
90 result = dlsym(handle, xmlTranscodeResult(symbol, NULL, &d, NULL));
/external/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h43 const GlobalValue *symbol; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
172 /// Add a symbol which isn't defined just yet to a list to be resolved later.
176 /// Add a defined symbol to the list.
180 /// Add a data symbol as defined to the list.
184 /// Add a function symbol as defined to the list.
188 /// Add a global symbol from module-level ASM to the defined list.
191 /// Add a global symbol fro
[all...]
/external/llvm/test/MC/Mips/
H A Dmacro-la-bad.s21 la $5, symbol
H A Dmips-pdr-bad.s42 .end _local_foo_bar # ASM: :[[@LINE]]:29: error: .end symbol does not match .ent symbol
/external/llvm/test/MC/PowerPC/
H A Dppc64-localentry.s46 # if the target symbol does not use .localentry
75 # Verify that symbol assignment copies the Other bits.
/external/llvm/test/MC/X86/AlignedBundling/
H A Dlabeloffset.s22 # 26 bytes of instructions between the pop and the use of the pic base symbol.
53 # 26 bytes of instructions between the pop and the use of the pic base symbol.
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
H A Dnative.cpp84 GElf_Sym symbol; local
87 while (GElf_Sym *s = gelf_getsym(symtab_data, i++, &symbol)) {
101 fail(r_log, build_error(), "Unable to find symbol table.");
/external/mesa3d/src/glx/
H A Dapplegl_glx.c106 applegl_get_proc_address(const char *symbol) argument
108 return dlsym(apple_cgl_get_dl_handle(), symbol);
/external/python/cpython2/Lib/
H A Dcode.py51 def runsource(self, source, filename="<input>", symbol="single"):
76 code = self.compile(source, filename, symbol)
/external/python/cpython2/Tools/scripts/
H A Dtexcheck.py189 for lineno, symbol in openers:
190 print "Unmatched open delimiter '%s' on line %d" % (symbol, lineno)
/external/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.h21 // * Same symbol table can be used to compile many shaders, to preserve
26 // so that symbol table lookups are never ambiguous. This allows
27 // a simpler symbol table structure.
29 // * Pushing and popping of scope, so symbol table will really be a stack
30 // of symbol tables. Searched from the top, with new inserts going into
34 // in the symbol table. The parser can substitute constants at parse
38 // are tracked in the intermediate representation, not the symbol table.
75 // Variable class, meaning a symbol that's not a function.
123 TType *arrayInformationType; // this is used for updating maxArraySize in all the references to a given symbol
137 // The function sub-class of a symbol
209 insert(TSymbol &symbol) argument
351 declare(TSymbol &symbol) argument
356 insert(ESymbolLevel level, TSymbol &symbol) argument
[all...]
/external/syslinux/com32/include/
H A Dpngconf.h1466 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol
1467 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol
1513 # define PNG_EXPORT(type,symbol) PNG_FUNCTION_EXPORT symbol END
1523 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol
/external/arm-neon-tests/
H A DInit.s43 IMPORT ||Image$$STACK$$ZI$$Limit|| ; Linker symbol from scatter file
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.h168 // Outputs a single public symbol address and name, if the symbol corresponds
169 // to a code address. Returns true on success. If symbol is does not
171 bool PrintCodePublicSymbol(IDiaSymbol *symbol);
217 // Returns the function name for a symbol. If possible, the name is
218 // undecorated. If the symbol's decorated form indicates the size of
220 // Returns true on success. If the symbol doesn't encode parameter size
247 // This is used for calculating post-transform symbol addresses and lengths.
/external/google-breakpad/src/testing/scripts/
H A Dgmock_doctor.py395 gcc_regex = (_GCC_FILE_LINE_RE + r'error: \'(?P<symbol>.+)\' '
399 r'no template named) \'(?P<symbol>[^\']+)\'')
401 '%(symbol)s' is defined by Google Mock in the testing namespace.
403 using testing::%(symbol)s;
407 symbol = m.groupdict()['symbol'] variable
408 if symbol in _COMMON_GMOCK_SYMBOLS:
/external/googletest/googlemock/scripts/
H A Dgmock_doctor.py399 gcc_regex = (_GCC_FILE_LINE_RE + r'error: \'(?P<symbol>.+)\' '
403 r'no template named) \'(?P<symbol>[^\']+)\'')
405 '%(symbol)s' is defined by Google Mock in the testing namespace.
407 using testing::%(symbol)s;
411 symbol = m.groupdict()['symbol'] variable
412 if symbol in _COMMON_GMOCK_SYMBOLS:
/external/llvm/bindings/python/llvm/
H A Dobject.py60 for symbol in symbols:
61 print symbol.name # This raises because the object has expired.
65 for symbol in obj.get_symbols():
66 symbols.append(symbol)
67 print symbol.name
69 for symbol in symbols:
70 print symbol.name # OK
71 print symbol.address # NOT OK. We didn't look up this property before.
75 for symbol in symbols:
76 print symbol
383 def symbol(self): member in class:Relocation
[all...]
/external/llvm/lib/Support/Windows/
H A DSignals.inc295 // Initialize the symbol handler.
344 // Print the symbol name.
346 IMAGEHLP_SYMBOL64 *symbol = reinterpret_cast<IMAGEHLP_SYMBOL64 *>(buffer);
347 memset(symbol, 0, sizeof(IMAGEHLP_SYMBOL64));
348 symbol->SizeOfStruct = sizeof(IMAGEHLP_SYMBOL64);
349 symbol->MaxNameLength = 512 - sizeof(IMAGEHLP_SYMBOL64);
352 if (!fSymGetSymFromAddr64(hProcess, PC, &dwDisp, symbol)) {
359 OS << format(", %s() + 0x%llX bytes(s)", (const char*)symbol->Name,
362 OS << format(", %s", (const char*)symbol->Name);
/external/llvm/test/MC/ARM/
H A Dcomment.s12 @ the symver directive should allow @ in the second symbol name
/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dprogram.hpp75 const std::vector<module::symbol> &symbols() const;
/external/python/cpython2/Lib/test/
H A Dtest_sundry.py72 import symbol namespace
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DSignals.inc296 // Initialize the symbol handler.
345 // Print the symbol name.
347 IMAGEHLP_SYMBOL64 *symbol = reinterpret_cast<IMAGEHLP_SYMBOL64 *>(buffer);
348 memset(symbol, 0, sizeof(IMAGEHLP_SYMBOL64));
349 symbol->SizeOfStruct = sizeof(IMAGEHLP_SYMBOL64);
350 symbol->MaxNameLength = 512 - sizeof(IMAGEHLP_SYMBOL64);
353 if (!fSymGetSymFromAddr64(hProcess, PC, &dwDisp, symbol)) {
360 OS << format(", %s() + 0x%llX bytes(s)", (const char*)symbol->Name,
363 OS << format(", %s", (const char*)symbol->Name);

Completed in 670 milliseconds

1234567891011>>