Home
last modified time | relevance | path

Searched refs:variable_start_string (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/third_party/jinja2/
Denvironment.py105 environment.variable_start_string != \
267 variable_start_string=VARIABLE_START_STRING, argument
301 self.variable_start_string = variable_start_string
357 variable_start_string=missing, variable_end_string=missing, argument
922 variable_start_string=VARIABLE_START_STRING, argument
939 block_start_string, block_end_string, variable_start_string,
Dlexer.py204 (len(environment.variable_start_string), 'variable',
205 e(environment.variable_start_string))
395 environment.variable_start_string,
456 m = block_diff.match(environment.variable_start_string)
461 m = comment_diff.match(environment.variable_start_string)