OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:single_statements
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/Paste/paste/util/
template.py
434
single_statements
= ['endif', 'endfor', 'continue', 'break']
variable
455
if not statement_re.search(item) and item not in
single_statements
:
template.py.2015-04-30-123224
439
single_statements
= ['endif', 'endfor', 'continue', 'break']
460
if not statement_re.search(item) and item not in
single_statements
:
Completed in 74 milliseconds