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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 32 #define dotted_as_name 285 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 32 #define dotted_as_name 285 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 42 dotted_as_name = 285 variable
  /external/python/cpython2/Include/
graminit.h 32 #define dotted_as_name 285 macro
  /external/python/cpython2/Lib/
symbol.py 42 dotted_as_name = 285 variable
  /external/python/cpython3/Include/
graminit.h 35 #define dotted_as_name 288 macro
  /external/python/cpython3/Lib/
symbol.py 45 dotted_as_name = 288 variable
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 32 #define dotted_as_name 285 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 42 dotted_as_name = 285 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 32 #define dotted_as_name 285 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 42 dotted_as_name = 285 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 32 #define dotted_as_name 285 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 42 dotted_as_name = 285 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 32 #define dotted_as_name 285 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 42 dotted_as_name = 285 variable
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
import_statement.py 60 if (symbol_type != symbol.dotted_as_name and
173 return tuple((dotted_as_name.name, dotted_as_name.alias)
174 for dotted_as_name in dotted_as_names.children[::2])
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 201 : 'import' dotted_as_name (COMMA dotted_as_name)*
210 dotted_as_name: dotted_name (NAME NAME)?
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_import.py 30 elif node.type == syms.dotted_as_name:
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_import.py 30 elif node.type == syms.dotted_as_name:
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_import.py 30 elif node.type == syms.dotted_as_name:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_import.py 30 elif node.type == syms.dotted_as_name:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_import.py 30 elif node.type == syms.dotted_as_name:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 30 elif node.type == syms.dotted_as_name:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 30 elif node.type == syms.dotted_as_name:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 402 if child.type == syms.dotted_as_name:
407 elif imp.type == syms.dotted_as_name:

Completed in 551 milliseconds

1 2