Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/jinja2/
Dlexer.py107 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/
Dlexer.py107 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/
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:
/third_party/jinja2/
Dlexer.py109 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/
DglcShaderLibrary.cpp99 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/
Dtoken.h81 TOKEN_EOF, enumerator
Dtokenize.c200 case TOKEN_EOF: in show_token()
Dpre-process.c937 while (token_type(token) != TOKEN_EOF) { in free_preprocessor_line()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.cpp290 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()