HomeSort by relevance Sort by last modified time
    Searched refs:test_attributes (Results 1 - 25 of 30) sorted by null

1 2

  /external/autotest/tko/
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])
nightly.py 45 def collect_testruns(jobs, test, test_attributes,
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)
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 5 void test_attributes() { function
templates.cpp 4 void test_attributes() { function
9 template void test_attributes<int>();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test___future__.py 26 def test_attributes(self): member in class:FutureTest
test_hmac.py 273 def test_attributes(self): member in class:CopyTestCase
test_httplib.py 499 def test_attributes(self): member in class:HTTPSTimeoutTest
test_functools.py 39 def test_attributes(self): member in class:TestPartial
test_sys.py 387 def test_attributes(self): member in class:SysModuleTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test___future__.py 26 def test_attributes(self): member in class:FutureTest
test_hmac.py 273 def test_attributes(self): member in class:CopyTestCase
test_httplib.py 499 def test_attributes(self): member in class:HTTPSTimeoutTest
test_functools.py 39 def test_attributes(self): member in class:TestPartial
test_sys.py 387 def test_attributes(self): member in class:SysModuleTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___future__.py 26 def test_attributes(self): member in class:FutureTest
test_hmac.py 273 def test_attributes(self): member in class:CopyTestCase
test_httplib.py 499 def test_attributes(self): member in class:HTTPSTimeoutTest
test_functools.py 39 def test_attributes(self): member in class:TestPartial
test_sys.py 387 def test_attributes(self): member in class:SysModuleTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___future__.py 26 def test_attributes(self): member in class:FutureTest
test_hmac.py 273 def test_attributes(self): member in class:CopyTestCase
test_httplib.py 499 def test_attributes(self): member in class:HTTPSTimeoutTest
test_functools.py 39 def test_attributes(self): member in class:TestPartial
  /external/autotest/tko/perf_upload/
perf_uploader.py 238 def _get_version_numbers(test_attributes):
241 @param test_attributes: The attributes property (which is a dict) of an
248 chrome_version = test_attributes.get('CHROME_VERSION', '')
249 cros_version = test_attributes.get('CHROMEOS_RELEASE_VERSION', '')
  /external/autotest/frontend/tko/
models.py 590 test_attributes = filter_data.pop('test_attribute_fields', [])
591 for attribute in test_attributes:

Completed in 529 milliseconds

1 2