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

  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 145 all_patches = []
149 all_patches += patches
150 return all_patches
queues.py 150 all_patches = sum([self.tool.bugs.fetch_bug(bug_id).commit_queued_patches(include_invalid=True) for bug_id in bug_ids], [])
151 return self.committer_validator.patches_after_rejecting_invalid_commiters_and_reviewers(all_patches)

Completed in 152 milliseconds