HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 351 - 375 of 823) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/
unum.cpp 683 UNumberFormatSymbol symbol,
691 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
704 getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol).
710 UNumberFormatSymbol symbol,
718 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
730 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol,
  /external/icu4c/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:__anon20753
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
186 * while the currency symbol and number of decimals are set for
  /external/libpng/
pngconf.h     [all...]
  /external/openfst/src/include/fst/
fstlib.h 147 #include <fst/symbol-table.h>
148 #include <fst/symbol-table-ops.h>
  /external/oprofile/libpp/
Android.mk 32 symbol.cpp \
symbol_sort.cpp 54 case sort_options::symbol:
171 } else if (name == "symbol") {
172 options.push_back(symbol);
  /external/qemu/distrib/libpng-1.2.19/
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/v8/src/
preparse-data.cc 135 Vector<Key> symbol = symbol_keys_.AddBlock(1, key); local
136 entry->key = &symbol[0];
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 67 // build a name for stub symbol
76 LDSymbol* symbol = local
86 stub->setSymInfo(symbol->resolveInfo());
  /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;
  /external/linux-tools-perf/util/
probe-event.c 44 #include "symbol.h"
78 /* Initialize symbol maps and path of vmlinux/modules */
90 pr_debug("Failed to init symbol map.\n");
108 static struct symbol *__find_kernel_function_by_name(const char *name,
192 struct symbol *sym;
197 sym = __find_kernel_function_by_name(tp->symbol, &map);
200 pr_debug("try to find %s+%ld@%" PRIx64 "\n", tp->symbol,
207 pp->function = strdup(tp->symbol);
479 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol,
481 free(vl->point.symbol);
    [all...]
probe-event.h 12 char *symbol; /* Base symbol */ member in struct:probe_trace_point
13 unsigned long offset; /* Offset from symbol */
sort.h 19 #include "symbol.h"
75 struct symbol *parent;
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/chromium/testing/gmock/scripts/
gmock_doctor.py 395 gcc_regex = (_GCC_FILE_LINE_RE + r'error: \'(?P<symbol>.+)\' '
398 r'\'(?P<symbol>.+)\'')
400 '%(symbol)s' is defined by Google Mock in the testing namespace.
402 using testing::%(symbol)s;
406 symbol = m.groupdict()['symbol'] variable
407 if symbol in _COMMON_GMOCK_SYMBOLS:
408 yield ('NUS', 'Need to Use Symbol', diagnosis % m.groupdict())
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ParseHelper.cpp 311 const char* symbol = 0; local
313 symbol = symNode->getSymbol().c_str();
361 extraInfoStream << "\"" << symbol << "\" (" << message << ")";
425 // of scope. Except, if the symbol table is at the built-in push-level,
730 // without a size, and make the right changes to the symbol table.
739 // Don't check for reserved word use until after we know it's not in the symbol table,
745 TSymbol* symbol = symbolTable.find(identifier, &builtIn, &sameScope); local
746 if (symbol == 0 || !sameScope) {
757 error(line, "INTERNAL ERROR inserting new symbol", identifier.c_str());
761 if (! symbol->isVariable())
924 const TSymbol* symbol = symbolTable.find(call->getName(), builtIn); local
1000 const TSymbol* symbol = symbolTable.find(initializer->getAsSymbolNode()->getSymbol()); local
    [all...]
  /external/chromium_org/ui/keyboard/resources/webui/
main.css 120 .symbol,
151 .symbol {
  /external/harfbuzz/src/
harfbuzz-external.h 149 void *HB_Library_Resolve(const char *library, int version, const char *symbol);
  /external/linux-tools-perf/util/ui/browsers/
annotate.c 7 #include "../../symbol.h"
64 struct symbol *sym, int evidx)
144 struct symbol *sym = browser->b.priv;
170 struct symbol *sym = self->b.priv;
254 int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx,
  /external/oprofile/daemon/liblegacy/
p_module.h 33 /* The symbol format used by get_kernel_syms(2). */
57 struct old_module_symbol symbol[0]; /* actual size defined by n_symbols */ member in struct:old_symbol_table
  /external/qemu/
disas.c 320 /* Look up symbol for debugging purpose. Returns "" if unknown. */
323 const char *symbol = ""; local
327 symbol = s->lookup_symbol(s, orig_addr);
328 if (symbol[0] != '\0') {
333 return symbol;
  /external/valgrind/main/memcheck/tests/
varinfo3.stderr.exp 34 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
49 Address 0x........ is 7 bytes inside data symbol "static_local_undef.XXXX"
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkScannerInfoCollector.java 94 public void deleteSymbol(IResource resource, String symbol) {
  /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. */

Completed in 1572 milliseconds

<<11121314151617181920>>