HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 1 - 25 of 2151) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
split_i386.sh 25 match() function
41 match 'cmp.*+%gs:[^,]*,%esp' split_i386_1.stdout
42 match 'call.*__morestack>?$' split_i386_1.stdout
43 match 'lea.*-0x200\(%esp\),' split_i386_1.stdout
45 match 'stc' split_i386_2.stdout
46 match 'call.*__morestack_non_split>?$' split_i386_2.stdout
48 match 'lea.*-0x4200\(%esp\),' split_i386_2.stdout
50 match 'failed to match' split_i386_3.stdout
52 match 'call.*__morestack>?$' split_i386_4.stdou
    [all...]
split_s390.sh 25 match() function
41 match 'jg.*__morestack>?$' split_s390_z1.stdout
42 match 'long.*0x00100000$' split_s390_z1.stdout
43 match 'jg.*__morestack>?$' split_s390_z1_ns.stdout
44 match 'long.*0x00104000$' split_s390_z1_ns.stdout
46 match 'ear.*$' split_s390_z2.stdout
47 match 'jgl.*__morestack>?$' split_s390_z2.stdout
49 match 'long.*0x00000100$' split_s390_z2.stdout
52 match 'jg .*__morestack>?$' split_s390_z2_ns.stdout
53 match 'long.*0x00004100$' split_s390_z2_ns.stdou
    [all...]
split_x32.sh 26 match() function
42 match 'cmp.*+%fs:[^,]*,%esp' split_x32_1.stdout
43 match 'callq.*__morestack>?$' split_x32_1.stdout
44 match 'lea.*-0x200\(%rsp\),' split_x32_1.stdout
46 match 'stc' split_x32_2.stdout
47 match 'callq.*__morestack_non_split>?$' split_x32_2.stdout
49 match 'lea.*-0x4200\(%rsp\),' split_x32_2.stdout
51 match 'failed to match' split_x32_3.stdout
53 match 'callq.*__morestack>?$' split_x32_4.stdou
    [all...]
split_x86_64.sh 25 match() function
41 match 'cmp.*+%fs:[^,]*,%rsp' split_x86_64_1.stdout
42 match 'callq.*__morestack>?$' split_x86_64_1.stdout
43 match 'lea.*-0x200\(%rsp\),' split_x86_64_1.stdout
45 match 'stc' split_x86_64_2.stdout
46 match 'callq.*__morestack_non_split>?$' split_x86_64_2.stdout
48 match 'lea.*-0x4200\(%rsp\),' split_x86_64_2.stdout
50 match 'failed to match' split_x86_64_3.stdout
52 match 'callq.*__morestack>?$' split_x86_64_4.stdou
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_ne.py 17 def match(self, node): member in class:FixNe
fix_numliterals.py 17 def match(self, node): member in class:FixNumliterals
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
fix_explicit.py 6 def match(self): return False member in class:FixExplicit
fix_first.py 6 def match(self, node): return False member in class:FixFirst
fix_last.py 7 def match(self, node): return False member in class:FixLast
fix_preorder.py 6 def match(self, node): return False member in class:FixPreorder
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_ne.py 17 def match(self, node): member in class:FixNe
fix_numliterals.py 17 def match(self, node): member in class:FixNumliterals
  /external/python/cpython2/Lib/lib2to3/tests/data/fixers/myfixes/
fix_explicit.py 6 def match(self): return False member in class:FixExplicit
fix_first.py 6 def match(self, node): return False member in class:FixFirst
fix_last.py 7 def match(self, node): return False member in class:FixLast
fix_preorder.py 6 def match(self, node): return False member in class:FixPreorder
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_ne.py 17 def match(self, node): member in class:FixNe
fix_numliterals.py 17 def match(self, node): member in class:FixNumliterals
  /external/python/cpython3/Lib/lib2to3/tests/data/fixers/myfixes/
fix_explicit.py 6 def match(self): return False member in class:FixExplicit
fix_first.py 6 def match(self, node): return False member in class:FixFirst
fix_last.py 7 def match(self, node): return False member in class:FixLast
fix_preorder.py 6 def match(self, node): return False member in class:FixPreorder
  /external/v8/tools/unittests/testdata/
results_processor.py 17 match = re.match(r'^Richards\d: (.*)$', line) variable
18 if match:
19 richards += float(match.group(1))
20 match = re.match(r'^DeltaBlue\d: (.*)$', line) variable
21 if match:
22 deltablue += float(match.group(1))
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_ne.py 17 def match(self, node): member in class:FixNe
fix_numliterals.py 17 def match(self, node): member in class:FixNumliterals

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>