HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 36 DecimalFormatSymbols symbols = new DecimalFormatSymbols( local
45 assertEquals(symbols, symbolsD);
  /external/bison/src/
gram.h 47 symbols are shorts >= 0, and rule number are stored negative.
86 The length of the portion is one greater than the number of symbols
98 SYMBOLS[I]->prec records the precedence level of each symbol.
105 Associativities are recorded similarly in SYMBOLS[I]->assoc. */
234 /* Table of the symbols, indexed by the symbol number. */
235 extern symbol **symbols;
symtab.c 34 | Distinguished symbols. |
71 fatal (_("too many symbols in input grammar (limit is %d)"),
369 | into FDEFINES. Put in SYMBOLS. |
401 symbols[this->number] = this;
429 symbols[token_translations[this->user_token_number]]->tag,
449 /* Initial capacity of symbols hash table. */
544 | Free the symbols. |
551 free (symbols);
556 | Look for undefined symbols, report an error, and consider them |
568 | Check that all the symbols are defined. Report any undefined
    [all...]
derives.c 52 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
LR0.c 68 nstates, sym, symbols[sym]->tag);
101 /* Count the number of occurrences of all the symbols in RITEMS.
104 symbols. */
165 | Find which symbols can be shifted in S, and for each one |
169 | shift_symbol is set to a vector of the symbols that can be |
217 sym, symbols[sym]->tag);
355 symbols[s->accessing_symbol]->tag);
state.c 84 errs *res = xmalloc (offsetof (errs, symbols) + symbols_size);
86 memcpy (res->symbols, tokens, symbols_size);
242 fprintf (out, "%s%s", sep, symbols[k]->tag);
  /external/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
23 use #comment syntax) but in general, take the form of a list of symbols:
  /external/chromium/third_party/icu/public/common/unicode/
