Home
last modified time | relevance | path

Searched refs:reviewer (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/utils/Reviewing/
Dfind_interesting_reviews.py421 for reviewer, scores in matched_reviewers:
423 reviewer,
425 if reviewer not in reviewer2reviews_and_scores:
426 reviewer2reviews_and_scores[reviewer] = []
427 reviewer2reviews_and_scores[reviewer].append((review, scores))
430 for reviewer in sorted(reviewer2reviews_and_scores.keys()):
431 reviews_and_scores = reviewer2reviews_and_scores[reviewer]
434 reviewer, len(reviews_and_scores)))
499 for reviewer, nr_occurences in \
501 if reviewer not in reviewers2nr_lines_touched:
[all …]
/external/v8/tools/release/
Dauto_push.py78 "--reviewer", self._options.reviewer,
98 if not options.author or not options.reviewer: # pragma: no cover
Dcommon_includes.py770 reviewer = None
771 if self._options.reviewer:
772 print "Using account %s for review." % self._options.reviewer
773 reviewer = self._options.reviewer
780 if not reviewer and not tbr_reviewer:
783 reviewer = self.ReadLine()
785 self.GitUpload(reviewer, self._options.author, self._options.force_upload,
Dgit_recipes.py208 def GitUpload(self, reviewer="", author="", force=False, cq=False, argument
214 if reviewer:
215 args += ["-r", Quoted(reviewer)]
Dauto_roll.py155 message.append("TBR=%s" % self._options.reviewer)
208 if not options.author or not options.reviewer:
Dcreate_release.py206 text += "\n\nTBR=%s" % self._options.reviewer
271 if not options.author or not options.reviewer:
/external/skqp/site/dev/contrib/
Dsubmit.md71 ### Find a reviewer
73 Ideally, the reviewer is someone who is familiar with the area of code you are
120 review and click **Reply**. Enter at least one reviewer's email address. Now
126 in the upper right. _Hint_: You can add -r reviewer@example.com --send-mail to
136 Code reviews are an important part of the engineering process. The reviewer will
142 You will likely get email back from the reviewer with comments. Fix these and
157 notification (it is helpful to tell the reviewer what you did with respect to
158 each of their comments). When the reviewer is happy with your patch, they will
/external/skia/site/dev/contrib/
Dsubmit.md71 ### Find a reviewer
73 Ideally, the reviewer is someone who is familiar with the area of code you are
120 review and click **Reply**. Enter at least one reviewer's email address. Now
126 in the upper right. _Hint_: You can add -r reviewer@example.com --send-mail to
136 Code reviews are an important part of the engineering process. The reviewer will
142 You will likely get email back from the reviewer with comments. Fix these and
157 notification (it is helpful to tell the reviewer what you did with respect to
158 each of their comments). When the reviewer is happy with your patch, they will
/external/syzkaller/pkg/vcs/
Dgit_test.go28 Acked-by: Subsystem reviewer <Subsystem@reviewer.com>
/external/clang/
DOWNERS5 # mailing list cannot be a reviewer yet
/external/compiler-rt/
DOWNERS5 # mailing list cannot be a reviewer yet
/external/grpc-grpc/
DOWNERS12 # be forced to rely on one reviewer, which would consequently
DCONTRIBUTING.md74 - Unless your PR is trivial, you should expect there will be reviewer comments
106 green signal will be provided by our testing infrastructure. The reviewer
/external/skia/site/dev/chrome/
Dindex.md17 Sheriff, listed at the top of https://status.skia.org and as a reviewer
/external/skqp/site/dev/chrome/
Dindex.md17 Sheriff, listed at the top of https://status.skia.org and as a reviewer
/external/skia/site/user/
Dissue-tracker.md24 [status.skia.org](https://status.skia.org) and as a reviewer on the roll CL.
/external/skqp/site/user/
Dissue-tracker.md24 [status.skia.org](https://status.skia.org) and as a reviewer on the roll CL.
/external/deqp-deps/SPIRV-Tools/
DCONTRIBUTING.md67 The reviewer can either approve your PR or request changes. If changes are
71 Adding new commits makes it easier for the reviewer to see what has changed
77 After the PR has been reviewed it is the job of the reviewer to merge the PR.
/external/swiftshader/third_party/SPIRV-Tools/
DCONTRIBUTING.md67 The reviewer can either approve your PR or request changes. If changes are
71 Adding new commits makes it easier for the reviewer to see what has changed
77 After the PR has been reviewed it is the job of the reviewer to merge the PR.
/external/google-breakpad/
DREADME36 and select Publish+Mail, and enter in the code reviewer and CC
/external/skia/
DPRESUBMIT.py393 for reviewer in cr.GetReviewers():
394 if reviewer in PUBLIC_API_OWNERS:
/external/google-styleguide/docguide/
Dbest_practices.md33 docs fresh, and is also a good place to explain to your reviewer what you're
36 A good reviewer can at least insist that docstrings, header files, README.md
/external/skqp/
DPRESUBMIT.py393 for reviewer in cr.GetReviewers():
394 if reviewer in PUBLIC_API_OWNERS:
/external/googletest/googlemock/scripts/
Dupload.py1306 for reviewer in options.reviewers.split(','):
1307 if "@" in reviewer and not reviewer.split("@")[1].count(".") == 1:
1308 ErrorExit("Invalid email address: %s" % reviewer)
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py1306 for reviewer in options.reviewers.split(','):
1307 if "@" in reviewer and not reviewer.split("@")[1].count(".") == 1:
1308 ErrorExit("Invalid email address: %s" % reviewer)

12