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

1 2

  /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:
  /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...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /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...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /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...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /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...]
fix_next.py 94 if node.type == syms.expr_stmt:
  /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
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
example.py 172 (symbol.expr_stmt,
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 132 small_stmt: expr_stmt
143 expr_stmt
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 238 if parent.type == syms.expr_stmt and parent.children[0] is node:
371 elif child.type == syms.expr_stmt:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 238 if parent.type == syms.expr_stmt and parent.children[0] is node:
371 elif child.type == syms.expr_stmt:

Completed in 620 milliseconds

1 2