uniset.h 385 * @param symbols a symbol table mapping variable names to values
393 const SymbolTable* symbols,
404 * @param symbols a symbol table mapping variable names to values
411 const SymbolTable* symbols,
599 * @param symbols a symbol table mapping variable names to
609 const SymbolTable* symbols,
636 * @param symbols a symbol table mapping variable names to
646 const SymbolTable* symbols,
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 69 this.symbols = [[
99 this.symbols = [[
133 this.symbols = [[
163 this.symbols = [[
193 this.symbols = [
206 ' Static symbols',
262 exe_exe_syms, '.exe with .exe symbols');
273 exe_dll_syms, '.exe with .dll symbols');
285 dll_dll_syms, '.dll with .dll symbols');
296 dll_exe_syms, '.dll with .exe symbols');
    [all...]
  /external/chromium/third_party/icu/source/common/
uniset_props.cpp 286 const SymbolTable* symbols,
299 applyPattern(pattern, options, symbols, status);
307 const SymbolTable* symbols,
320 applyPattern(pattern, pos, options, symbols, status);
360 const SymbolTable* symbols,
367 applyPattern(pattern, pos, options, symbols, status);
386 const SymbolTable* symbols,
394 RuleCharacterIterator chars(pattern, symbols, pos);
395 applyPattern(chars, symbols, rebuiltPat, options, status);
445 * @param symbols symbol table to use to parse and dereferenc
    [all...]
  /external/icu4c/common/
uniset_props.cpp 351 const SymbolTable* symbols,
364 applyPattern(pattern, options, symbols, status);
372 const SymbolTable* symbols,
385 applyPattern(pattern, pos, options, symbols, status);
425 const SymbolTable* symbols,
432 applyPattern(pattern, pos, options, symbols, status);
451 const SymbolTable* symbols,
459 RuleCharacterIterator chars(pattern, symbols, pos);
460 applyPattern(chars, symbols, rebuiltPat, options, status);
510 * @param symbols symbol table to use to parse and dereferenc
    [all...]
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 110 DateFormatSymbols symbols = new DateFormatSymbols(); local
111 mWeekDays = symbols.getShortWeekdays();
  /sdk/emulator/qtools/
read_trace.cpp 101 manager->regions[ii]->symbols[jj].addr,
102 manager->regions[ii]->symbols[jj].name);
trace_reader.cpp 677 DexSym *symbols = dexfile->symbols; local
679 delete[] symbols[ii].name;
681 delete[] dexfile->symbols;
823 DexSym *symbols = NULL;
825 symbols = new DexSym[num_symbols];
828 dexfile->symbols = symbols;
835 symbols[next_index].addr = sym->sym.addr;
836 symbols[next_index].len = sym->sym.len
    [all...]
  /bionic/linker/
Android.mk 19 # extra objcopy step to rename symbols causes the resulting binary to be misaligned
86 $(hide) $(TARGET_OBJCOPY) --prefix-symbols=__dl_ $@
  /external/icu4c/test/intltest/
dcfmtest.cpp 309 DecimalFormatSymbols symbols(Locale::getUS(), status);
311 DecimalFormat format(pattern, symbols, status);
375 DecimalFormatSymbols symbols(Locale::getUS(), status);
377 DecimalFormat fmtr(pattern, symbols, status);
sdtfmtts.cpp 77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 798 DateFormatSymbols symbols = new DateFormatSymbols(locale); local
803 value = symbols.getAmPmStrings()[0];
809 value = symbols.getAmPmStrings()[1];
817 value = symbols.getEras()[0];
823 value = symbols.getEras()[1];
833 value = symbols.getShortMonths()[month];
836 value = symbols.getMonths()[month];
844 value = symbols.getShortWeekdays()[day];
847 value = symbols.getWeekdays()[day];
962 DateFormatSymbols symbols = new DateFormatSymbols(locale) local
    [all...]
  /external/bluetooth/glib/gio/tests/
sleepy-stream.c 24 gint symbols, index = 0; local
26 symbols = g_test_rand_int_range (1, MAX_PIECE_SIZE + 1);
28 while (symbols--)
  /external/chromium/third_party/icu/source/test/intltest/
sdtfmtts.cpp 77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
  /external/v8/tools/
tickprocessor.js 606 this.symbols = [];
617 this.symbols = [
623 this.symbols = ['', ''];
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), ''];
667 this.symbols = '';
673 this.symbols = ''
    [all...]
  /external/icu4c/common/unicode/
uniset.h 385 * @param symbols a symbol table mapping variable names to values
393 const SymbolTable* symbols,
404 * @param symbols a symbol table mapping variable names to values
411 const SymbolTable* symbols,
599 * @param symbols a symbol table mapping variable names to
609 const SymbolTable* symbols,
636 * @param symbols a symbol table mapping variable names to
646 const SymbolTable* symbols,
    [all...]
  /external/v8/src/
platform-macos.cc 295 char** symbols;
296 symbols = backtrace_symbols(addresses, frames_count);
297 if (symbols == NULL) {
309 symbols[i]);
315 free(symbols);
platform-solaris.cc 240 char** symbols; local
241 symbols = backtrace_symbols(addresses, frames_count);
242 if (symbols == NULL) {
253 symbols[i]); local
259 free(symbols);
  /cts/tools/dasm/src/java_cup/
parser.java 389 MAX_RHS + " symbols and actions");
409 /** table of declared symbols -- contains production parts indexed by name */
410 protected Hashtable symbols = new Hashtable(); field in class:CUP$actions
478 if (symbols.get((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val) != null)
493 /* build a production_part and put it in the symbols table */
494 symbols.put((/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val, new symbol_part(this_nt));
506 if (symbols.get((/*term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val) != null)
515 symbols.put((/*term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val,
595 production_part symb = (production_part)symbols.get((/*symid*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-1)).str_val);
    [all...]

Completed in 399 milliseconds

12 3 4 5 6 7