/external/perfetto/infra/ci/ |
D | common_utils.py | 55 def req(method, uri, body=None, req_etag=False, etag=None, gerrit=False): argument 65 tls_key = 'gerrit_http' if gerrit else 'oauth2_http' 71 if gerrit: 85 res = res[4:] if gerrit else res # Strip Gerrit XSSI projection chars.
|
/external/skqp/experimental/documentation/ |
D | gerrit.md | 14 'https://gerrit-review.googlesource.com/tools/hooks/commit-msg' 68 …[Gerrit Upload Documentation](https://gerrit-review.googlesource.com/Documentation/user-upload.htm… 72 bin/sysopen https://skia-review.googlesource.com/c/skia/+/$(bin/gerrit-number @) 103 On your current branch, after uploading to gerrit: 105 git cl issue $(bin/gerrit-number @) 115 git config alias.gerrit-push 'push origin @:refs/for/master' 123 git config alias.setcl '!git-cl issue $(bin/gerrit-number @)' 134 This shell script pushes to gerrit and adds a message to a patchset: 147 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[… 168 …git config alias.gerrit-push '!f()(F="$(git rev-parse --symbolic-full-name @{u})";case "$F" in (re…
|
/external/skia/experimental/documentation/ |
D | gerrit.md | 66 …[Gerrit Upload Documentation](https://gerrit-review.googlesource.com/Documentation/user-upload.htm… 70 bin/sysopen https://skia-review.googlesource.com/c/skia/+/$(bin/gerrit-number @) 109 On your current branch, after uploading to gerrit: 111 git cl issue $(bin/gerrit-number @) 121 git config alias.gerrit-push 'push origin @:refs/for/master' 129 git config alias.setcl '!git-cl issue $(bin/gerrit-number @)' 140 This shell script pushes to gerrit and adds a message to a patchset: 153 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[… 174 …git config alias.gerrit-push '!f()(F="$(git rev-parse --symbolic-full-name @{u})";case "$F" in (re…
|
/external/oss-fuzz/projects/dlplibs/ |
D | Dockerfile | 106 RUN git clone --depth 1 git://gerrit.libreoffice.org/libmspub 107 RUN git clone --depth 1 git://gerrit.libreoffice.org/libcdr 108 RUN git clone --depth 1 git://gerrit.libreoffice.org/libvisio 109 RUN git clone --depth 1 git://gerrit.libreoffice.org/libzmf 110 RUN git clone --depth 1 git://gerrit.libreoffice.org/libpagemaker 111 RUN git clone --depth 1 git://gerrit.libreoffice.org/libfreehand 118 RUN git clone --depth 1 git://gerrit.libreoffice.org/libabw 119 RUN git clone --depth 1 git://gerrit.libreoffice.org/libetonyek 120 RUN git clone --depth 1 git://gerrit.libreoffice.org/libqxp
|
/external/toolchain-utils/deprecated/ |
D | repo_to_repo.py | 121 self.gerrit = None 193 def __init__(self, address, branch, mappings=None, ignores=None, gerrit=None): argument 201 self.gerrit = gerrit 269 if self.gerrit: 328 gerrit = repo_dict.get('gerrit', None) 341 gerrit=gerrit)
|
/external/skqp/tools/ |
D | bisect_roll.go | 71 g, err := gerrit.NewGerrit(*gerritUrl, gitcookiesPath, nil) 104 modAfter := gerrit.SearchModifiedAfter(lastRollTime) 105 cls, err := g.Search(500, modAfter, gerrit.SearchOwner(*autoRollerAccount)) 109 cls2, err := g.Search(500, modAfter, gerrit.SearchOwner("self"))
|
/external/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 54 gerrit "github.com/andygrunwald/go-gerrit" packageName 188 client, err := gerrit.NewClient(gerritURL, nil) 283 _, _, err = client.Changes.SetReview(change.id, change.latest.String(), &gerrit.ReviewInput{ 508 func (r *regres) updateTestLists(client *gerrit.Client) error { 609 func (r *regres) postMostCommonFailures(client *gerrit.Client, change *gerrit.ChangeInfo, results *… 644 …_, _, err := client.Changes.SetReview(change.ChangeID, change.CurrentRevision, &gerrit.ReviewInput{ 655 func (r *regres) findTestListChange(client *gerrit.Client) (*gerrit.ChangeInfo, error) { 657 changes, _, err := client.Changes.QueryChanges(&gerrit.QueryChangeOptions{ 658 QueryOptions: gerrit.QueryOptions{ 662 ChangeOptions: gerrit.ChangeOptions{ [all …]
|
/external/vixl/ |
D | .gitreview | 1 [gerrit]
|
/external/perfetto/infra/ci/controller/ |
D | controller.py | 139 resp = req('GET', url, gerrit=True) 351 req('POST', url, body=body, gerrit=True) 370 revision = req('GET', url, gerrit=True)['revision'] 377 commit_info = req('GET', url, gerrit=True)
|
/external/perfetto/docs/contributing/ |
D | getting-started.md | 5 This project uses [Android AOSP Gerrit][perfetto-gerrit] for code reviews, 17 We use [Android AOSP Gerrit][perfetto-gerrit] for this purpose. 81 [perfetto-gerrit]: https://android-review.googlesource.com/q/project:platform%252Fexternal%252Fperf…
|
/external/toolchain-utils/deprecated/repo_to_repo_files/ |
D | binutils-master.json.rtr | 14 "gerrit": true,
|
D | binutils-mobile_toolchain_v16.json.rtr | 13 "gerrit": true,
|
D | gcc-master.json.rtr | 13 "gerrit": true,
|
D | crosperf.json.rtr | 30 "gerrit": true,
|
/external/skia/ |
D | PRESUBMIT.py | 306 self._gerrit = input_api.gerrit 423 if input_api.gerrit: 462 def PostUploadHook(gerrit, change, output_api): argument 520 gerrit.UpdateDescription(
|
D | go.mod | 10 github.com/andygrunwald/go-gerrit v0.0.0-20191101112536-3f5e365ccf57
|
/external/deqp/.github/ |
D | CONTRIBUTING.md | 3 Note to Khronos members: please submit patches through [Khronos Gerrit](https://gerrit.khronos.org/…
|
/external/libxml2/ |
D | Android.bp | 24 // git push aosp HEAD:master # Push directly, avoiding gerrit. 25 // git push aosp HEAD:refs/for/master # Push to gerrit.
|
/external/opencensus-java/ |
D | OWNERS | 4 # Owners must be registered in AOSP gerrit.
|
/external/boringssl/src/ |
D | CONTRIBUTING.md | 26 [add Change-Ids](https://gerrit-review.googlesource.com/Documentation/cmd-hook-commit-msg.html) 44 [Gerrit User Guide](https://gerrit-review.googlesource.com/Documentation/intro-user.html).
|
/external/libyuv/files/infra/config/ |
D | cq.cfg | 8 gerrit {}
|
/external/swiftshader/ |
D | README.md | 54 All changes require a [Change-ID](https://gerrit-review.googlesource.com/Documentation/user-changei… 55 https://gerrit-review.googlesource.com/tools/hooks/commit-msg. To clone the repository and install … 57 …iftShader && curl -Lo `git rev-parse --git-dir`/hooks/commit-msg https://gerrit-review.googlesourc…
|
/external/google-styleguide/docguide/ |
D | style.md | 72 …[`[TOC]` documentation](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md… 90 …interesset. See the [foo docs](https://gerrit.googlesource.com/gitiles/+/master/Documentation/mark… 98 [foo docs](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md) 359 See [image syntax](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md#Image…
|
D | READMEs.md | 24 https://gerrit.googlesource.com/gitiles/
|
/external/angle/infra/config/global/ |
D | commit-queue.cfg | 12 gerrit {
|