HomeSort by relevance Sort by last modified time
    Searched defs:syms (Results 51 - 75 of 91) sorted by null

1 23 4

  /system/core/libcorkscrew/
symbol_table.c 121 Elf32_Sym *syms = NULL; local
125 syms = (Elf32_Sym*)(base + shdr[sym_idx].sh_offset);
147 if (syms[i].st_shndx != SHN_UNDEF
148 && str[syms[i].st_name]
149 && syms[i].st_value
150 && syms[i].st_size) {
184 if (syms[i].st_shndx != SHN_UNDEF
185 && str[syms[i].st_name]
186 && syms[i].st_value
187 && syms[i].st_size)
    [all...]
  /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/chromium_org/third_party/icu/source/i18n/
udat.cpp 391 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->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW)
505 const DateFormatSymbols *syms = local
    [all...]
unum.cpp 88 DecimalFormatSymbols *syms = 0; local
95 syms = new DecimalFormatSymbols(*status);
97 syms = new DecimalFormatSymbols(Locale(locale), *status);
99 if(syms == 0) {
104 delete syms;
108 retVal = (UNumberFormat*)new DecimalFormat(pat, syms, *parseErr, *status);
110 delete syms;
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.cpp 192 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); local
193 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms);
  /external/icu4c/i18n/
unum.cpp 66 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale(locale), *status); local
67 if(syms == NULL) {
72 delete syms;
76 retVal = new DecimalFormat(pat, syms, *parseErr, *status);
78 delete syms;
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/icu4c/test/intltest/
dcfmapts.cpp 198 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); local
199 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms);
  /external/llvm/tools/gold/
gold-plugin.cpp 62 std::vector<ld_plugin_symbol> syms; member in struct:__anon24124::claimed_file
286 cf.syms.reserve(sym_count);
293 cf.syms.push_back(ld_plugin_symbol());
294 ld_plugin_symbol &sym = cf.syms.back();
345 cf.syms.reserve(cf.syms.size());
347 if (!cf.syms.empty()) {
348 if ((*add_symbols)(cf.handle, cf.syms.size(), &cf.syms[0]) != LDPS_OK) {
380 if (I->syms.empty()
    [all...]
  /external/openfst/src/include/fst/extensions/far/
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/oprofile/libutil++/
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...]
op_bfd.h 183 std::vector<op_bfd_symbol> syms; member in class:op_bfd
  /external/wpa_supplicant_8/src/utils/
trace.c 29 static asymbol **syms = NULL; variable
79 if (syms)
97 syms = malloc(storage);
98 if (syms == NULL) {
104 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
106 symcount = bfd_canonicalize_symtab(abfd, syms);
110 free(syms);
111 syms = NULL;
146 data->found = bfd_find_nearest_line(abfd, section, syms,
233 if (!syms) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 9 from .pygram import python_symbols as syms namespace
18 return Node(syms.argument,
35 return Node(syms.atom,
44 return [obj, Node(syms.trailer, [Dot(), attr])]
56 node = Node(syms.trailer, [lparen.clone(), rparen.clone()])
58 node.insert_child(1, Node(syms.arglist, args))
63 node = Node(syms.power, [func_name, ArgList(args)])
81 return Node(syms.trailer, [Leaf(token.LBRACE, u"["),
106 inner_args.append(Node(syms.comp_if, [if_leaf, test]))
107 inner = Node(syms.listmaker, [xp, Node(syms.comp_for, inner_args)]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 22 from lib2to3.pygram import python_symbols as syms namespace
30 self.assertEqual(t.children[0].children[0].type, syms.print_stmt)
31 self.assertEqual(t.children[1].children[0].type, syms.print_stmt)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 9 from .pygram import python_symbols as syms namespace
18 return Node(syms.argument,
35 return Node(syms.atom,
44 return [obj, Node(syms.trailer, [Dot(), attr])]
56 node = Node(syms.trailer, [lparen.clone(), rparen.clone()])
58 node.insert_child(1, Node(syms.arglist, args))
63 node = Node(syms.power, [func_name, ArgList(args)])
81 return Node(syms.trailer, [Leaf(token.LBRACE, u"["),
106 inner_args.append(Node(syms.comp_if, [if_leaf, test]))
107 inner = Node(syms.listmaker, [xp, Node(syms.comp_for, inner_args)]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 22 from lib2to3.pygram import python_symbols as syms namespace
30 self.assertEqual(t.children[0].children[0].type, syms.print_stmt)
31 self.assertEqual(t.children[1].children[0].type, syms.print_stmt)
  /external/grub/stage2/
mb_info.h 147 syms; member in struct:multiboot_info
  /external/oprofile/daemon/liblegacy/
p_module.h 146 unsigned tgt_long syms; member in struct:module
  /external/oprofile/libpp/
callgraph_container.cpp 99 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 = recorder.get_symbols() local
    [all...]
  /external/oprofile/opjitconv/
opjitconv.c 47 asymbol ** syms; variable
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 294 const RsdCpuReference::CpuSymbol *syms = gSyms; local
302 while (syms->fnPtr) {
303 if (!strcmp(syms->name, name)) {
304 sym = syms;
306 syms++;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 114 struct nv50_ir_prog_symbol *syms; member in struct:nv50_ir_prog_info::__anon14556
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 114 struct nv50_ir_prog_symbol *syms; member in struct:nv50_ir_prog_info::__anon24898
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 3 /*--- 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,
391 VG_(addToXA)( syms, &disym );
411 static void tidy_up_cand_syms ( /*MOD*/XArray* /* of DiSym */ syms,
416 nsyms = VG_(sizeXA)(syms);
418 VG_(setCmpFnXA)(syms, cmp_DiSym_by_start_then_name);
419 VG_(sortXA)(syms);
442 && ((DiSym*)VG_(indexXA)(syms,i))->addr
443 == ((DiSym*)VG_(indexXA)(syms,k))->addr
845 struct NLIST *syms; local
    [all...]

Completed in 1404 milliseconds

1 23 4