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

  /external/selinux/sepolgen/src/sepolgen/
yacc.py 189 lookaheadstack = [ ] # Stack of lookahead symbols
228 # the next token off of the lookaheadstack or from the lexer
232 if not lookaheadstack:
235 lookahead = lookaheadstack.pop()
303 lookaheadstack.append(lookahead)
305 lookaheadstack.append(_t)
373 del lookaheadstack[:]
396 lookaheadstack.append(lookahead)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 189 lookaheadstack = [ ] # Stack of lookahead symbols
228 # the next token off of the lookaheadstack or from the lexer
232 if not lookaheadstack:
235 lookahead = lookaheadstack.pop()
303 lookaheadstack.append(lookahead)
305 lookaheadstack.append(_t)
373 del lookaheadstack[:]
396 lookaheadstack.append(lookahead)
    [all...]

Completed in 45 milliseconds