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

  /external/chromium_org/tools/
bisect_test.py 25 self.monkey_patch(bisect_builds.DownloadJob, 'Start', lambda *args: None)
26 self.monkey_patch(bisect_builds.DownloadJob, 'Stop', lambda *args: None)
27 self.monkey_patch(bisect_builds.DownloadJob, 'WaitFor', lambda *args: None)
bisect-builds.py 413 class DownloadJob(object):
414 """DownloadJob represents a task to download a given Chromium revision."""
416 super(DownloadJob, self).__init__()
517 fetch = DownloadJob(context, 'initial_fetch', rev, zipfile)
539 down_fetch = DownloadJob(context, 'down_fetch', down_rev,
547 up_fetch = DownloadJob(context, 'up_fetch', up_rev,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 

Completed in 49 milliseconds