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

  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 60 self.push_deps = False
71 def SetUp(self, device, shard_index, push_deps,
79 self.push_deps = push_deps
test_runner.py 51 def __init__(self, device, shard_index, tool, push_deps,
59 push_deps: If True, push all dependencies to the device.
63 super(HostDrivenTestRunner, self).__init__(device, tool, push_deps,
setup.py 199 instrumentation_options.push_deps,
  /external/chromium_org/build/android/pylib/linker/
test_runner.py 52 def __init__(self, device, tool, push_deps, cleanup_test_files):
58 push_deps: If True, push all dependencies to the device.
62 super(LinkerTestRunner, self).__init__(device, tool, push_deps,
setup.py 42 device, options.tool, options.push_deps,
  /external/chromium_org/build/android/pylib/base/
base_test_runner.py 27 def __init__(self, device_serial, tool, push_deps=True,
33 push_deps: If True, push all dependencies to the device.
49 self._push_deps = push_deps
  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 30 test_options.push_deps,
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 40 test_options.push_deps,
  /external/chromium_org/build/android/
test_runner.py 81 group.add_option('--skip-deps-push', dest='push_deps',
294 options.push_deps,
372 options.push_deps,
556 options.push_deps,
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 69 test_options.push_deps,

Completed in 180 milliseconds