Home
last modified time | relevance | path

Searched refs:test_attributes (Results 1 – 6 of 6) sorted by relevance

/external/autotest/tko/
Dmachine_benchmark.cgi78 test_attributes = param.split(":")
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])
Dnightly.py45 def collect_testruns(jobs, test, test_attributes, argument
62 test_attributes) and
459 self.test_attributes, self.platforms_filter,
555 for attr in self.test_attributes:
556 print "%s=%s   " % (attr, self.test_attributes[attr])
608 group_attributes = self.test_attributes.copy()
633 for attr in self.test_attributes:
634 title += ', %s=%s' % (attr, self.test_attributes[attr])
774 self.test_attributes = perf.parse_test_attr_args(self.cgiform)
775 perf.append_cgi_args(self.passthru, self.test_attributes)
/external/autotest/tko/perf_upload/
Dperf_uploader.py238 def _get_version_numbers(test_attributes): argument
248 chrome_version = test_attributes.get('CHROME_VERSION', '')
249 cros_version = test_attributes.get('CHROMEOS_RELEASE_VERSION', '')
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp4 void test_attributes() { in test_attributes() function
9 template void test_attributes<int>();
Dp5.cpp5 void test_attributes() { in test_attributes() function
/external/autotest/frontend/tko/
Dmodels.py590 test_attributes = filter_data.pop('test_attribute_fields', [])
591 for attribute in test_attributes: