Searched defs:syms (Results 51 - 57 of 57) sorted by relevance

123

/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp329 int64 StrToId(const char *s, fst::SymbolTable *syms, argument
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) argument
521 fst::SymbolTableIterator iter( *syms);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumrgts.cpp1405 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getUS(), status); local
1407 DecimalFormat *df = new DecimalFormat("#,##0.###", syms, status);
1873 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getEnglish(), status); local
1875 DecimalFormat *f = new DecimalFormat(UnicodeString(""), syms, status);
2023 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getEnglish(), status); local
2036 df->adoptDecimalFormatSymbols(syms);
/external/elfutils/0.153/src/
H A Dnm.c75 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
748 GElf_SymX *syms, size_t nsyms, int longest_name,
821 if (GELF_ST_TYPE (syms[cnt].sym.st_info) == STT_SECTION)
825 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name,
855 if (syms[cnt].sym.st_shndx == SHN_UNDEF)
860 digits, syms[cnt].sym.st_value);
862 digits, syms[cnt].sym.st_size);
869 GELF_ST_BIND (syms[cnt].sym.st_info),
871 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info),
873 sizebuf, longest_where, syms[cn
747 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) argument
929 show_symbols_bsd(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
1049 show_symbols_posix(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp1500 DecimalFormatSymbols *syms = symbolsToAdopt.orphan(); local
1501 f = new DecimalFormat(pattern, syms, style, status);
1503 delete syms;
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp1405 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getUS(), status); local
1407 DecimalFormat *df = new DecimalFormat("#,##0.###", syms, status);
1873 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getEnglish(), status); local
1875 DecimalFormat *f = new DecimalFormat(UnicodeString(""), syms, status);
2023 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getEnglish(), status); local
2036 df->adoptDecimalFormatSymbols(syms);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.c1107 static void __print_events_type(u8 type, struct event_symbol *syms, argument
1113 for (i = 0; i < max ; i++, syms++) {
1117 if (strlen(syms->alias))
1119 syms->symbol, syms->alias);
1121 snprintf(name, sizeof(name), "%s", syms->symbol);
1172 struct event_symbol *syms, unsigned max,
1178 for (i = 0; i < max; i++, syms++) {
1181 !(strglobmatch(syms->symbol, event_glob) ||
1182 (syms
1171 print_symbol_events(const char *event_glob, unsigned type, struct event_symbol *syms, unsigned max, bool name_only) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 177 milliseconds

123