Searched refs:test_attributes (Results 1 – 6 of 6) sorted by relevance
/external/autotest/tko/ |
D | machine_benchmark.cgi | 78 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])
|
D | nightly.py | 45 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/ |
D | perf_uploader.py | 238 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/ |
D | templates.cpp | 4 void test_attributes() { in test_attributes() function 9 template void test_attributes<int>();
|
D | p5.cpp | 5 void test_attributes() { in test_attributes() function
|
/external/autotest/frontend/tko/ |
D | models.py | 590 test_attributes = filter_data.pop('test_attribute_fields', []) 591 for attribute in test_attributes:
|