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

  /external/chromium_org/third_party/skia/bench/
check_bench_regressions.py 27 # Indices of the tuple of dictionaries containing slower and faster alerts.
29 FASTER = 1
146 # Tuple of dictionaries recording exceptions that are slower and faster,
171 exceptions[FASTER].setdefault(off_ratio, []).append(exception)
173 for i in [SLOWER, FASTER]:
181 if i == FASTER:
182 header = header.replace('slower', 'faster')
  /external/skia/bench/
check_bench_regressions.py 27 # Indices of the tuple of dictionaries containing slower and faster alerts.
29 FASTER = 1
146 # Tuple of dictionaries recording exceptions that are slower and faster,
171 exceptions[FASTER].setdefault(off_ratio, []).append(exception)
173 for i in [SLOWER, FASTER]:
181 if i == FASTER:
182 header = header.replace('slower', 'faster')

Completed in 42 milliseconds