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

  /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).
36 def TestRunnerFactory(device, shard_index):
40 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 312 A tuple of (TestRunnerFactory, tests).
330 def TestRunnerFactory(device, _shard_index):
352 return (TestRunnerFactory, tests)

Completed in 412 milliseconds