Home
last modified time | relevance | path

Searched refs:TOKEN_EOF (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/third_party/jinja2/
Dlexer.py107 TOKEN_EOF = intern('eof') variable
167 TOKEN_EOF: 'end of template'
289 if token.type is TOKEN_EOF:
316 return bool(self._pushed) or self.current.type is not TOKEN_EOF
357 elif self.current.type is not TOKEN_EOF:
366 self.current = Token(self.current.lineno, TOKEN_EOF, '')
376 if self.current.type is TOKEN_EOF:
/external/deqp/external/openglcts/modules/common/
DglcShaderLibrary.cpp99 TOKEN_EOF, enumerator
366 m_curToken = TOKEN_EOF; in advanceToken()
616 case TOKEN_EOF: in getTokenName()
1108 else if (m_curToken == TOKEN_EOF) in parse()
1114 assumeToken(TOKEN_EOF); in parse()
/external/antlr/runtime/Cpp/include/
Dantlr3commontoken.hpp81 , TOKEN_EOF = (ANTLR_CHARSTREAM_EOF & 0xFFFFFFFF) enumerator
Dantlr3parser.inl59 if( ex->get_token()->get_type() == CommonTokenType::TOKEN_EOF)
78 if(ex->get_token()->get_type() == CommonTokenType::TOKEN_EOF)
108 if (theToken->get_type() == CommonTokenType::TOKEN_EOF)
209 if (current->get_type() == CommonTokenType::TOKEN_EOF)
Dantlr3treeparser.inl86 if(ex->get_token()->get_type() == ImplTraits::CommonTokenType::TOKEN_EOF)
Dantlr3exception.inl255 if ( BaseType::m_expecting == ImplTraits::CommonTokenType::TOKEN_EOF)
279 if ( BaseType::m_expecting == ImplTraits::CommonTokenType::TOKEN_EOF )
Dantlr3cyclicdfa.inl170 if ( c == ImplTraits::CommonTokenType::TOKEN_EOF && m_eof[s] >= 0)
Dantlr3commontoken.inl129 if ( m_type == TOKEN_EOF)
Dantlr3tokenstream.inl5 :m_eofToken( ImplTraits::CommonTokenType::TOKEN_EOF),
236 while(tok->get_type() == CommonTokenType::TOKEN_EOF)
779 while ( tok->get_type() != TokenType::TOKEN_EOF )
Dantlr3commontreenodestream.inl40 token = new CommonTokenType(CommonTokenType::TOKEN_EOF);
Dantlr3baserecognizer.inl619 while (ttype != ImplTraits::CommonTokenType::TOKEN_EOF && ttype != tokenType)
639 while (ttype != ImplTraits::CommonTokenType::TOKEN_EOF && set->isMember(ttype) == false)
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp290 TOKEN_EOF, enumerator
566 m_curToken = TOKEN_EOF; in advanceToken()
811 case TOKEN_EOF: return "<eof>"; in getTokenName()
1626 else if (m_curToken == TOKEN_EOF) in parse()
1632 assumeToken(TOKEN_EOF); in parse()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg358 EOF_TOKEN = <name>ImplTraits::CommonTokenType::TOKEN_EOF
1797 <label>->set_type( CommonTokenType::TOKEN_EOF );