Searched refs:TOKEN_EOF (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/third_party/jinja2/ |
D | lexer.py | 107 TOKEN_EOF = intern("eof") variable 176 TOKEN_EOF: "end of template", 313 if token.type is TOKEN_EOF: 340 return bool(self._pushed) or self.current.type is not TOKEN_EOF 385 elif self.current.type is not TOKEN_EOF: 394 self.current = Token(self.current.lineno, TOKEN_EOF, "") 404 if self.current.type is TOKEN_EOF:
|
/third_party/skia/third_party/externals/jinja2/ |
D | lexer.py | 107 TOKEN_EOF = intern("eof") variable 176 TOKEN_EOF: "end of template", 313 if token.type is TOKEN_EOF: 340 return bool(self._pushed) or self.current.type is not TOKEN_EOF 385 elif self.current.type is not TOKEN_EOF: 394 self.current = Token(self.current.lineno, TOKEN_EOF, "") 404 if self.current.type is TOKEN_EOF:
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | lexer.py | 107 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:
|
/third_party/jinja2/ |
D | lexer.py | 109 TOKEN_EOF = intern("eof") variable 179 TOKEN_EOF: "end of template", 309 if token.type is TOKEN_EOF: 341 return bool(self._pushed) or self.current.type is not TOKEN_EOF 387 elif self.current.type is not TOKEN_EOF: 397 self.current = Token(self.current.lineno, TOKEN_EOF, "") 408 if self.current.type is TOKEN_EOF:
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLibrary.cpp | 99 TOKEN_EOF, enumerator 366 m_curToken = TOKEN_EOF; in advanceToken() 616 case TOKEN_EOF: in getTokenName() 1114 else if (m_curToken == TOKEN_EOF) in parse() 1120 assumeToken(TOKEN_EOF); in parse()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | token.h | 81 TOKEN_EOF, enumerator
|
D | tokenize.c | 200 case TOKEN_EOF: in show_token()
|
D | pre-process.c | 937 while (token_type(token) != TOKEN_EOF) { in free_preprocessor_line()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderLibrary.cpp | 290 TOKEN_EOF, enumerator 566 m_curToken = TOKEN_EOF; in advanceToken() 811 case TOKEN_EOF: return "<eof>"; in getTokenName() 1623 else if (m_curToken == TOKEN_EOF) in parse() 1629 assumeToken(TOKEN_EOF); in parse()
|