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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 125 def __init__(self, encoding=None, errors='strict', as_unicode=False):
128 if as_unicode:
132 self.as_unicode = as_unicode
runtime.py 785 def _render(template, callable_, args, data, as_unicode=False):
789 if as_unicode:
790 buf = util.FastEncodingBuffer(as_unicode=True)
795 as_unicode=as_unicode,
799 context._outputting_as_unicode = as_unicode
871 util.FastEncodingBuffer(as_unicode=True)]
template.py 452 as_unicode=True)

Completed in 109 milliseconds