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

  /external/chromium_org/third_party/skia/bench/
bench_util.py 119 value_dic, layout_dic):
125 If so, we add tile layout into layout_dic as well.
129 layout_dic: dictionary to store tile layouts. See parse() for descriptions.
148 layout_dic.setdefault(bench, {}).setdefault(
200 layout_dic = {}
223 bench_dic, layout_dic)
226 current_bench, bench_dic, layout_dic)
244 tile_layout = layout_dic[bench][config][time_type]
  /external/skia/bench/
bench_util.py 119 value_dic, layout_dic):
125 If so, we add tile layout into layout_dic as well.
129 layout_dic: dictionary to store tile layouts. See parse() for descriptions.
148 layout_dic.setdefault(bench, {}).setdefault(
200 layout_dic = {}
223 bench_dic, layout_dic)
226 current_bench, bench_dic, layout_dic)
244 tile_layout = layout_dic[bench][config][time_type]

Completed in 362 milliseconds