Home
last modified time | relevance | path

Searched refs:single_statements (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dtemplate.py434 single_statements = ['endif', 'endfor', 'continue', 'break'] variable
455 if not statement_re.search(item) and item not in single_statements:
Dtemplate.py.orig439 single_statements = ['endif', 'endfor', 'continue', 'break']
460 if not statement_re.search(item) and item not in single_statements:
Dtemplate.py.2015-04-30-123224439 single_statements = ['endif', 'endfor', 'continue', 'break']
460 if not statement_re.search(item) and item not in single_statements: