HomeSort by relevance Sort by last modified time
    Searched refs:tokentype (Results 1 - 9 of 9) sorted by null

  /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/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...]

Completed in 357 milliseconds