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

  /external/chromium_org/third_party/jinja2/
lexer.py 100 TOKEN_EOF = intern('eof')
160 TOKEN_EOF: 'end of template'
282 if token.type is TOKEN_EOF:
309 return bool(self._pushed) or self.current.type is not TOKEN_EOF
347 elif self.current.type is not TOKEN_EOF:
356 self.current = Token(self.current.lineno, TOKEN_EOF, '')
366 if self.current.type is TOKEN_EOF:
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSGrammar.y 161 %token TOKEN_EOF 0
388 INTERNAL_RULE_SYM maybe_space valid_rule maybe_space TOKEN_EOF {
394 INTERNAL_KEYFRAME_RULE_SYM maybe_space keyframe_rule maybe_space TOKEN_EOF {
400 INTERNAL_KEYFRAME_KEY_LIST_SYM maybe_space key_list TOKEN_EOF {
406 INTERNAL_DECLS_SYM maybe_space_before_declaration declaration_list TOKEN_EOF {
412 INTERNAL_VALUE_SYM maybe_space expr TOKEN_EOF {
422 INTERNAL_SELECTOR_SYM maybe_space selector_list TOKEN_EOF {
429 INTERNAL_SUPPORTS_CONDITION_SYM maybe_space supports_condition TOKEN_EOF {
452 | %prec LOWEST_PREC TOKEN_EOF
457 | %prec LOWEST_PREC TOKEN_EOF
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 100 TOKEN_EOF,
373 m_curToken = TOKEN_EOF;
616 case TOKEN_EOF: return "<eof>";
    [all...]