/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/fonttools/Lib/fontTools/misc/ |
psLib.py | 62 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/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...] |