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

/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py814 CLOSE_MUSTACHE = Data( variable in class:_Token
815 'CLOSE_MUSTACHE' , '}}' , None)
937 elif tokens.next_token in (_Token.CLOSE_MUSTACHE,
991 _Token.CLOSE_MUSTACHE)
1000 tokens.AdvanceOver(_Token.CLOSE_MUSTACHE)
1018 if tokens.next_token is not _Token.CLOSE_MUSTACHE:
1027 elif tokens.next_token is not _Token.CLOSE_MUSTACHE:
1049 tokens.AdvanceOver(_Token.CLOSE_MUSTACHE)
1090 tokens.AdvanceOver(_Token.CLOSE_MUSTACHE)
1098 tokens.AdvanceOver(_Token.CLOSE_MUSTACHE)
[all...]

Completed in 411 milliseconds