HomeSort by relevance Sort by last modified time
    Searched refs:syms (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium/third_party/icu/source/i18n/
udat.cpp 344 const DateFormatSymbols *syms = local
351 res = syms->getEras(count);
355 res = syms->getEraNames(count);
359 res = syms->getMonths(count);
363 res = syms->getShortMonths(count);
367 res = syms->getWeekdays(count);
371 res = syms->getShortWeekdays(count);
375 res = syms->getAmPmStrings(count);
386 syms->getLocalPatternChars(res1);
391 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW)
458 const DateFormatSymbols *syms = local
    [all...]
unum.cpp 87 DecimalFormatSymbols *syms = 0; local
94 syms = new DecimalFormatSymbols(*status);
96 syms = new DecimalFormatSymbols(Locale(locale), *status);
98 if(syms == 0) {
103 retVal = (UNumberFormat*)new DecimalFormat(pat, syms, *parseErr, *status);
105 delete syms;
  /external/icu4c/i18n/
udat.cpp 388 const DateFormatSymbols *syms = local
395 res = syms->getEras(count);
399 res = syms->getEraNames(count);
403 res = syms->getMonths(count);
407 res = syms->getShortMonths(count);
411 res = syms->getWeekdays(count);
415 res = syms->getShortWeekdays(count);
419 res = syms->getAmPmStrings(count);
430 syms->getLocalPatternChars(res1);
435 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW)
502 const DateFormatSymbols *syms = local
    [all...]
