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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
parser.py 106 for toktype, ttext, (slineno, _), (elineno, _), ltext in tokgen:
109 tokenize.tok_name.get(toktype, toktype),
112 if toktype == token.INDENT:
114 elif toktype == token.DEDENT:
116 elif toktype == token.NAME and ttext == 'class':
121 elif toktype == token.OP and ttext == ':':
128 elif toktype == token.STRING and prev_toktype == token.INDENT:
135 elif toktype == token.NEWLINE:
145 if ttext.strip() and toktype != tokenize.COMMENT
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]

Completed in 279 milliseconds