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

  /external/libchrome/third_party/ply/
yacc.py 284 lookaheadstack = [ ] # Stack of lookahead symbols
334 # the next token off of the lookaheadstack or from the lexer
342 if not lookaheadstack:
345 lookahead = lookaheadstack.pop()
430 lookaheadstack.append(lookahead)
469 lookaheadstack.append(lookahead)
553 del lookaheadstack[:]
576 lookaheadstack.append(lookahead)
599 lookaheadstack = [ ] # Stack of lookahead symbols
645 # the next token off of the lookaheadstack or from the lexe
    [all...]
  /external/ply/ply/ply/
yacc.py 353 lookaheadstack = [] # Stack of lookahead symbols
407 # the next token off of the lookaheadstack or from the lexer
416 if not lookaheadstack:
419 lookahead = lookaheadstack.pop()
513 lookaheadstack.append(lookahead) # Save the current lookahead token
555 lookaheadstack.append(lookahead) # Save the current lookahead token
637 del lookaheadstack[:]
670 lookaheadstack.append(lookahead)
700 lookaheadstack = [] # Stack of lookahead symbols
751 # the next token off of the lookaheadstack or from the lexe
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 353 lookaheadstack = [] # Stack of lookahead symbols
407 # the next token off of the lookaheadstack or from the lexer
416 if not lookaheadstack:
419 lookahead = lookaheadstack.pop()
513 lookaheadstack.append(lookahead) # Save the current lookahead token
555 lookaheadstack.append(lookahead) # Save the current lookahead token
637 del lookaheadstack[:]
670 lookaheadstack.append(lookahead)
700 lookaheadstack = [] # Stack of lookahead symbols
751 # the next token off of the lookaheadstack or from the lexe
    [all...]

Completed in 984 milliseconds