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

  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher.py 41 self._issue = issue
52 (self._issue, self._patchset, tarball_result.status_code))
58 'Error loading tarball for issue %s patchset %s.' % (self._issue,
77 (self._issue, self._patchset, tar_path))
81 (tar_path, self._issue, self._patchset))
101 self._issue = issue
109 'api/%s' % self._issue).content)
112 'Failed to fetch information for issue %s.' % self._issue)
115 raise RietveldPatcherError('Issue %s has been closed.' % self._issue)
119 raise RietveldPatcherError('Cannot parse issue %s.' % self._issue)
    [all...]
patch_servlet.py 28 self._issue = issue
47 self._issue,
63 '/_patch/%s' % self._issue,

Completed in 129 milliseconds