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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = u''
    [all...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = u'
    [all...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = '
    [all...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = u'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = u'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = u'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
30 2) clsdef => simple_stmt => expr_stmt => Leaf('__meta')
37 if expr_node.type == syms.expr_stmt and expr_node.children:
83 new_expr = Node(syms.expr_stmt, [])
108 # look for simple_stmt[ expr_stmt[ Leaf('__metaclass__') ] ]
112 if expr_node.type == syms.expr_stmt and expr_node.children:
204 expr_stmt = last_metaclass.children[0]
205 assert expr_stmt.type == syms.expr_stmt
206 expr_stmt.children[1].prefix = u'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 17 #define expr_stmt 270 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 17 #define expr_stmt 270 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 27 expr_stmt = 270 variable
  /external/python/cpython2/Include/
graminit.h 17 #define expr_stmt 270 macro
  /external/python/cpython2/Lib/
symbol.py 27 expr_stmt = 270 variable
  /external/python/cpython3/Include/
graminit.h 19 #define expr_stmt 272 macro
  /external/python/cpython3/Lib/
symbol.py 29 expr_stmt = 272 variable
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 17 #define expr_stmt 270 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 27 expr_stmt = 270 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 17 #define expr_stmt 270 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 27 expr_stmt = 270 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 17 #define expr_stmt 270 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 27 expr_stmt = 270 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 17 #define expr_stmt 270 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 27 expr_stmt = 270 variable

Completed in 452 milliseconds

1 2 3