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

  /external/libmojo/third_party/ply/
yacc.py 288 pslice = YaccProduction(None) # Production object passed to grammar rules
300 # Set up the lexer and parser objects on pslice
301 pslice.lexer = lexer
302 pslice.parser = self
321 pslice.stack = symstack # Put in the production
415 pslice.slice = targ
421 p.callable(pslice)
423 debug.info("Result : %s", format_result(pslice[0]))
456 pslice.slice = targ
460 p.callable(pslice)
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 193 pslice = YaccProduction(None) # Production object passed to grammar rules
194 pslice.parser = self # Parser object
202 pslice.lexer = lexer
216 pslice.stack = symstack # Put in the production
296 pslice.slice = targ
297 pslice.pbstack = []
299 p.func(pslice)
302 if pslice.pbstack:
304 for _t in pslice.pbstack:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 193 pslice = YaccProduction(None) # Production object passed to grammar rules
194 pslice.parser = self # Parser object
202 pslice.lexer = lexer
216 pslice.stack = symstack # Put in the production
296 pslice.slice = targ
297 pslice.pbstack = []
299 p.func(pslice)
302 if pslice.pbstack:
304 for _t in pslice.pbstack:
    [all...]

Completed in 641 milliseconds