HomeSort by relevance Sort by last modified time
    Searched refs:dotted_name (Results 1 - 13 of 13) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 35 #define dotted_name 288 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 45 dotted_name = 288 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 35 #define dotted_name 288 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 45 dotted_name = 288 variable
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 202 | 'from' dotted_name 'import'
210 dotted_as_name: dotted_name (NAME NAME)?
213 dotted_name: NAME (DOT NAME)*
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 28 elif node.type == syms.dotted_name:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 28 elif node.type == syms.dotted_name:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 211 # '@' dotted_name [ '(' [arglist] ')' ]
216 assert nodelist[1][0] == symbol.dotted_name
342 def dotted_name(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
462 if nodelist[idx][0] == symbol.dotted_name:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 211 # '@' dotted_name [ '(' [arglist] ')' ]
216 assert nodelist[1][0] == symbol.dotted_name
342 def dotted_name(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
462 if nodelist[idx][0] == symbol.dotted_name:
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 437 milliseconds