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

1 2 3

  /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...]
  /external/python/cpython3/Lib/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)]
  /external/python/cpython2/Lib/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/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
  /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
  /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
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 31 #define import_as_name 284 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 31 #define import_as_name 284 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 41 import_as_name = 284 variable
  /external/python/cpython2/Include/
graminit.h 31 #define import_as_name 284 macro
  /external/python/cpython2/Lib/
symbol.py 41 import_as_name = 284 variable
  /external/python/cpython3/Include/
graminit.h 34 #define import_as_name 287 macro
  /external/python/cpython3/Lib/
symbol.py 44 import_as_name = 287 variable
  /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

Completed in 8428 milliseconds

1 2 3