Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py108 line_format = '%10s %20s %20s %20s\n'
109 f.write(line_format % ('seq', 'start_time', 'frame_render_time_ms',
113 f.write(line_format % (k, d['start_time'],
/external/autotest/contrib/
Dlog_distiller.py160 line_format = '%s' variable in LogLine
197 return self.line_format % self.line_info
221 line_format = (' \t\t %(time)s %(host)s, currently in %(state)s, ' variable in HostLine
255 line_format = ('%(time)s %(hqe)s, currently in %(from_state)s, ' variable in HQELine
/external/python/cpython2/Lib/test/
Dtest_regrtest.py122 def list_regex(line_format, tests): argument
125 regex = line_format % (count, plural(count))
/external/python/cpython3/Lib/test/
Dtest_regrtest.py429 def list_regex(line_format, tests): argument
432 regex = line_format % (count, plural(count))