/aosp_15_r20/external/cronet/third_party/libc++/src/docs/Status/ |
H A D | SpaceshipProjects.csv | 3 | `[expos.only.func] <https://wg21.link/expos.only.func>`_,"| `synth-three-way <https://reviews.llv… 4 | `synth-three-way-result <https://reviews.llvm.org/D107721>`_",[cmp.concept],Kent Ross,|Complete| 7 | `[type.info] <https://wg21.link/type.info>`_,| remove ops `typeinfo <https://reviews.llvm.org/D13… 16 | `[cmp.strongord] <https://wg21.link/cmp.strongord>`_",| remove ops `*_ordering <https://reviews.l… 17 | `[cmp.concept] <https://wg21.link/cmp.concept>`_,"| `three_way_comparable <https://reviews.llvm.o… 18 | `three_way_comparable_with <https://reviews.llvm.org/D103478>`_",None,Ruslan Arutyunyan,|Complete| 19 | `[cmp.result] <https://wg21.link/cmp.result>`_,| `compare_three_way_result <https://reviews.llvm.… 20 …https://wg21.link/comparisons.three.way>`_,| `compare_three_way <https://reviews.llvm.org/D80899>`… 21 | `[cmp.alg] <https://wg21.link/cmp.alg>`_,"| `strong_order <https://reviews.llvm.org/D110738>`_ 22 | `weak_order <https://reviews.llvm.org/D110738>`_ [all …]
|
H A D | ParallelismProjects.csv | 6 | `[parallel.simd.abi] <https://wg21.link/N4808>`_, "`simd ABI tags <https://reviews.llvm.org/D1443… 7 | `[parallel.simd.synopsis] <https://wg21.link/N4808>`_, "`simd aligned tags <https://reviews.llvm.… 8 … <https://wg21.link/N4808>`_, "`simd type traits is_abi_tag[_v] <https://reviews.llvm.org/D144362>… 9 …ts] <https://wg21.link/N4808>`_, "`simd type traits is_simd[_v] <https://reviews.llvm.org/D144362>… 10 …https://wg21.link/N4808>`_, "`simd type traits is_simd_mask[_v] <https://reviews.llvm.org/D144362>… 12 …] <https://wg21.link/N4808>`_, "`simd type traits simd_size[_v] <https://reviews.llvm.org/D144363>… 13 …https://wg21.link/N4808>`_, "`simd type traits memory_alignment <https://reviews.llvm.org/D153319>… 19 …wg21.link/N4808>`_, "`Class template simd declaration and alias <https://reviews.llvm.org/D144362>… 20 | `[parallel.simd.class] <https://wg21.link/N4808>`_, "`simd<>::size() <https://reviews.llvm.org/D1… 22 | `[parallel.simd.class] <https://wg21.link/N4808>`_, "`simd broadcast constructor <https://reviews… [all …]
|
H A D | ZipProjects.csv | 2 …ink/tuple.syn>`_, "`[tuple] basic_common_reference, common_type <https://reviews.llvm.org/D116538>… 3 ….tuple>`_, "`[tuple] constructor, assignment and swap overloads <https://reviews.llvm.org/D116621>… 5 …rs.pair>`_, "`[pair] constructor, assignment and swap overloads <https://reviews.llvm.org/D131495>… 10 | `[range.zip] <https://wg21.link/ranges.syn>`_, "`zip_view <https://reviews.llvm.org/D122806>`_", … 12 … <https://wg21.link/range.zip.iterator>`_, "`zip_view::iterator <https://reviews.llvm.org/D122806>… 13 … <https://wg21.link/range.zip.sentinel>`_, "`zip_view::sentinel <https://reviews.llvm.org/D122806>…
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v2/ |
H A D | parse_review_test.go | 31 parser.doc.Reviews = append(parser.doc.Reviews, parser.rev) 34 // the Document's Reviews should have this one only 35 if len(parser.doc.Reviews) != 1 { 36 t.Errorf("Expected only one review, got %d", len(parser.doc.Reviews)) 38 if parser.doc.Reviews[0] != r1 { 39 t.Errorf("Expected review %v in Reviews[0], got %v", r1, parser.doc.Reviews[0]) 41 if parser.doc.Reviews[0].Reviewer != rev1 { 42 t.Errorf("expected review name %s in Reviews[0], got %s", rev1, parser.doc.Reviews[0].Reviewer) 64 // and the Document's reviews should be of size 2 and have these two 65 if len(parser.doc.Reviews) != 2 { [all …]
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v1/ |
H A D | parse_review_test.go | 31 parser.doc.Reviews = append(parser.doc.Reviews, parser.rev) 34 // the Document's Reviews should have this one only 35 if len(parser.doc.Reviews) != 1 { 36 t.Errorf("Expected only one review, got %d", len(parser.doc.Reviews)) 38 if parser.doc.Reviews[0] != r1 { 39 t.Errorf("Expected review %v in Reviews[0], got %v", r1, parser.doc.Reviews[0]) 41 if parser.doc.Reviews[0].Reviewer != rev1 { 42 t.Errorf("expected review name %s in Reviews[0], got %s", rev1, parser.doc.Reviews[0].Reviewer) 64 // and the Document's reviews should be of size 2 and have these two 65 if len(parser.doc.Reviews) != 2 { [all …]
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v3/ |
H A D | parse_review_test.go | 31 parser.doc.Reviews = append(parser.doc.Reviews, parser.rev) 34 // the Document's Reviews should have this one only 35 if len(parser.doc.Reviews) != 1 { 36 t.Errorf("Expected only one review, got %d", len(parser.doc.Reviews)) 38 if parser.doc.Reviews[0] != r1 { 39 t.Errorf("Expected review %v in Reviews[0], got %v", r1, parser.doc.Reviews[0]) 41 if parser.doc.Reviews[0].Reviewer != rev1 { 42 t.Errorf("expected review name %s in Reviews[0], got %s", rev1, parser.doc.Reviews[0].Reviewer) 64 // and the Document's reviews should be of size 2 and have these two 65 if len(parser.doc.Reviews) != 2 { [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | README.rst | 77 __ https://reviews.llvm.org/D85570 127 __ https://reviews.llvm.org/D78466 166 __ https://reviews.llvm.org/D97479 183 .. _0: https://reviews.llvm.org/D74572 184 .. _1: https://reviews.llvm.org/D74668 185 .. _2: https://reviews.llvm.org/D85174 186 .. _3: https://reviews.llvm.org/D83878 187 .. _4: https://reviews.llvm.org/D83242 196 __ https://reviews.llvm.org/D83289 210 __ https://reviews.llvm.org/D93563 [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A D | Phabricator.rst | 2 Code Reviews with Phabricator 8 If you prefer to use a web user interface for code reviews, you can now submit 13 added as a subscriber on all reviews, and Phabricator users should be prepared 19 To get started with Phabricator, navigate to `http://reviews.llvm.org`_ and 48 including git and svn. To make reviews easier, please always include 121 Note that as e-mail is the system of reference for code reviews, and some 139 ``http://reviews.llvm.org/``. 224 on an `llvm-reviews GitHub project`_ where folks can hack on it and post pull 229 .. _LLVM's Phabricator: http://reviews.llvm.org 230 .. _`http://reviews.llvm.org`: http://reviews.llvm.org [all …]
|
H A D | DeveloperPolicy.rst | 103 tracker, but the commit list is the primary place for reviews and should 125 Code Reviews 134 #. Code reviews are conducted by email on the relevant project's commit mailing 149 Sometimes code reviews will take longer than you would hope for, especially for 164 Developers should participate in code reviews as both reviewers and 170 for code reviews. See :doc:`Phabricator`. 308 reviews.
|
/aosp_15_r20/external/crosvm/ |
H A D | CONTRIBUTING.md | 106 ### Getting Reviews 109 review and add crosvm-reviews@google.com to assign to a random owner. 111 If you run into issues with reviews, reach out to the team via 140 reviews: 142 - Reply to reviews within 1 working day. If this is infeasible (especially if overloaded), reassign 143 to crosvm-reviews@ to pick another OWNER at random. 146 - Strive to avoid reviews getting stuck in endless back & forth. If you see this happening, you can:
|
/aosp_15_r20/external/aws-sdk-java-v2/services/codegurureviewer/src/main/resources/codegen-resources/ |
H A D | service-2.json | 31 …reviews source code changes in the repository's pull requests and provides automatic recommendatio… 49 …cified branch in an associated repository. <code>PullRequest</code> code reviews are automatically… 134 …"documentation":"<p>Lists all the code reviews that the customer has created in the past 90 days.<… 363 …ion":"<p>The S3 object key for a source code .zip file. This is required for all code reviews.</p>" 367 …zon.com/codeguru/latest/reviewer-ug/working-with-cicd.html\">Create code reviews with GitHub Actio… 381 … Region and Amazon Web Services account where its CodeGuru Reviewer code reviews are configured.</… 597 …wer uses this value to prevent the accidental creation of duplicate code reviews if there are fail… 813 … the result. For example, <code>providerTypes=[GitHub]</code> lists code reviews from GitHub.</p>", 819 …laying the result. For example, <code>states=[Pending]</code> lists code reviews in the Pending st… 831 "documentation":"<p>The type of code reviews to list in the response.</p>", [all …]
|
/aosp_15_r20/external/flashrom/doc/ |
H A D | how_to_support_flashrom.rst | 42 Code reviews 45 Did you know: code reviews are equally important as writing the code! 48 Doing code reviews is highly appreciated and highly respected! 60 is limited, however every Gerrit user can do code reviews. This increases overall confidence 61 in the reviewed patch. Approving the patch is much easier when the code reviews are done well. 87 lots of users' docs can greatly benefit from reviews by the users, who are supposed to read and use…
|
/aosp_15_r20/external/google-cloud-java/.github/ |
H A D | sync-repo-settings.yaml | 21 # Number of approving reviews required to update matching branches. 24 # Are reviews from code owners required to update matching branches. 43 # Number of approving reviews required to update matching branches. 46 # Are reviews from code owners required to update matching branches.
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | androidpublisher_v3.reviews.html | 75 …Google Play Android Developer API</a> . <a href="androidpublisher_v3.reviews.html">reviews</a></h1> 85 <p class="firstline">Lists all reviews.</p> 159 <pre>Lists all reviews. 175 { # Response listing reviews. 181 "reviews": [ # List of reviews.
|
/aosp_15_r20/external/arm-trusted-firmware/docs/process/ |
H A D | code-review-guidelines.rst | 9 Why do we do code reviews? 12 The main goal of code reviews is to improve the code quality. By reviewing each 18 Code reviews also play a key role in sharing knowledge within the 22 Code reviews are meant to benefit everyone through team work. It is not about 53 several rounds of reviews and rework before they get approved, especially
|
/aosp_15_r20/external/angle/build/ |
H A D | OWNERS.setnoparent | 10 # Security reviews 22 # Privacy reviews 86 # Core Views framework needs reviews from direct owners. Limits leakage of +1 90 # ChromeOS dependencies reviews
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/ |
D | get.rs | 17 reviews: u64, field 112 assert_eq!(m["reviews"].clone().into_int().unwrap(), 3866); in test_map() 150 assert_eq!(s.place["reviews"].clone().into_int().unwrap(), 3866); in test_map_struct() 166 assert_eq!(s.place.reviews, 3866); in test_file_struct() 183 assert_eq!(p.reviews, 3866); in test_scalar_struct()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/process/ |
D | code-review-guidelines.rst | 4 Why do we do code reviews? 7 The main goal of code reviews is to improve the code quality. By reviewing each 13 Code reviews also play a key role in sharing knowledge within the 17 Code reviews are meant to benefit everyone through team work. It is not about 74 several rounds of reviews and rework before they get approved, especially
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/ |
D | get.rs | 16 reviews: u64, field 112 assert_eq!(m["reviews"].clone().into_int().unwrap(), 3866); in test_map() 150 assert_eq!(s.place["reviews"].clone().into_int().unwrap(), 3866); in test_map_struct() 166 assert_eq!(s.place.reviews, 3866); in test_file_struct() 183 assert_eq!(p.reviews, 3866); in test_scalar_struct()
|
/aosp_15_r20/external/coreboot/Documentation/contributing/ |
H A D | gerrit_guidelines.md | 321 to others. Partial reviews, reviewing code style, for example, can be given 375 Adding other people as reviewers is the easiest way. Asking for reviews for 388 * Reviews are about the code. It's easy to take it personally when someone 398 - A registered user can also comment and give "+1" code reviews. 399 - A reviewer can give "-1" and "+2" code reviews. 400 - A core developer can also give "-2" (that is, blocking) code reviews 408 (commits, code reviews, and so on) has demonstrated rough knowledge
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/ |
H A D | KubernetesOrBuilder.java | 310 * Provides information on any Kubernetes access reviews (i.e. privilege 322 * Provides information on any Kubernetes access reviews (i.e. privilege 334 * Provides information on any Kubernetes access reviews (i.e. privilege 346 * Provides information on any Kubernetes access reviews (i.e. privilege 359 * Provides information on any Kubernetes access reviews (i.e. privilege
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/parser/ |
H A D | ReferToParser.java | 105 * CVS: If we are doing pre-commit code reviews and someone else has 139 * CVS: If we are doing pre-commit code reviews and someone else has 162 * CVS: If we are doing pre-commit code reviews and someone else has 186 * CVS: If we are doing pre-commit code reviews and someone else has
|
H A D | CSeqParser.java | 107 * CVS: If we are doing pre-commit code reviews and someone else has 130 * CVS: If we are doing pre-commit code reviews and someone else has 177 * CVS: If we are doing pre-commit code reviews and someone else has 200 * pre-commit code reviews and someone else has CVS: reviewed your changes,
|
/aosp_15_r20/external/googleapis/google/maps/places/v1/ |
H A D | place.proto | 353 // A rating between 1.0 and 5.0, based on user reviews of this place. 365 // List of reviews about this place, sorted by relevance. A maximum of 5 366 // reviews can be returned. 367 repeated Review reviews = 53; field 393 // The total number of reviews (with or without text) for this place.
|
H A D | review.proto | 37 pattern: "places/{place}/reviews/{review}" 38 plural: "reviews" 44 // `places/{place_id}/reviews/{review}`).
|