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

/external/fonttools/Lib/fontTools/misc/
H A DpsLib.py62 tokentype = 'do_special'
65 tokentype = 'do_comment'
69 tokentype = 'do_string'
76 tokentype = 'do_hexstring'
86 tokentype = 'do_literal'
89 tokentype = ''
96 return tokentype, token
159 tokentype, token = getnexttoken()
163 if tokentype:
164 handler = getattr(self, tokentype)
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DpsLib.py62 tokentype = 'do_special'
65 tokentype = 'do_comment'
69 tokentype = 'do_string'
76 tokentype = 'do_hexstring'
86 tokentype = 'do_literal'
89 tokentype = ''
96 return tokentype, token
159 tokentype, token = getnexttoken()
163 if tokentype:
164 handler = getattr(self, tokentype)
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.h36 enum tokentype { enum
H A Dnasm-parse.c106 else switch ((enum tokentype)curtok) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.h37 enum tokentype { enum
108 int token; /* enum tokentype or any character */
H A Dgas-parse.c102 else switch ((enum tokentype)curtok) {
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c290 char *tokentype; /* Type of terminal symbols in the parser stack */ member in struct:lemon
2247 psp->declargslot = &(psp->gp->tokentype);
3479 if( lemp->tokentype && strcmp(stddt, lemp->tokentype)==0 ){
3512 lemp->tokentype?lemp->tokentype:"void*"); lineno++;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2305 /// <summary><![CDATA[Map<tokentype, channel>]]> to override some Tokens' channel numbers </summary>
2308 /// <summary><![CDATA[Set<tokentype>;]]> discard any tokens with this type </summary>

Completed in 201 milliseconds