Searched refs:bench_dict (Results 1 – 7 of 7) sorted by relevance
/external/skia/bench/ |
D | check_bench_regressions.py | 101 bench_dict = {} 105 if point_name not in bench_dict: 106 bench_dict[point_name] = point.time 110 return bench_dict 241 bench_dict = create_bench_dict(data_points) 244 check_expectations(bench_dict, bench_expectations, platform_and_alg)
|
/external/skqp/bench/ |
D | check_bench_regressions.py | 97 bench_dict = {} 101 if point_name not in bench_dict: 102 bench_dict[point_name] = point.time 106 return bench_dict 237 bench_dict = create_bench_dict(data_points) 240 check_expectations(bench_dict, bench_expectations, platform_and_alg)
|
/external/toolchain-utils/android_bench_suite/ |
D | set_flags.py | 16 mk_file = os.path.join(config.android_home, config.bench_dict[bench], 23 os.path.join(config.android_home, config.bench_dict[bench], 68 bench_dir = os.path.join(config.android_home, config.bench_dict[bench]) 79 bench_mk = os.path.join(config.android_home, config.bench_dict[bench],
|
D | discard_patches.py | 26 skia_dir = os.path.join(config.android_home, config.bench_dict['Skia']) 37 config.bench_dict['Panorama'])
|
D | config.py | 63 bench_dict = { variable 90 bench_list = bench_dict.keys()
|
D | apply_patches.py | 20 skia_dir = os.path.join(config.android_home, config.bench_dict['Skia']) 61 config.bench_dict['Panorama'])
|
D | build_bench.py | 160 pwd = os.path.join(config.android_home, config.bench_dict[bench]) 208 source_dir = config.bench_dict[bench]
|