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

1 2 3 4

  /external/chromium_org/third_party/icu/source/i18n/
udat.cpp 431 const DateFormatSymbols *syms; local
435 syms = sdtfmt->getDateFormatSymbols();
437 syms = rdtfmt->getDateFormatSymbols();
446 res = syms->getEras(count);
450 res = syms->getEraNames(count);
454 res = syms->getMonths(count);
458 res = syms->getShortMonths(count);
462 res = syms->getWeekdays(count);
466 res = syms->getShortWeekdays(count);
470 res = syms->getAmPmStrings(count)
554 const DateFormatSymbols *syms; local
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 434 const DateFormatSymbols *syms; local
438 syms = sdtfmt->getDateFormatSymbols();
440 syms = rdtfmt->getDateFormatSymbols();
449 res = syms->getEras(count);
453 res = syms->getEraNames(count);
457 res = syms->getMonths(count);
461 res = syms->getShortMonths(count);
465 res = syms->getWeekdays(count);
469 res = syms->getShortWeekdays(count);
473 res = syms->getAmPmStrings(count)
557 const DateFormatSymbols *syms; local
    [all...]
  /external/clang/test/CodeGen/
2003-08-21-WideString.c 16 } syms = { L"NUL" }; variable in typeref:struct:__anon23146
  /external/iproute2/genl/
Makefile 32 genl: static-syms.o
33 static-syms.o: static-syms.h
34 static-syms.h: $(wildcard *.c)
  /external/oprofile/libpp/
