Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcodegen.py31 source_encoding=None, argument
45 if not compat.py3k and isinstance(source_encoding, compat.text_type):
46 source_encoding = source_encoding.encode(source_encoding)
59 source_encoding,
76 source_encoding, argument
88 self.source_encoding = source_encoding
157 "source_encoding": self.compiler.source_encoding,
209 self.compiler.source_encoding:
211 self.compiler.source_encoding)
227 "_source_encoding = %r" % self.compiler.source_encoding)
Dtemplate.py655 source_encoding=lexer.encoding,