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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 203 time_seconds = self._test_results_map[test].time
205 tests[test]['time_ms'] = int(1000 * time_seconds)
test_runner.py 171 time_seconds = test_timings_map[filename]
172 tests[test]['time_ms'] = int(1000 * time_seconds)
    [all...]

Completed in 26 milliseconds