symbol_sort.h 41 void sort(symbol_collection & syms, bool reverse_sort,
47 void sort(diff_collection & syms, bool reverse_sort,
diff_container.cpp 45 add_sym(diff_collection & syms, diff_symbol const & sym,
56 syms.push_back(sym);
62 symbol_old(diff_collection & syms, symbol_entry const & sym,
67 add_sym(syms, symbol, choice);
73 symbol_new(diff_collection & syms, symbol_entry const & sym,
78 add_sym(syms, symbol, choice);
83 void symbol_diff(diff_collection & syms,
100 add_sym(syms, symbol, choice);
118 diff_collection syms; local
134 symbol_old(syms, *it1, choice)
    [all...]
symbol_sort.cpp 132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const
143 stable_sort(syms.begin(), syms.end(),
149 sort(diff_collection & syms, bool reverse_sort, bool lf) const
160 stable_sort(syms.begin(), syms.end(),
  /external/openfst/src/include/fst/extensions/far/
print-strings.h 58 const SymbolTable *syms = 0; local
63 syms = SymbolTable::ReadText(symbols_fname, opts);
64 if (!syms) {
90 if (i == 1 && initial_symbols && syms == 0 && fst.InputSymbols() != 0)
91 syms = fst.InputSymbols()->Copy();
95 token_type, syms ? syms : fst.InputSymbols());
122 delete syms;
131 delete syms;
compile-strings.h 56 const SymbolTable *syms = 0,
59 token_type_(token_type), symbols_(syms), done_(false),
60 compiler_(token_type, syms, unknown_label, allow_negative_labels) {
189 const SymbolTable *syms = 0; local
194 syms = SymbolTable::ReadText(symbols_fname, opts);
195 if (!syms) {
201 unknown_label = syms->Find(unknown_symbol);
234 delete syms;
247 syms, unknown_label);
268 delete syms;
    [all...]
  /external/openfst/src/include/fst/
symbol-table-ops.h 38 SymbolTable *PruneSymbolTable(const Fst<Arc> &fst, const SymbolTable &syms,
51 SymbolTable *pruned = new SymbolTable(syms.Name() + "_pruned");
52 for (SymbolTableIterator stiter(syms); !stiter.Done(); stiter.Next()) {
62 SymbolTable *CompactSymbolTable(const SymbolTable &syms);
  /external/iproute2/ip/
Makefile 42 ip: static-syms.o
43 static-syms.o: static-syms.h
44 static-syms.h: $(wildcard *.c)
  /external/bison/src/
reader.c 83 merger_list *syms;
91 for (syms = &head, n = 1; syms->next; syms = syms->next, n += 1)
92 if (UNIQSTR_EQ (name, syms->next->name))
94 if (syms->next == NULL)
96 syms->next = xmalloc (sizeof syms->next[0]);
97 syms->next->name = uniqstr_new (name)
81 merger_list *syms; local
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 54 std::vector<ld_plugin_symbol> syms; member in struct:__anon5946::claimed_file
315 cf.syms.reserve(sym_count);
322 cf.syms.push_back(ld_plugin_symbol());
323 ld_plugin_symbol &sym = cf.syms.back();
377 cf.syms.reserve(cf.syms.size());
379 if (!cf.syms.empty()) {
380 if ((*add_symbols)(cf.handle, cf.syms.size(), &cf.syms[0]) != LDPS_OK) {
400 if (F.syms[i].resolution == LDPR_PREVAILING_DEF
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 70 SYM *syms; member in struct:__anon20198
98 ctx->syms = realloc(ctx->syms, sizeof(ctx->syms[0]) * ctx->syms_cap);
100 ctx->syms[ctx->syms_len].name = _strdup(symbol_info->Name);
101 ctx->syms[ctx->syms_len].addr = symbol_info->Address;
102 ctx->syms[ctx->syms_len].flags = symbol_info->Flags;
257 qsort(ctx.syms, ctx.syms_len, sizeof(ctx.syms[0]), sym_cmp);
259 printf("%016I64x X %s\n", ctx.syms[j].addr, ctx.syms[j].name)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 70 SYM *syms; member in struct:__anon20247
98 ctx->syms = realloc(ctx->syms, sizeof(ctx->syms[0]) * ctx->syms_cap);
100 ctx->syms[ctx->syms_len].name = _strdup(symbol_info->Name);
101 ctx->syms[ctx->syms_len].addr = symbol_info->Address;
102 ctx->syms[ctx->syms_len].flags = symbol_info->Flags;
264 qsort(ctx.syms, ctx.syms_len, sizeof(ctx.syms[0]), sym_cmp);
266 printf("%016I64x X %s\n", ctx.syms[j].addr, ctx.syms[j].name)
    [all...]
  /external/oprofile/libutil++/
op_bfd.cpp 223 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_idx]
    [all...]
bfd_support.cpp 226 void fixup_linenr(bfd * abfd, asection * section, asymbol ** syms,
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 88 $count = preg_match_all("/^\t(\S+): ([0-9\.]+)$\n/m", $props[8], $syms);
91 array_push($filetags, "('{$syms[1][$i]}', '{$syms[2][$i]}')");
95 $syms[1] = preg_replace("/^(.+)$/e", "fixup('$1')", $syms[1]);
96 wmysql_query("INSERT INTO `tags` (`tagname`, `tagdate`) VALUES " . join($syms[1], ",") . " ON DUPLICATE KEY UPDATE `tid` = `tid`");
  /external/openfst/src/include/fst/script/
print-impl.h 77 void PrintId(int64 id, const SymbolTable *syms,
79 if (syms) {
80 string symbol = syms->Find(id);
84 << ", symbol table = " << syms->Name()
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
wrap_yasm.py 30 syms = get_syms( ['yasm'], [YASM_DIR] )
34 return name in syms
  /external/oprofile/opjitconv/
conversion.c 50 syms = NULL;
85 free(syms);
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 50 syms = subprocess.Popen([
55 for address, symbol, location in zip(addresses, syms[::2], syms[1::2]):
  /external/openfst/src/lib/
symbol-table-ops.cc 85 SymbolTable *CompactSymbolTable(const SymbolTable &syms) {
87 SymbolTableIterator stiter(syms);
91 SymbolTable *compact = new SymbolTable(syms.Name() + "_compact");
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.cpp 132 __proc(s, x.syms);
151 auto it = std::find_if(syms.begin(), syms.end(), [&](const symbol &x) {
155 if (it == syms.end())
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
native_heap_unittest.py 101 syms = symbol.Symbols()
102 syms.Add('/d/exe1', 0, symbol.Symbol('sym1', 'src1.c', 1)) # st1[0]
103 syms.Add('exe2', 4 + EXE_2_FILE_OFF, symbol.Symbol('sym3')) # st2[1]
105 nheap.SymbolizeUsingSymbolDB(syms)

Completed in 1777 milliseconds

1 2 3 4