Searched refs:TOKEN_EOF (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dlexer.py97 TOKEN_EOF = intern('eof') variable
157 TOKEN_EOF: 'end of template'
278 if token.type is TOKEN_EOF:
304 return bool(self._pushed) or self.current.type is not TOKEN_EOF
341 elif self.current.type is not TOKEN_EOF:
350 self.current = Token(self.current.lineno, TOKEN_EOF, '')
360 if self.current.type is TOKEN_EOF:
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGrammar.y.in108 %token TOKEN_EOF 0
345 INTERNAL_RULE_SYM maybe_space valid_rule maybe_space TOKEN_EOF {
351 INTERNAL_KEYFRAME_RULE_SYM maybe_space keyframe_rule maybe_space TOKEN_EOF {
357 INTERNAL_DECLS_SYM maybe_space_before_declaration declaration_list TOKEN_EOF {
363 INTERNAL_VALUE_SYM maybe_space expr TOKEN_EOF {
373 INTERNAL_MEDIALIST_SYM maybe_space location_label maybe_media_list TOKEN_EOF {
379 INTERNAL_SELECTOR_SYM maybe_space selector_list TOKEN_EOF {
386 INTERNAL_SUPPORTS_CONDITION_SYM maybe_space supports_condition TOKEN_EOF {
409 | %prec LOWEST_PREC TOKEN_EOF
414 | %prec LOWEST_PREC TOKEN_EOF
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1531 #define TOKEN_EOF 0 /* End of file */ macro
1570 *tokenType = TOKEN_EOF;
1751 }else if( ttype==TOKEN_EOF ){
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2576 #define TOKEN_EOF 0 /* End of file */ macro
2615 *tokenType = TOKEN_EOF;
2796 }else if( ttype==TOKEN_EOF ){

Completed in 273 milliseconds