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

  /external/chromium_org/build/android/pylib/junit/
setup.py 14 def TestRunnerFactory(_unused_device, _unused_shard_index):
17 return (TestRunnerFactory, ['JUnit tests'])
  /external/chromium_org/build/android/pylib/monkey/
setup.py 17 A tuple of (TestRunnerFactory, tests).
23 def TestRunnerFactory(device, shard_index):
27 return (TestRunnerFactory, tests)
  /external/chromium_org/build/android/pylib/uiautomator/
setup.py 20 A tuple of (TestRunnerFactory, tests).
31 def TestRunnerFactory(device, shard_index):
35 return (TestRunnerFactory, tests)
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 21 A tuple of (TestRunnerFactory, tests).
37 def TestRunnerFactory(device, shard_index):
41 return (TestRunnerFactory, tests)
  /external/chromium_org/build/android/pylib/linker/
setup.py 23 A tuple of (TestRunnerFactory, tests).
40 def TestRunnerFactory(device, _shard_index):
45 return (TestRunnerFactory, all_tests)
  /external/chromium_org/build/android/pylib/perf/
setup.py 65 A tuple of (TestRunnerFactory, tests, devices).
92 def TestRunnerFactory(device, shard_index):
97 return (TestRunnerFactory, sorted_step_names, all_devices)
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 179 A tuple of (TestRunnerFactory, tests).
195 def TestRunnerFactory(device, shard_index):
202 return (TestRunnerFactory, available_tests)
  /external/chromium_org/build/android/pylib/gtest/
setup.py 301 A tuple of (TestRunnerFactory, tests).
323 def TestRunnerFactory(device, _shard_index):
345 return (TestRunnerFactory, tests)

Completed in 152 milliseconds