/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 155 for tokentype, token, start, _end, _line in g: 156 if tokentype == DEDENT: 166 tokentype, meth_name, start = g.next()[0:3] 167 if tokentype != NAME: 185 tokentype, class_name, start = g.next()[0:3] 186 if tokentype != NAME: 189 tokentype, token, start = g.next()[0:3] 197 tokentype, token, start = g.next()[0:3] 226 elif tokentype in (NAME, OP) and level == 1: 304 tokentype, token = g.next()[0:2 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pyclbr.py | 155 for tokentype, token, start, _end, _line in g: 156 if tokentype == DEDENT: 166 tokentype, meth_name, start = g.next()[0:3] 167 if tokentype != NAME: 185 tokentype, class_name, start = g.next()[0:3] 186 if tokentype != NAME: 189 tokentype, token, start = g.next()[0:3] 197 tokentype, token, start = g.next()[0:3] 226 elif tokentype in (NAME, OP) and level == 1: 304 tokentype, token = g.next()[0:2 [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parser.h | 36 enum tokentype { enum
|
nasm-parse.c | 106 else switch ((enum tokentype)curtok) { [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parser.h | 37 enum tokentype { enum 108 int token; /* enum tokentype or any character */
|
gas-parse.c | 102 else switch ((enum tokentype)curtok) { [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 290 char *tokentype; /* Type of terminal symbols in the parser stack */ member in struct:lemon [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 246 property TokenType: Integer read GetTokenType write SetTokenType; 621 property TokenType: Integer read GetTokenType write SetTokenType; 675 property TokenType: Integer read GetTokenType write SetTokenType; 721 function Match(const Input: IIntStream; const TokenType: Integer; 725 const TokenType: Integer): Boolean; [all...] |