Home
last modified time | relevance | path

Searched refs:LOREM_IPSUM_WORDS (Results 1 – 4 of 4) sorted by relevance

/external/python/jinja/src/jinja2/
Dconstants.py2 LOREM_IPSUM_WORDS = """\ variable
Dutils.py241 from .constants import LOREM_IPSUM_WORDS
243 words = LOREM_IPSUM_WORDS.split()
/external/libchrome/third_party/jinja2/
Dconstants.py14 LOREM_IPSUM_WORDS = u'''\ variable
Dutils.py240 from jinja2.constants import LOREM_IPSUM_WORDS
242 words = LOREM_IPSUM_WORDS.split()