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

/external/chromium_org/third_party/libwebp/enc/
H A Dtoken.c41 #define TOKEN_DATA(p) ((token_t*)&(p)[1]) macro
81 b->tokens_ = TOKEN_DATA(page);
208 const token_t* const tokens = TOKEN_DATA(p);
233 const token_t* const tokens = TOKEN_DATA(p);
259 const token_t* const tokens = TOKEN_DATA(p);
/external/webp/src/enc/
H A Dtoken.c41 #define TOKEN_DATA(p) ((token_t*)&(p)[1]) macro
81 b->tokens_ = TOKEN_DATA(page);
208 const token_t* const tokens = TOKEN_DATA(p);
233 const token_t* const tokens = TOKEN_DATA(p);
259 const token_t* const tokens = TOKEN_DATA(p);
/external/chromium_org/third_party/jinja2/
H A Dlexer.py98 TOKEN_DATA = intern('data') variable
141 ignore_if_empty = frozenset([TOKEN_WHITESPACE, TOKEN_DATA,
159 TOKEN_DATA: 'template data / text',
488 ])), (TOKEN_DATA, '#bygroup'), '#bygroup'),
490 (c('.+'), TOKEN_DATA, None)
524 )), (TOKEN_DATA, TOKEN_RAW_END), '#pop'),
/external/deqp/executor/
H A DxeXMLParser.cpp156 m_curToken = TOKEN_DATA;
427 case TOKEN_DATA:
H A DxeXMLParser.hpp47 TOKEN_DATA, //!< Block of data (anything outside tags). enumerator in enum:xe::xml::Token

Completed in 3929 milliseconds