Searched refs:Formatter (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Dformat.py33 class Formatter: class in inherits:
58 class AnsiFormatter(Formatter):
59 '''Formatter for plain-text files which outputs ANSI escape codes. See
78 Formatter.function(self, name)
83 Formatter.variable(self, name)
88 Formatter.literal(self, value)
93 Formatter.address(self, value)
97 class WindowsConsoleFormatter(Formatter):
98 '''Formatter for the Windows Console. See
123 Formatter
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
H A Dformat.py33 class Formatter: class in inherits:
58 class AnsiFormatter(Formatter):
59 '''Formatter for plain-text files which outputs ANSI escape codes. See
78 Formatter.function(self, name)
83 Formatter.variable(self, name)
88 Formatter.literal(self, value)
93 Formatter.address(self, value)
97 class WindowsConsoleFormatter(Formatter):
98 '''Formatter for the Windows Console. See
123 Formatter
[all...]
H A Dmodel.py47 formatter = format.Formatter(stream)
H A Dparse.py435 formatter = format.Formatter(sys.stdout)
H A Ddump_state.py808 formatter = format.Formatter(sys.stderr)

Completed in 5 milliseconds