HomeSort by relevance Sort by last modified time
    Searched full:dotted_as_names (Results 1 - 25 of 52) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 20 dotted_as_names< (any ',')* 'sys' (',' any)* >
60 if names.type == syms.dotted_as_names:
fix_import.py 21 Walks over all the names imported in a dotted_as_names node.
32 elif node.type == syms.dotted_as_names:
fix_renames.py 30 # | dotted_as_names< any* module=%r any* >) >
fix_imports.py 70 multiple_imports=dotted_as_names< any* (%s) any* >) >
77 multiple_imports=dotted_as_names<
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 20 dotted_as_names< (any ',')* 'sys' (',' any)* >
60 if names.type == syms.dotted_as_names:
fix_import.py 21 Walks over all the names imported in a dotted_as_names node.
32 elif node.type == syms.dotted_as_names:
fix_renames.py 30 # | dotted_as_names< any* module=%r any* >) >
fix_imports.py 70 multiple_imports=dotted_as_names< any* (%s) any* >) >
77 multiple_imports=dotted_as_names<
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 20 dotted_as_names< (any ',')* 'sys' (',' any)* >
60 if names.type == syms.dotted_as_names:
fix_import.py 21 Walks over all the names imported in a dotted_as_names node.
32 elif node.type == syms.dotted_as_names:
fix_renames.py 30 # | dotted_as_names< any* module=%r any* >) >
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 20 dotted_as_names< (any ',')* 'sys' (',' any)* >
60 if names.type == syms.dotted_as_names:
fix_import.py 21 Walks over all the names imported in a dotted_as_names node.
32 elif node.type == syms.dotted_as_names:
fix_renames.py 30 # | dotted_as_names< any* module=%r any* >) >
  /external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/
import_statement.py 172 dotted_as_names = self.children[1]
174 for dotted_as_name in dotted_as_names.children[::2])
186 dotted_as_names = self.children[1]
187 if len(dotted_as_names.children) != 1:
190 return dotted_as_names.children[0]
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 34 #define dotted_as_names 287 macro
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 34 #define dotted_as_names 287 macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 34 #define dotted_as_names 287 macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 34 #define dotted_as_names 287 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 44 dotted_as_names = 287 variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 44 dotted_as_names = 287 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 44 dotted_as_names = 287 variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 44 dotted_as_names = 287 variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
Grammar.txt 73 import_name: 'import' dotted_as_names
79 dotted_as_names: dotted_as_name (',' dotted_as_name)*
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
Grammar.txt 73 import_name: 'import' dotted_as_names
79 dotted_as_names: dotted_as_name (',' dotted_as_name)*

Completed in 607 milliseconds

1 2 3