Searched refs:syms (Results 101 - 125 of 127) sorted by relevance

123456

/external/selinux/python/sepolgen/src/sepolgen/
H A Dyacc.py622 def add_production(f,file,line,prodname,syms):
635 for x in range(len(syms)):
636 s = syms[x]
645 syms[x] = c
654 map = "%s -> %s" % (prodname,syms)
663 p.prod = syms
714 # Calculate unique syms in the production
765 syms = p[1:]
767 syms = [ ]
773 syms
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java182 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols();
183 def.setDecimalFormatSymbols(syms);
H A DIntlTestDecimalFormatAPIC.java140 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols();
141 def.setDecimalFormatSymbols(syms);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java181 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols();
182 def.setDecimalFormatSymbols(syms);
H A DIntlTestDecimalFormatAPIC.java139 final DecimalFormatSymbols syms = pat.getDecimalFormatSymbols();
140 def.setDecimalFormatSymbols(syms);
/external/llvm/utils/
H A DGenLibDeps.pl278 my @syms = @{$DepLibs{$key}};
279 foreach my $sym (@syms) {
/external/mesa3d/src/compiler/nir/
H A Dnir_print.c52 struct set *syms; member in struct:__anon14747
266 assert(state->syms);
274 name = ralloc_asprintf(state->syms, "@%u", state->index++);
276 struct set_entry *set_entry = _mesa_set_search(state->syms, var->name);
280 name = ralloc_asprintf(state->syms, "%s@%u", var->name,
284 _mesa_set_add(state->syms, var->name);
1132 state->syms = _mesa_set_create(NULL, _mesa_key_hash_string,
1141 _mesa_set_destroy(state->syms, NULL);
/external/swiftshader/third_party/LLVM/utils/
H A DGenLibDeps.pl282 my @syms = @{$DepLibs{$key}};
283 foreach my $sym (@syms) {
/external/elfutils/src/
H A Delfcompress.c917 size_t syms = symd->d_size / elsize; local
918 symstrents = xmalloc (syms * sizeof (struct Ebl_Strent *));
919 for (size_t i = 0; i < syms; i++)
1122 size_t syms = symd->d_size / elsize; local
1123 for (size_t i = 0; i < syms; i++)
H A Dldgeneric.c1881 Elf_Arsym *syms;
1885 syms = elf_getarsym (fileinfo->elf, &nsyms);
1886 if (syms == NULL)
1910 struct symbol search = { .name = syms[cnt].as_name };
1912 syms[cnt].as_hash, &search);
1921 if (unlikely (elf_rand (fileinfo->elf, syms[cnt].as_off)
1922 != syms[cnt].as_off))
H A Dstrip.c1698 const Elf32_Word syms = (shdr_info[symtabidx].data->d_size / symz); local
1710 for (size_t inner = 1; inner < vers && inner < syms; ++inner)
/external/icu/icu4c/source/i18n/
H A Dunum.cpp75 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale(locale), *status); local
76 if(syms == NULL) {
81 delete syms;
85 retVal = new DecimalFormat(pat, syms, *parseErr, *status);
87 delete syms;
H A Dnumfmt.cpp1482 DecimalFormatSymbols *syms = symbolsToAdopt.orphan(); local
1483 DecimalFormat* df = new DecimalFormat(pattern, syms, style, status);
1497 delete syms;
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.stdout.exp4 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.stdout.exp5 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
H A Dvcpu_bz2.stdout.exp4 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
/external/libvpx/libvpx/
H A Dlibs.mk243 EXPORT_FILE := libvpx.syms
250 EXPORT_FILE := libvpx.syms
285 libvpx.syms: $(call enabled,CODEC_EXPORTS)
288 CLEAN-OBJS += libvpx.syms
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.cpp205 _proc(s, x.syms);
H A Dkernel.cpp82 info.pc = find(name_equals(_name), m.syms).offset;
164 auto margs = find(name_equals(kern.name()), m.syms).args;
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
H A Dcommon.cpp204 m.syms.emplace_back(name, 0, offsets.at(name),
/external/elfutils/tests/
H A Delfstrmerge.c513 size_t syms = (data->d_size local
515 for (size_t i = 0; i < syms; i++)
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp1421 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getUS(), status); local
1423 DecimalFormat *df = new DecimalFormat("#,##0.###", syms, status);
1889 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getEnglish(), status); local
1891 DecimalFormat *f = new DecimalFormat(UnicodeString(""), syms, status);
2039 DecimalFormatSymbols *syms = new DecimalFormatSymbols(Locale::getEnglish(), status); local
2052 df->adoptDecimalFormatSymbols(syms);
H A Ddcfmapts.cpp237 const DecimalFormatSymbols *syms = pat.getDecimalFormatSymbols(); local
238 DecimalFormatSymbols *newSyms = new DecimalFormatSymbols(*syms);
/external/valgrind/none/tests/
H A Dcmdline2.stdout.exp158 --debug-dump=syms mimic /usr/bin/readelf --syms
167 --sym-offsets=yes|no show syms in form 'name+offset' ? [no]
/external/python/cpython2/Lib/lib2to3/tests/
H A Dtest_util.py27 node = Node(fixer_util.syms.simple_stmt, node)

Completed in 9474 milliseconds

123456