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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
ver_test_1.sh 25 syms=`grep ' HIDDEN ' ver_test_1.syms | grep ' GLOBAL '`
26 if test -n "$syms"; then
28 echo $syms
ver_test_4.sh 38 check ver_test_4.syms "t1_2@@VER2"
39 check ver_test_4.syms "t2_2@VER1"
40 check ver_test_4.syms "t2_2@@VER2"
41 check ver_test_4.syms "GLOBAL.*ABS.*VER1"
42 check ver_test_4.syms "GLOBAL.*ABS.*VER2"
ver_test_10.sh 41 check ver_test_10.syms "GLOBAL.*t3_2"
42 check ver_test_10.syms "LOCAL.*t4_2"
ver_test_5.sh 41 check ver_test_5.syms "t3_2@@VER5"
42 check ver_test_5.syms "t2_2@VER2"
ver_test_7.sh 41 check ver_test_7.syms "t2_2@@VER2"
42 check ver_test_7.syms "t2_2@VER1"
defsym_test.sh 38 check defsym_test.syms "FUNC *GLOBAL *HIDDEN .* bar"
ehdr_start_test_4.sh 38 check ehdr_start_test_4.syms "U __ehdr_start"
ver_test_2.sh 43 check ver_test_2.syms "t1_2@VER2"
hidden_test.sh 67 check_missing_sym hidden_test.syms "main_hidden"
68 check_missing_sym hidden_test.syms "main_internal"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_has_key.py 74 syms = self.syms
75 if (node.parent.type == syms.not_test and
88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
89 syms.or_test, syms.test, syms.lambdef, syms.argument):
    [all...]
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_has_key.py 74 syms = self.syms
75 if (node.parent.type == syms.not_test and
88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
89 syms.or_test, syms.test, syms.lambdef, syms.argument)
    [all...]
fix_intern.py 34 if obj.type == self.syms.star_expr:
36 if (obj.type == self.syms.argument and
39 syms = self.syms
41 if obj.type == syms.arglist:
44 newarglist = pytree.Node(syms.arglist, [obj.clone()])
48 new = pytree.Node(syms.power,
50 [pytree.Node(syms.trailer,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_has_key.py 74 syms = self.syms
75 if (node.parent.type == syms.not_test and
88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
89 syms.or_test, syms.test, syms.lambdef, syms.argument)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_has_key.py 74 syms = self.syms
75 if (node.parent.type == syms.not_test and
88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
89 syms.or_test, syms.test, syms.lambdef, syms.argument)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 74 syms = self.syms
75 if (node.parent.type == syms.not_test and
88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
89 syms.or_test, syms.test, syms.lambdef, syms.argument)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 74 syms = self.syms
75 if (node.parent.type == syms.not_test and
88 if arg.type in (syms.comparison, syms.not_test, syms.and_test,
89 syms.or_test, syms.test, syms.lambdef, syms.argument)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
plugin.h 32 const struct ld_plugin_symbol *syms; member in struct:plugin_data_struct
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-6-64.s 2 # syms.
symbols-6.s 2 # syms.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-2b.d 2 #as: --no-predefined-syms -linker-allocated-gregs
builtin2.d 1 # as: -no-predefined-syms
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
ear.s 6 #test old-style toe _EAR_ syms
14 #test new-style _EAR_ syms
  /external/icu/icu4c/source/i18n/
udat.cpp 596 const DateFormatSymbols *syms; local
600 syms = sdtfmt->getDateFormatSymbols();
602 syms = rdtfmt->getDateFormatSymbols();
611 res = syms->getEras(count);
615 res = syms->getEraNames(count);
619 res = syms->getMonths(count);
623 res = syms->getShortMonths(count);
627 res = syms->getWeekdays(count);
631 res = syms->getShortWeekdays(count);
635 res = syms->getAmPmStrings(count)
743 const DateFormatSymbols *syms; local
    [all...]
  /external/zlib/src/examples/
enough.c 119 syms: number of symbols remaining to code
125 syms: 3..totsym (totsym == total symbols to code)
126 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
129 syms == 2 is not saved since that immediately leads to a single code. left
132 left ends at syms-1 since left == syms immediately results in a single code.
137 first one (syms) being outermost, and the last one (len) being innermost.
138 We build the array with length max-1 lists for the len index, with syms-3
151 to the num[] array as described above for the (syms, left, len) triplet
460 int syms; \/* total number of symbols to code *\/ local
    [all...]
  /external/clang/test/CodeGen/
2003-08-21-WideString.c 16 } syms = { L"NUL" }; variable in typeref:struct:__anon14780

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>