Searched refs:line_format (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/ |
D | graphics_WebGLManyPlanetsDeep.py | 108 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/ |
D | log_distiller.py | 160 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/ |
D | test_regrtest.py | 122 def list_regex(line_format, tests): argument 125 regex = line_format % (count, plural(count))
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 429 def list_regex(line_format, tests): argument 432 regex = line_format % (count, plural(count))
|