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

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closebug.py 48 if patch.review() == "?" or patch.review() == "+":
49 log("Not closing bug %s as attachment %s has review=%s. Assuming there are more patches to land from this bug." % (patch.bug_id(), patch.id(), patch.review()))
postdiff.py 39 Options.review,
48 self._tool.bugs.add_patch_to_bug(state["bug_id"], diff, description, comment_text=comment_text, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
options.py 54 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.")
55 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.") variable in class:Options
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
feeders_unittest.py 47 - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.'
74 def __init__(self, patch_id, review):
76 self.review = lambda: review
feeders.py 65 # Filters out patches with r? or r-, only r+ or no review are OK to land.
67 return [patch for patch in patches if patch.review() in [None, '+']]
commitqueuetask.py 76 if not self._patch.review() != "-":
  /packages/apps/Camera/src/com/android/camera/
SwitchAnimManager.java 29 * review in this class.
40 // The drawing width and height of the review image. This is saved when the
45 // know how much the preview is scaled and scale the review the same amount.
71 // review: snapshot of the preview before switching the camera.
73 int height, CameraScreenNail preview, RawTexture review) {
87 // Calculate the position and the size of the review.
113 // Draw the review.
115 review.draw(canvas, reviewX, reviewY, Math.round(reviewWidth),
122 int height, RawTexture review) {
137 // Draw the review
    [all...]
CaptureAnimManager.java 45 private float mX; // The center of the whole view including preview and review.
53 * review: view of picture just taken.
104 RawTexture review) {
119 review.draw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight);
140 review.draw(canvas, (int) x, (int) y, mDrawWidth, mDrawHeight);
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug.py 95 return [patch for patch in self.patches() if patch.review() == "?"]
98 patches = [patch for patch in self.patches() if patch.review() == "+"]
bugzilla_unittest.py 55 <flag name="review"
76 'review' : '+',
153 <flag name="review"
186 'review': '?',
357 <h3>Flag: review</h3>
370 <td><a href="attachment.cgi?id=40511&amp;action=review">
378 <td><a href="attachment.cgi?id=40722&amp;action=review">
386 <td><a href="attachment.cgi?id=40723&amp;action=review">
438 queries._load_query("request.cgi?action=queue&type=review&group=type")
attachment.py 78 def review(self): member in class:Attachment
79 return self._attachment_dictionary.get("review")
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload_unittest.py 47 tool.bugs.reassign_bug.assert_called_with(42, "eric@webkit.org", "Attachment 128 was posted by a committer and has review+, assigning to Eric Seidel for commit.")
60 options.review = True
107 options.review = True
upload.py 75 if patch.review() == "+":
77 what_was_cleared.append("%s's review+" % patch.reviewer().full_name)
79 what_was_cleared.append("review+")
97 name = "clean-review-queue"
101 queue_url = "http://webkit.org/pending-review"
102 # We do this inefficient dance to be more like webkit.org/pending-review
104 # closed bugs, but folks using /pending-review will see them. :(
107 if not patch.review() == "?":
113 bug_closed_explanation = " If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again)."
117 message = "Cleared review? from %sattachment %s so that this bug does not appear in %s.%s" % (attachment_obsolete_modifier, (…)
    [all...]
  /external/gtest/test/
Android.mk 24 # review of the original import.
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 141 milliseconds