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

1 2

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
import_statement.py 61 symbol_type != symbol.import_as_name):
237 return tuple((import_as_name.name, import_as_name.alias)
238 for import_as_name in import_as_names.children[::2])
272 import_as_name = self._import_as_name
273 if import_as_name:
274 return import_as_name.name
283 import_as_name = self._import_as_name
288 if import_as_name:
289 import_as_name.name = valu
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 16 if imports.type == syms.import_as_name or not imports.children:
28 assert child.type == syms.import_as_name
fix_urllib.py 59 ( member=%s | import_as_name< member=%s 'as' any > |
125 if member.type == syms.import_as_name:
142 if name.type == syms.import_as_name:
146 return [Node(syms.import_as_name, kids)]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 16 if imports.type == syms.import_as_name or not imports.children:
28 assert child.type == syms.import_as_name
fix_urllib.py 59 ( member=%s | import_as_name< member=%s 'as' any > |
125 if member.type == syms.import_as_name:
142 if name.type == syms.import_as_name:
146 return [Node(syms.import_as_name, kids)]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 16 if imports.type == syms.import_as_name or not imports.children:
28 assert child.type == syms.import_as_name
fix_urllib.py 59 ( member=%s | import_as_name< member=%s 'as' any > |
125 if member.type == syms.import_as_name:
142 if name.type == syms.import_as_name:
146 return [Node(syms.import_as_name, kids)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 16 if imports.type == syms.import_as_name or not imports.children:
28 assert child.type == syms.import_as_name
fix_urllib.py 59 ( member=%s | import_as_name< member=%s 'as' any > |
125 if member.type == syms.import_as_name:
142 if name.type == syms.import_as_name:
146 return [Node(syms.import_as_name, kids)]
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 31 #define import_as_name 284 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 41 import_as_name = 284 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 31 #define import_as_name 284 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 41 import_as_name = 284 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 31 #define import_as_name 284 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 41 import_as_name = 284 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 31 #define import_as_name 284 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 41 import_as_name = 284 variable
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 203 (STAR | import_as_name (COMMA import_as_name)*)
206 import_as_name
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 424 elif n.type == syms.import_as_name:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
fixer_util.py 424 elif n.type == syms.import_as_name:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 424 elif n.type == syms.import_as_name:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 424 elif n.type == syms.import_as_name:
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 905 assert node[0] == symbol.import_as_name
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 905 assert node[0] == symbol.import_as_name
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 905 assert node[0] == symbol.import_as_name
    [all...]

Completed in 2307 milliseconds

1 2