Searched refs:syms (Results 1 - 25 of 56) sorted by relevance

123

/external/icu4c/i18n/
H A Dudat.cpp391 const DateFormatSymbols *syms = local
398 res = syms->getEras(count);
402 res = syms->getEraNames(count);
406 res = syms->getMonths(count);
410 res = syms->getShortMonths(count);
414 res = syms->getWeekdays(count);
418 res = syms->getShortWeekdays(count);
422 res = syms->getAmPmStrings(count);
433 syms->getLocalPatternChars(res1);
438 res = syms
505 const DateFormatSymbols *syms = local
639 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
646 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
653 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
660 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
667 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
674 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
681 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
688 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
695 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
702 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
709 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
716 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
723 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
730 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
737 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
744 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
751 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
758 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
765 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
772 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
[all...]
/external/zlib/examples/
H A Denough.c116 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, lef
200 count(int syms, int len, int left) argument
255 beenhere(int syms, int len, int left, int mem, int rem) argument
319 examine(int syms, int len, int left, int mem, int rem) argument
400 enough(int syms) argument
457 int syms; /* total number of symbols to code */ local
[all...]
/external/clang/test/CodeGen/
H A D2003-08-21-WideString.c16 } syms = { L"NUL" }; variable in typeref:struct:__anon3253
/external/iproute2/genl/
H A DMakefile30 genl: static-syms.o
31 static-syms.o: static-syms.h
32 static-syms.h: $(wildcard *.c)
/external/oprofile/libpp/
H A Dsymbol_sort.h41 void sort(symbol_collection & syms, bool reverse_sort,
47 void sort(diff_collection & syms, bool reverse_sort,
H A Ddiff_container.cpp45 add_sym(diff_collection & syms, diff_symbol const & sym, argument
56 syms.push_back(sym);
62 symbol_old(diff_collection & syms, symbol_entry const & sym, argument
67 add_sym(syms, symbol, choice);
73 symbol_new(diff_collection & syms, symbol_entry const & sym, argument
78 add_sym(syms, symbol, choice);
83 void symbol_diff(diff_collection & syms, argument
100 add_sym(syms, symbol, choice);
118 diff_collection syms; local
134 symbol_old(syms, *it
[all...]
H A Dsymbol_sort.cpp132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const argument
143 stable_sort(syms.begin(), syms.end(),
149 sort(diff_collection & syms, bool reverse_sort, bool lf) const argument
160 stable_sort(syms.begin(), syms.end(),
H A Dcallgraph_container.cpp99 upper_bound(bfd.syms.begin(), bfd.syms.end(), tmpsym);
101 if (it != bfd.syms.begin())
104 if (it == bfd.syms.end()) {
120 i = distance(bfd.syms.begin(), it);
166 sym.name = symbol_names.create(b.syms[i].name());
167 sym.sample.vma = b.syms[i].vma();
173 << b.syms[i].name() << " filepos " << start
548 for (symbol_index_t i = 0; i < caller_bfd.syms.size(); ++i) {
586 symbol_collection syms local
[all...]
/external/qemu/
H A Delf_ops.h78 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[
[all...]
/external/dbus/test/
H A Dunused-code-gc.py13 def createBacklinks(name, syms):
14 for s in syms:
27 syms = symbols[name]
29 if len(syms) > 1 and name[0] != '.':
31 print syms
32 for s in syms:
58 for (name, syms) in symbols.items():
59 s = syms[0] ## we always mark all or none for now
/external/iproute2/ip/
H A DMakefile35 ip: static-syms.o
36 static-syms.o: static-syms.h
37 static-syms.h: $(wildcard *.c)
/external/grub/stage2/
H A Dboot.c485 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
[all...]
/external/bison/src/
H A Dreader.c99 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
97 merger_list *syms; local
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp64 std::vector<ld_plugin_symbol> syms; member in struct:__anon7135::claimed_file
287 cf.syms.reserve(sym_count);
294 cf.syms.push_back(ld_plugin_symbol());
295 ld_plugin_symbol &sym = cf.syms.back();
346 cf.syms.reserve(cf.syms.size());
348 if (!cf.syms.empty()) {
349 if ((*add_symbols)(cf.handle, cf.syms.size(), &cf.syms[0]) != LDPS_OK) {
384 if (I->syms
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c35 static asymbol **syms = NULL; variable
85 if (syms)
103 syms = malloc(storage);
104 if (syms == NULL) {
110 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
112 symcount = bfd_canonicalize_symtab(abfd, syms);
116 free(syms);
117 syms = NULL;
152 data->found = bfd_find_nearest_line(abfd, section, syms,
239 if (!syms) {
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c35 static asymbol **syms = NULL; variable
85 if (syms)
103 syms = malloc(storage);
104 if (syms == NULL) {
110 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
112 symcount = bfd_canonicalize_symtab(abfd, syms);
116 free(syms);
117 syms = NULL;
152 data->found = bfd_find_nearest_line(abfd, section, syms,
239 if (!syms) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c35 static asymbol **syms = NULL; variable
85 if (syms)
103 syms = malloc(storage);
104 if (syms == NULL) {
110 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
112 symcount = bfd_canonicalize_symtab(abfd, syms);
116 free(syms);
117 syms = NULL;
152 data->found = bfd_find_nearest_line(abfd, section, syms,
239 if (!syms) {
[all...]
/external/oprofile/libutil++/
H A Dop_bfd.cpp223 if (!interesting_symbol(ibfd.syms[i]))
226 ibfd.syms[i]->section) != filtered_section.end())
228 symbols.push_back(op_bfd_symbol(ibfd.syms[i]));
232 if (!interesting_symbol(dbfd.syms[i]))
239 u32 filepos = filepos_map[dbfd.syms[i]->section->name];
241 dbfd.syms[i]->section->filepos = filepos;
242 symbols.push_back(op_bfd_symbol(dbfd.syms[i]));
294 copy(symbols.begin(), it, back_inserter(syms));
297 << dec << syms.size() << hex << endl;
318 op_bfd_symbol const & bfd_sym = syms[sym_id
[all...]
H A Dbfd_support.cpp226 void fixup_linenr(bfd * abfd, asection * section, asymbol ** syms, argument
247 bool ret = bfd_find_nearest_line(abfd, section, syms, pc + i,
549 syms.reset(new asymbol *[nr_syms + 1]);
552 syms[i] = mini_syms[i];
556 syms[nr_mini_syms + i] = synth_syms + i;
562 syms[nr_syms] = NULL;
596 syms.reset(new asymbol *[nr_syms]);
598 nr_syms = bfd_canonicalize_symtab(abfd, syms.get());
601 translate_debuginfo_syms(syms.get(), nr_syms);
617 asymbol ** syms; local
[all...]
/external/oprofile/opjitconv/
H A Dconversion.c50 syms = NULL;
85 free(syms);
/external/elfutils/src/
H A Dnm.c60 { "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[cn
723 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) argument
842 show_symbols_bsd(Elf *elf, GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
905 show_symbols_posix(Elf *elf, GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
[all...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua40 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
H A Dpicoloadphones.lua38 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/
H A Dfst-io.h78 void PrintId(int64 id, const SymbolTable *syms, argument
80 if (syms) {
81 string symbol = syms->Find(id);
85 << ", symbol table = " << syms->Name()
289 int64 StrToId(const char *s, const SymbolTable *syms, argument
293 if (syms) {
294 n = syms->Find(s);
298 << ", symbol table = " << syms->Name()
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c3 /*--- Reading of syms & debug info from Mach-O files. ---*/
318 to 'syms'; the caller will post-process them and hand them off to
321 void read_symtab( /*OUT*/XArray* /* DiSym */ syms, argument
389 VG_(addToXA)( syms, &risym );
409 static void tidy_up_cand_syms ( /*MOD*/XArray* /* of DiSym */ syms, argument
414 nsyms = VG_(sizeXA)(syms);
416 VG_(setCmpFnXA)(syms, cmp_DiSym_by_start_then_name);
417 VG_(sortXA)(syms);
440 && ((DiSym*)VG_(indexXA)(syms,i))->addr
441 == ((DiSym*)VG_(indexXA)(syms,
822 struct NLIST *syms; local
[all...]

Completed in 1112 milliseconds

123