Searched refs:TOKEN_COMMENT (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/xexml/ |
D | xeXMLParser.cpp | 119 m_curToken == TOKEN_COMMENT || in advance() 257 m_curToken = TOKEN_COMMENT; in advance() 406 while (curToken == TOKEN_COMMENT) in advance()
|
D | xeXMLParser.hpp | 48 TOKEN_COMMENT, //!< <!-- comment --> enumerator
|
/external/python/jinja/src/jinja2/ |
D | lexer.py | 82 TOKEN_COMMENT = intern("comment") variable 131 TOKEN_COMMENT, 140 [TOKEN_WHITESPACE, TOKEN_DATA, TOKEN_COMMENT, TOKEN_LINECOMMENT] 150 TOKEN_COMMENT: "comment", 515 (TOKEN_COMMENT, TOKEN_COMMENT_END),
|
/external/libchrome/third_party/jinja2/ |
D | lexer.py | 99 TOKEN_COMMENT = intern('comment') variable 144 ignored_tokens = frozenset([TOKEN_COMMENT_BEGIN, TOKEN_COMMENT, 149 TOKEN_COMMENT, TOKEN_LINECOMMENT]) 158 TOKEN_COMMENT: 'comment', 508 )), (TOKEN_COMMENT, TOKEN_COMMENT_END), '#pop'),
|