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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 447 close_bracket = (token_type == tokenize.OP and text in ']})')
458 visual_indent = (not close_bracket and hang > 0 and
461 if close_bracket and indent[depth]:
466 elif close_bracket and not hang:
477 if close_bracket and not hang_closing:
493 elif not close_bracket and hangs[depth]:
    [all...]
autopep8.py 232 close_bracket = (token_type == tokenize.OP and text in ']})')
243 visual_indent = (not close_bracket and hang > 0 and
246 if close_bracket and indent[depth]:
250 elif close_bracket and not hang:
259 if close_bracket:
2025 def close_bracket(self): member in class:Container
2038 def close_bracket(self): member in class:Tuple
2051 def close_bracket(self): member in class:List
2064 def close_bracket(self): member in class:DictOrSet
    [all...]
  /art/runtime/
utils.cc 1145 const char* close_bracket = strchr(text, ']'); local
    [all...]

Completed in 2253 milliseconds