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

  /external/autotest/tko/
machine_benchmark.cgi 12 benchmark_key = { variable
55 benchmark_key.clear()
58 attributes = "|".join(["%s:%s" % (key, value[0]) for key, value in benchmark_key.items()])
79 if not benchmark_key.has_key(test_attributes[0]):
80 benchmark_key[test_attributes[0]] = []
81 if benchmark_key[test_attributes[0]].count(test_attributes[1]) == 0:
82 benchmark_key[test_attributes[0]].append(test_attributes[1])
86 for benchmark in benchmark_key:
100 for benchmark in benchmark_key:
101 header_row += [ display.box("%s - %s" % (re.sub(r'\.', '<br>', benchmark),key), header=True) for key in benchmark_key[benchmark]
    [all...]
machine_aggr.cgi 20 if form.has_key("benchmark_key"):
21 benchmark_key = form["benchmark_key"].value
26 for benchmark_key_pair in benchmark_key.split(','):
  /external/autotest/frontend/tko/
rpc_interface.py 442 benchmark_key = {
485 result['benchmark_key'] = benchmark_key

Completed in 210 milliseconds