Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/icu4c/test/intltest/
Dmiscdtfm.cpp161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
163 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975()
170 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
184 delete symbols; in test4099975()
193 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
197 df->setDateFormatSymbols(*symbols); in test4099975()
203 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
217 delete symbols; in test4099975()
224 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
226 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975()
[all …]
/external/chromium/third_party/icu/source/test/intltest/
Dmiscdtfm.cpp158 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
160 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975()
167 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
181 delete symbols; in test4099975()
190 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
194 df->setDateFormatSymbols(*symbols); in test4099975()
200 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field in test4099975()
214 delete symbols; in test4099975()
221 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); in test4099975() local
223 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975()
[all …]
/external/icu4c/tools/memcheck/
DICUMemCheck.pl48 $symbols = `nm -u -C $f`;
49 if ($symbols =~ /U +operator delete\(void\*\)/) {
52 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) {
55 if ($symbols =~ /U +operator new\(unsigned int\)/) {
58 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) {
61 if ($symbols =~ /U +malloc.*/) {
64 if ($symbols =~ /U +free.*/) {
/external/chromium/third_party/icu/source/tools/memcheck/
DICUMemCheck.pl48 $symbols = `nm -u -C $f`;
49 if ($symbols =~ /U +operator delete\(void\*\)/) {
52 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) {
55 if ($symbols =~ /U +operator new\(unsigned int\)/) {
58 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) {
61 if ($symbols =~ /U +malloc.*/) {
64 if ($symbols =~ /U +free.*/) {
/external/bison/src/
Dprint.c109 fprintf (out, " %s", symbols[*sp]->tag); in print_core()
112 fprintf (out, " %s", symbols[*sp]->tag); in print_core()
140 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)]; in print_transitions()
156 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)]; in print_transitions()
185 if (errp->symbols[i]) in print_errs()
186 max_length (&width, errp->symbols[i]->tag); in print_errs()
197 if (errp->symbols[i]) in print_errs()
199 const char *tag = errp->symbols[i]->tag; in print_errs()
245 if (errp->symbols[i]) in state_default_rule()
246 bitset_set (shift_set, errp->symbols[i]->number); in state_default_rule()
[all …]
Dconflicts.c80 symbols[token]->tag); in log_resolution()
88 symbols[token]->tag); in log_resolution()
95 symbols[token]->tag); in log_resolution()
106 symbols[token]->tag); in log_resolution()
112 symbols[token]->tag, in log_resolution()
119 symbols[token]->tag); in log_resolution()
125 symbols[token]->tag); in log_resolution()
130 symbols[token]->tag); in log_resolution()
196 && symbols[i]->prec) in resolve_sr_conflict()
201 if (symbols[i]->prec < redprec) in resolve_sr_conflict()
[all …]
Dgram.c41 symbol **symbols = NULL; variable
134 fprintf (out, " %s", symbols[*rp]->tag); in rule_rhs_print()
167 fprintf (out, " %s", symbols[ritem[i]]->tag); in ritem_print()
258 symbols[i]->prec, symbols[i]->assoc, in grammar_dump()
259 symbols[i]->tag); in grammar_dump()
Dparse-gram.y198 %type <list> symbols.1
278 | "%destructor {...}" symbols.1
285 | "%printer {...}" symbols.1
313 | "%type" TYPE symbols.1
323 precedence_declarator type.opt symbols.1
350 symbols.1:
352 | symbols.1 symbol { $$ = symbol_list_prepend ($1, $2, @2); }
Dreduce.c304 warn_at (symbols[i]->location, _("useless nonterminal: %s"), in nonterminals_reduce()
305 symbols[i]->tag); in nonterminals_reduce()
314 symbols[i]->number = nontermmap[i - ntokens]; in nonterminals_reduce()
316 symbols_sorted[nontermmap[i - ntokens] - ntokens] = symbols[i]; in nonterminals_reduce()
318 symbols[i] = symbols_sorted[i - ntokens]; in nonterminals_reduce()
354 fprintf (out, " %s\n", symbols[nsyms + i]->tag); in reduce_output()
367 fprintf (out, " %s\n", symbols[i]->tag); in reduce_output()
Dclosure.c67 fprintf (stderr, " %s", symbols[*rp]->tag); in print_closure()
83 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag); in print_firsts()
87 symbols[j + ntokens]->tag); in print_firsts()
104 fprintf (stderr, "\t%s derives\n", symbols[i]->tag); in print_fderives()
Dprint_graph.c84 obstack_fgrow1 (oout, "%s ", symbols[*sp]->tag); in print_core()
89 obstack_fgrow1 (oout, " %s", symbols[*sp]->tag); in print_core()
107 obstack_fgrow2 (oout, "%s%s", sep, symbols[k]->tag); in print_core()
156 e.label = symbols[sym]->tag; in print_actions()
Dsymtab.c401 symbols[this->number] = this; in symbol_pack()
429 symbols[token_translations[this->user_token_number]]->tag, in symbol_translation()
551 free (symbols); in symbols_free()
594 symbol *this = symbols[i]; in symbols_token_translations_init()
615 symbol *this = symbols[i]; in symbols_token_translations_init()
642 symbols = xcalloc (nsyms, sizeof *symbols); in symbols_pack()
Doutput.c161 char const *cp = quotearg_style (c_quoting_style, symbols[i]->tag); in prepare_symbols()
192 values[i] = symbols[i]->user_token_number; in prepare_symbols()
344 symbol *sym = symbols[i]; in token_definitions_output()
392 if (symbols[i]->destructor) in symbol_destructors_output()
394 symbol *sym = symbols[i]; in symbol_destructors_output()
425 if (symbols[i]->printer) in symbol_printers_output()
427 symbol *sym = symbols[i]; in symbol_printers_output()
/external/v8/test/mjsunit/tools/
Dtickprocessor.js69 this.symbols = [[ property
99 this.symbols = [[ property
133 this.symbols = [[ property
163 this.symbols = [[ property
193 this.symbols = [ property
308 var symbols = { variable
317 assertTrue(name in symbols);
318 var syms = symbols[name];
/external/bluetooth/glib/gobject/
Dmakefile.msc.in45 gobjectalias.h: gobject.symbols
46 perl makegobjectalias.pl < gobject.symbols > gobjectalias.h
48 gobjectaliasdef.c: gobject.symbols
49 perl makegobjectalias.pl -def < gobject.symbols > gobjectaliasdef.c
51 gobject.def: gobject.symbols
55 -DG_GNUC_PRINTF=;G_GNUC_PRINTF gobject.symbols >> gobject.def
/external/v8/tools/
Dtickprocessor.js606 this.symbols = []; property in UnixCppEntriesProvider
617 this.symbols = [ property
623 this.symbols = ['', '']; property
629 if (this.symbols.length == 0) {
632 var lineEndPos = this.symbols[0].indexOf('\n', this.parsePos);
634 this.symbols.shift();
639 var line = this.symbols[0].substring(this.parsePos, lineEndPos);
664 this.symbols = [os.system(this.nmExec, ['-n', '-f', libName], -1, -1), '']; property
667 this.symbols = '';
673 this.symbols = '';
[all …]
/external/bluetooth/glib/gio/
DMakefile.am26 gio.def: gio.symbols
27 …LES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gio.symbols | sed -e '/^$$/d'…
30 gioalias.h: gio.symbols
31 $(PERL) $(srcdir)/makegioalias.pl < $(srcdir)/gio.symbols > gioalias.h.tmp && \
34 gioaliasdef.c: gio.symbols
35 $(PERL) $(srcdir)/makegioalias.pl -def < $(srcdir)/gio.symbols > gioaliasdef.c.tmp && \
252 export_symbols = -export-symbols gio.def
264 export_symbols = -export-symbols-regex '^g_.*'
341 gio.symbols \
/external/elfcopy/
Dfixdwarf.c363 char **symbols = backtrace_symbols(new_bt, new_bt_depth); in value_visited() local
365 if (symbols != NULL) { in value_visited()
368 PRINT("\t%s\n", symbols[cnt]); in value_visited()
372 FREE(symbols); in value_visited()
374 symbols = backtrace_symbols(found->backtrace, found->backtrace_depth); in value_visited()
375 if (symbols != NULL) { in value_visited()
378 PRINT("\t%s\n", symbols[cnt]); in value_visited()
382 FREE(symbols); in value_visited()
/external/chromium/third_party/icu/source/common/
Duniset_props.cpp286 const SymbolTable* symbols, in UnicodeSet() argument
299 applyPattern(pattern, options, symbols, status); in UnicodeSet()
307 const SymbolTable* symbols, in UnicodeSet() argument
320 applyPattern(pattern, pos, options, symbols, status); in UnicodeSet()
360 const SymbolTable* symbols, in applyPattern() argument
367 applyPattern(pattern, pos, options, symbols, status); in applyPattern()
386 const SymbolTable* symbols, in applyPattern() argument
394 RuleCharacterIterator chars(pattern, symbols, pos); in applyPattern()
395 applyPattern(chars, symbols, rebuiltPat, options, status); in applyPattern()
453 const SymbolTable* symbols, in applyPattern() argument
[all …]
/external/icu4c/common/
Duniset_props.cpp351 const SymbolTable* symbols, in UnicodeSet() argument
364 applyPattern(pattern, options, symbols, status); in UnicodeSet()
372 const SymbolTable* symbols, in UnicodeSet() argument
385 applyPattern(pattern, pos, options, symbols, status); in UnicodeSet()
425 const SymbolTable* symbols, in applyPattern() argument
432 applyPattern(pattern, pos, options, symbols, status); in applyPattern()
451 const SymbolTable* symbols, in applyPattern() argument
459 RuleCharacterIterator chars(pattern, symbols, pos); in applyPattern()
460 applyPattern(chars, symbols, rebuiltPat, options, status); in applyPattern()
518 const SymbolTable* symbols, in applyPattern() argument
[all …]
/external/elfutils/
DNEWS258 strip: don't let STT_SECTION symbols keeps sections from being removed
260 elflint: local symbols are allowed in .dynsym
281 nm: print file/line number also for local symbols
283 use versions scripts not libtool's useless -export-symbols option
314 libasm: better handling of absolute symbols
374 ld: add undefined symbols to dynamic symbol table if --export-dynamic is
385 ld: don't emit all symbols if --export-dynamic is not given
434 symbols (means .gnu.version_d is not yet implemented).
508 symbols in ld.
582 make re-definition of symbols in and from DSO compatible with existing linker
[all …]
/external/chromium/third_party/icu/source/tools/toolutil/
Dpkg_genc.c976 IMAGE_SYMBOL symbols[1]; in writeObjectCode() local
1085 uprv_memset(&symbols, 0, sizeof(symbols)); in writeObjectCode()
1117 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength); in writeObjectCode()
1120 symbols[0].N.Name.Short=0; in writeObjectCode()
1121 symbols[0].N.Name.Long=4; in writeObjectCode()
1125 symbols[0].SectionNumber=2; in writeObjectCode()
1126 symbols[0].StorageClass=IMAGE_SYM_CLASS_EXTERNAL; in writeObjectCode()
1145 T_FileStream_write(out, symbols, IMAGE_SIZEOF_SYMBOL); in writeObjectCode()
/external/icu4c/tools/toolutil/
Dpkg_genc.c976 IMAGE_SYMBOL symbols[1]; in writeObjectCode() local
1085 uprv_memset(&symbols, 0, sizeof(symbols)); in writeObjectCode()
1117 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength); in writeObjectCode()
1120 symbols[0].N.Name.Short=0; in writeObjectCode()
1121 symbols[0].N.Name.Long=4; in writeObjectCode()
1125 symbols[0].SectionNumber=2; in writeObjectCode()
1126 symbols[0].StorageClass=IMAGE_SYM_CLASS_EXTERNAL; in writeObjectCode()
1145 T_FileStream_write(out, symbols, IMAGE_SIZEOF_SYMBOL); in writeObjectCode()
/external/icu4c/samples/numfmt/
Dmain.cpp174 DecimalFormatSymbols symbols(*dnf.getDecimalFormatSymbols()); in setNumberFormatCurrency_2_4() local
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol); in setNumberFormatCurrency_2_4()
176 dnf.setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889 in setNumberFormatCurrency_2_4()
/external/chromium/third_party/icu/public/common/unicode/
Duniset.h393 const SymbolTable* symbols,
411 const SymbolTable* symbols,
609 const SymbolTable* symbols,
646 const SymbolTable* symbols,
1452 const SymbolTable* symbols,

1234567891011