unum.cpp 87 DecimalFormatSymbols *syms = 0; local
94 syms = new DecimalFormatSymbols(*status);
96 syms = new DecimalFormatSymbols(Locale(locale), *status);
98 if(syms == 0) {
106 retVal = (UNumberFormat*)new DecimalFormat(pat, syms, *parseErr, *status);
108 delete syms;
  /external/zlib/examples/
enough.c 116 syms: number of symbols remaining to code
122 syms: 3..totsym (totsym == total symbols to code)
123 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
126 syms == 2 is not saved since that immediately leads to a single code. left
129 left ends at syms-1 since left == syms immediately results in a single code.
134 first one (syms) being outermost, and the last one (len) being innermost.
135 We build the array with length max-1 lists for the len index, with syms-3
148 to the num[] array as described above for the (syms, left, len) triplet
457 int syms; \/* total number of symbols to code *\/ local
    [all...]
  /external/iproute2/genl/
Makefile 30 genl: static-syms.o
31 static-syms.o: static-syms.h
32 static-syms.h: $(wildcard *.c)
  /external/qemu/
elf_ops.h 78 struct elf_sym *syms = glue(s->disas_symtab.elf, SZ); local
84 sym = bsearch(&key, syms, s->disas_num_syms, sizeof(*syms), glue(symfind, SZ));
104 struct elf_sym *syms = NULL; local
123 syms = load_at(fd, symtab->sh_offset, symtab->sh_size);
124 if (!syms)
132 glue(bswap_sym, SZ)(&syms[i]);
135 if (syms[i].st_shndx == SHN_UNDEF ||
136 syms[i].st_shndx >= SHN_LORESERVE ||
137 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC)
    [all...]
  /external/iproute2/ip/
Makefile 34 ip: static-syms.o
35 static-syms.o: static-syms.h
36 static-syms.h: $(wildcard *.c)
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 50 * syms Host-side malloc/free and error reporting functions.
65 struct Dynamic_Loader_Sym * syms);
153 * Individual errors are reported using syms->Error_Report(), where syms was
dynamic_loader.h 81 * syms Host-side symbol table and malloc/free functions
90 * managed using *syms. The image is then relocated and references resolved
97 * errors are reported during the load process using syms->Error_Report().
103 struct Dynamic_Loader_Sym * syms,
118 * syms Host-side symbol table and malloc/free functions
127 * managed using *syms. The image is then relocated and references resolved
134 * errors are reported during the load process using syms->Error_Report().
137 struct Dynamic_Loader_Sym * syms, // host support for symbols and storage
150 * syms Host-side symbol table and malloc/free functions
161 * Individual errors are reported using syms->Error_Report()
    [all...]
  /external/grub/stage2/
boot.c 485 mbi.syms.a.tabsize = 0;
486 mbi.syms.a.strsize = 0;
487 mbi.syms.a.addr = 0;
488 mbi.syms.a.pad = 0;
543 mbi.syms.a.addr = cur_addr;
554 mbi.syms.a.tabsize = pu.aout->a_syms;
561 mbi.syms.a.strsize = i;
581 mbi.syms.a.tabsize = 0;
582 mbi.syms.a.strsize = 0;
583 mbi.syms.a.addr = 0
    [all...]
mb_info.h 147 syms; member in struct:multiboot_info
  /external/bison/src/
reader.c 99 merger_list *syms;
110 for (syms = &head, n = 1; syms->next; syms = syms->next, n += 1)
111 if (UNIQSTR_EQ (name, syms->next->name))
113 if (syms->next == NULL)
115 syms->next = xmalloc (sizeof syms->next[0]);
116 syms->next->name = uniqstr_new (name)
97 merger_list *syms; local
    [all...]
  /sdk/emulator/qtools/
profile_trace.cpp 95 symbol_type *syms = trace->GetSymbols(&nsyms); local
98 qsort(syms, nsyms, sizeof(symbol_type), cmp_sym_elapsed);
102 symbol_type *sym = syms;
113 sym = syms;
127 delete[] syms;
coverage.cpp 122 symbol_type *syms = trace->GetSymbols(&nsyms); local
125 qsort(syms, nsyms, sizeof(symbol_type), cmp_sym_names);
127 symbol_type *psym = syms;
149 delete[] syms;
  /external/elfutils/src/
nm.c 60 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
725 GElf_SymX *syms, size_t nsyms, int longest_name,
790 syms[cnt].sym.st_name);
805 digits, syms[cnt].sym.st_value,
807 GELF_ST_BIND (syms[cnt].sym.st_info),
809 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info),
811 digits, syms[cnt].sym.st_size, longest_where, syms[cnt].where,
812 ebl_section_name (ebl, syms[cnt].sym.st_shndx, syms[cnt].xndx
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 40 local syms = {}
47 -- parse input file, build up syms and symnrs tables
92 syms[sym] = props
103 -- check syms and symnrs
128 checksymtable(syms)
163 for k, v in pairs(syms) do
picoloadphones.lua 38 local syms = {}
45 -- parse input file, build up syms and symnrs tables
90 syms[sym] = props
101 -- check syms and symnrs
126 checksymtable(syms)
  /external/srec/tools/grxmlcompile/
fst-io.h 78 void PrintId(int64 id, const SymbolTable *syms,
80 if (syms) {
81 string symbol = syms->Find(id);
85 << ", symbol table = " << syms->Name()
289 int64 StrToId(const char *s, const SymbolTable *syms,
293 if (syms) {
294 n = syms->Find(s);
298 << ", symbol table = " << syms->Name()
grxmlcompile.cpp 329 int64 StrToId(const char *s, fst::SymbolTable *syms,
333 if (syms) {
334 n = syms->Find(s);
338 << ", symbol table = " << syms->Name();
518 void get_slot_olabel_range( const fst::SymbolTable* syms, int* myMin, int* myMax)
521 fst::SymbolTableIterator iter( *syms);
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 503 sym_ston(const struct res_sym *syms, const char *name, int *success) {
504 for (; syms->name != 0; syms++) {
505 if (strcasecmp (name, syms->name) == 0) {
508 return (syms->number);
513 return (syms->number); /* The default value. */
517 sym_ntos(const struct res_sym *syms, int number, int *success) {
520 for (; syms->name != 0; syms++) {
521 if (number == syms->number)
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
sdtfmtts.cpp 176 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); local
177 if(!syms) {
181 if(syms->getDynamicClassID() != DateFormatSymbols::getStaticClassID()) {
184 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms);
  /external/icu4c/test/intltest/
sdtfmtts.cpp 176 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); local
177 if(!syms) {
181 if(syms->getDynamicClassID() != DateFormatSymbols::getStaticClassID()) {
184 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms);
  /external/iproute2/tc/
Makefile 122 tc: static-syms.o
123 static-syms.o: static-syms.h
124 static-syms.h: $(wildcard *.c)
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 1392 ScriptCState::SymbolTable_t *syms = gSyms; local
1405 ScriptCState::SymbolTable_t *syms = gSyms; local
    [all...]

Completed in 1726 milliseconds

1 2