HomeSort by relevance Sort by last modified time
    Searched refs:vfpdef (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Include/
graminit.h 15 #define vfpdef 268 macro
  /external/python/cpython3/Lib/
symbol.py 25 vfpdef = 268 variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_tuple_params.py 41 lambdef< 'lambda' args=vfpdef< '(' inner=any ')' >
142 elif node.type == syms.vfpdef:
143 # These look like vfpdef< '(' x ')' > where x is NAME
144 # or another vfpdef instance (leading to recursion).
145 while node.type == syms.vfpdef:
151 if node.type == syms.vfpdef:
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_tuple_params.py 41 lambdef< 'lambda' args=vfpdef< '(' inner=any ')' >
142 elif node.type == syms.vfpdef:
143 # These look like vfpdef< '(' x ')' > where x is NAME
144 # or another vfpdef instance (leading to recursion).
145 while node.type == syms.vfpdef:
151 if node.type == syms.vfpdef:
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_tuple_params.py 41 lambdef< 'lambda' args=vfpdef< '(' inner=any ')' >
142 elif node.type == syms.vfpdef:
143 # These look like vfpdef< '(' x ')' > where x is NAME
144 # or another vfpdef instance (leading to recursion).
145 while node.type == syms.vfpdef:
151 if node.type == syms.vfpdef:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 41 lambdef< 'lambda' args=vfpdef< '(' inner=any ')' >
142 elif node.type == syms.vfpdef:
143 # These look like vfpdef< '(' x ')' > where x is NAME
144 # or another vfpdef instance (leading to recursion).
145 while node.type == syms.vfpdef:
151 if node.type == syms.vfpdef:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 41 lambdef< 'lambda' args=vfpdef< '(' inner=any ')' >
142 elif node.type == syms.vfpdef:
143 # These look like vfpdef< '(' x ')' > where x is NAME
144 # or another vfpdef instance (leading to recursion).
145 while node.type == syms.vfpdef:
151 if node.type == syms.vfpdef:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 41 lambdef< 'lambda' args=vfpdef< '(' inner=any ')' >
142 elif node.type == syms.vfpdef:
143 # These look like vfpdef< '(' x ')' > where x is NAME
144 # or another vfpdef instance (leading to recursion).
145 while node.type == syms.vfpdef:
151 if node.type == syms.vfpdef:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 41 lambdef< 'lambda' args=vfpdef< '(' inner=any ')' >
142 elif node.type == syms.vfpdef:
143 # These look like vfpdef< '(' x ')' > where x is NAME
144 # or another vfpdef instance (leading to recursion).
145 while node.type == syms.vfpdef:
151 if node.type == syms.vfpdef:
  /external/python/cpython3/Python/
ast.c     [all...]

Completed in 325 milliseconds