/external/skia/site/docs/dev/contrib/ |
D | revert.md | 3 title: "How to revert a CL" 4 linkTitle: "How to revert a CL" 9 Using one-click revert 11 * Find the codereview issue for the CL you want to revert. 12 * Click the "revert" button. 23 git checkout -b revert$RANDOM origin/master 25 Find the SHA1 of the commit you want to revert 29 Create a revert commit. 31 git revert <SHA1> 37 Land the revert in origin/master. [all …]
|
/external/skqp/site/dev/contrib/ |
D | revert.md | 1 How to revert a CL 4 Using one-click revert 6 * Find the codereview issue for the CL you want to revert. 7 * Click the "revert" button. 18 git checkout -b revert$RANDOM origin/master 20 Find the SHA1 of the commit you want to revert 24 Create a revert commit. 26 git revert <SHA1> 32 Land the revert in origin/master. 36 Delete the local revert branch.
|
/external/llvm/utils/release/ |
D | merge.sh | 19 revert="no" 47 -revert | --revert ) 48 revert="yes" 78 if [ $revert = "yes" ]; then 89 if [ $revert = "yes" ]; then
|
/external/smali/dexlib2/ |
D | OatVersions.txt | 6 706cae36209932f258b2fe2e396f31d2dd7d585e - 58 (revert of f3251d12) 15 7070ccd8b6439477eafeea7ed3736645d78e003f - 64 (revert of fa2c054b) 22 6e2d5747d00697a25251d25dd33b953e54709507 - 68 (revert of 54b62480) 34 919f5536182890d2e03f59b961acf8f7c836ff61 - 74 (revert of 625a64aa) 37 845e5064580bd37ad5014f7aa0d078be7265464d - 75 (revert of a62d2f04) 57 f7aaacd97881c6924b8212c7f8fe4a4c8721ef53 - 94 (revert of 2b615ba) 64 fee255039e30c1c3dfc70c426c3d176221c3cdf9 - 99 (revert of cc99df23) 85 6374c58f2ea403b3a05fb27376110fe4d0fc8e3f - 114 (revert of 1aea3510) 86 0b66d6174bf1f6023f9d36dda8538490b79c2e9f - 113 (revert of bfb80d25)
|
/external/toolchain-utils/llvm_tools/ |
D | revert_checker.py | 233 for revert in find_reverts(opts.git_dir, opts.base_ref, root): 234 all_reverts[revert] = None 236 for revert in all_reverts.keys(): 237 print('%s claims to revert %s' % (revert.sha, revert.reverted_sha))
|
D | nightly_revert_checker.py | 128 for revert in sorted(new_reverts, key=lambda r: r.sha): 130 prettify_sha(revert.sha), 132 prettify_sha(revert.reverted_sha), 134 get_sha_description(revert.sha),
|
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/ |
D | control | 32 'broken_firmware_liteon': [0, True], # revert to previous firmware 43 'test_firmware' : [0, True], # revert to previous firmware 47 'test_firmware' : [0, True], # revert to previous firmware 51 'test_firmware' : [0, True], # revert to previous firmware
|
/external/oss-fuzz/projects/cryptofuzz/ |
D | xxd.c | 461 int c, e, p = 0, relseek = 1, negseek = 0, revert = 0; in main() local 498 else if (!STRNCMP(pp, "-r", 2)) revert++; in main() 644 BIN_ASSIGN(fp = stdin, !revert); in main() 647 if ((fp = fopen(argv[1], BIN_READ(!revert))) == NULL) in main() 656 BIN_ASSIGN(fpo = stdout, revert); in main() 660 int mode = revert ? O_WRONLY : (O_TRUNC|O_WRONLY); in main() 662 if (((fd = OPEN(argv[2], mode | BIN_CREAT(revert), 0666)) < 0) || in main() 663 (fpo = fdopen(fd, BIN_WRITE(revert))) == NULL) in main() 672 if (revert) in main()
|
/external/skia/site/docs/dev/gardening/ |
D | _index.md | 20 - [How to revert a CL](#how_to_revert) 40 - Track down people responsible for breakages and revert broken changes if there 114 tree green and then open; if a simple revert can fix the problem, the gardener 115 <b>should revert first and ask questions later</b>. 171 ### How to revert a CL 173 See the revert documentation [here](https://skia.org/docs/dev/contrib/revert). 180 CL by examining the commit hash range in the DEPS roll and revert (or talk to 181 the commit author if they are available). If you do revert then keep an eye on
|
/external/skqp/site/dev/sheriffing/ |
D | index.md | 16 + [How to revert a CL](#how_to_revert) 33 * Track down people responsible for breakages and revert broken changes if there is no easy fix. Yo… 73 … keep the tree green and then open; if a simple revert can fix the problem, the sheriff <b>should … 120 ### How to revert a CL 122 See the revert documentation [here](https://skia.org/dev/contrib/revert). 128 …ommit hash range in the DEPS roll and revert (or talk to the commit author if they are available).…
|
/external/mesa3d/bin/ |
D | get-pick-list.sh | 126 tag=revert 136 fixes | brokenby | revert )
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 17 revert=no 114 --revert) 115 revert=yes 195 if [[ x$revert == xyes ]]; then
|
/external/clang/utils/ |
D | FuzzTest | 92 def revert(self): member in TestApplication 341 opts.revert = False 344 if opts.revert: 345 ta.revert()
|
/external/llvm-project/clang/utils/ |
D | FuzzTest | 92 def revert(self): member in TestApplication 341 opts.revert = False 344 if opts.revert: 345 ta.revert()
|
/external/llvm-project/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 16 revert=no 113 --revert) 114 revert=yes 194 if [[ x$revert == xyes ]]; then
|
/external/llvm/test/MC/ARM/ |
D | directive-arch_extension-mode-switch.s | 3 @ Ensure that a mode switch does not revert the architectural features that were
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | directive-arch_extension-mode-switch.s | 3 @ Ensure that a mode switch does not revert the architectural features that were
|
/external/angle/doc/ |
D | ContributingCode.md | 211 The best and easiest way to create a revert change is with Gerrit's **REVERT** button, in the 213 commit message, and an optional checkbox for automatically sending the revert CL to CQ. Please edit 214 the commit message with the reason for the revert. When satisfied, press the dialog's **REVERT** 215 button. It is wise to add the author and reviewers of the original CL as reviewers of the revert 216 CL. If it's been less than 24 hours since the original CL landed, the revert Cl will land 219 If you cannot use Gerrit's **REVERT** button, you can create a revert CL with the "git revert" 221 commit needs to be reverted, and potentially a bug; similar to this example [revert CL][RevertCL].
|
/external/llvm/utils/git-svn/ |
D | git-svnrevert | 39 git revert --no-commit $GIT 2>/dev/null
|
/external/toybox/toys/posix/ |
D | find.c | 98 int rc, revert = 0; in flush_exec() local 108 revert++; in flush_exec() 112 perror_msg_raw(revert ? new->name : "."); in flush_exec() 141 if (revert) revert = fchdir(TT.topdir); in flush_exec()
|
/external/mesa3d/docs/relnotes/ |
D | 17.0.7.rst | 31 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync 52 - egl: Partially revert 23c86c74, fix eglMakeCurrent
|
/external/libcap/contrib/ |
D | pcaps4convenience | 196 rev|revert)
|
D | pcaps4suid0 | 214 rev|revert)
|
/external/e2fsprogs/tests/u_revert_all_onefile/ |
D | script | 1 test_description="convert 64bit,mcsum and revert undo file" 9 echo convert fs to 64bit,metadata_csum and revert both changes as one undo file > $OUT
|
/external/rust/crates/rand_chacha/ |
D | CHANGELOG.md | 10 - Remove usage of deprecated feature "simd" of `ppv-lite86` (#979), then revert
|