/third_party/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/main 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/main. [all …]
|
/third_party/flutter/skia/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.
|
/third_party/flutter/skia/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).…
|
/third_party/boost/boost/test/tools/ |
D | cstring_comparison_op.hpp | 67 ostr << revert() \ 73 static char const* revert() \
|
D | fpc_op.hpp | 221 ostr << revert() \ 227 static char const* revert() \
|
/third_party/skia/site/docs/dev/gardening/ |
D | _index.md | 25 - [How to revert a CL](#how_to_revert) 47 - Track down people responsible for breakages and revert broken changes if there 125 tree green and then open; if a simple revert can fix the problem, the gardener 126 <b>should revert first and ask questions later</b>. 210 ### How to revert a CL 212 See the revert documentation [here](https://skia.org/docs/dev/contrib/revert). 219 CL by examining the commit hash range in the DEPS roll and revert (or talk to 220 the commit author if they are available). If you do revert then keep an eye on
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | IndexSubTableFormat3.java | 196 protected void revert() { in revert() method in IndexSubTableFormat3.Builder 197 super.revert(); in revert() 208 this.revert(); in subDataSet()
|
D | IndexSubTableFormat1.java | 192 protected void revert() { in revert() method in IndexSubTableFormat1.Builder 193 super.revert(); in revert() 204 this.revert(); in subDataSet()
|
D | EbdtTable.java | 97 this.revert(); in setLoca() 177 public void revert() { in revert() method in EbdtTable.Builder 212 this.revert(); in subDataSet()
|
D | IndexSubTableFormat5.java | 234 protected void revert() { in revert() method in IndexSubTableFormat5.Builder 235 super.revert(); in revert() 246 this.revert(); in subDataSet()
|
D | IndexSubTableFormat4.java | 295 protected void revert() { in revert() method in IndexSubTableFormat4.Builder 296 super.revert(); in revert() 307 this.revert(); in subDataSet()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | IndexSubTableFormat1.java | 192 protected void revert() { in revert() method in IndexSubTableFormat1.Builder 193 super.revert(); in revert() 204 this.revert(); in subDataSet()
|
D | IndexSubTableFormat3.java | 196 protected void revert() { in revert() method in IndexSubTableFormat3.Builder 197 super.revert(); in revert() 208 this.revert(); in subDataSet()
|
D | EbdtTable.java | 97 this.revert(); in setLoca() 177 public void revert() { in revert() method in EbdtTable.Builder 212 this.revert(); in subDataSet()
|
D | IndexSubTableFormat5.java | 234 protected void revert() { in revert() method in IndexSubTableFormat5.Builder 235 super.revert(); in revert() 246 this.revert(); in subDataSet()
|
D | IndexSubTableFormat4.java | 295 protected void revert() { in revert() method in IndexSubTableFormat4.Builder 296 super.revert(); in revert() 307 this.revert(); in subDataSet()
|
/third_party/cef/tools/ |
D | patch_updater.py | 124 if options.resave and options.revert: 210 if not options.revert: 276 if (not options.revert and not options.reapply) or has_backup_changes:
|
/third_party/harfbuzz/src/ |
D | hb-serialize.hh | 255 revert (obj->head, obj->tail); in pop_discard() 318 void revert (snapshot_t snap) in revert() function 323 revert (snap.head, snap.tail); in revert() 326 void revert (char *snap_head, in revert() function
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | watchMode.ts | 886 revert?: (host: TsBuildWatchSystem) => void; 890 …dProjectWatchedFiles, expectedWatchedDirectoriesRecursive, dependencies, revert, orphanInfosAfterE… 900 if (revert) { 901 revert(host); 919 if (revert) { 920 revert(host); 985 revert: host => host.writeFile(cTsconfig.path, cTsconfig.content), 1021 revert: host => host.writeFile(bTsconfig.path, bTsconfig.content), 1052 revert: host => host.writeFile(bTsconfig.path, bTsconfig.content), 1077 revert: host => host.writeFile(aTsconfig.path, aTsconfig.content),
|
/third_party/skia/include/ |
D | OWNERS | 10 # For revert purposes only
|
/third_party/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()
|
/third_party/skia/third_party/externals/angle2/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].
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-serialize.hh | 262 revert (obj->head, obj->tail); in pop_discard() 325 void revert (snapshot_t snap) in revert() function 332 revert (snap.head, snap.tail); in revert() 335 void revert (char *snap_head, in revert() function
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | memory_scheduler.cc | 294 bool revert = false; in GenNoSwapEventSet() local 298 revert = true; in GenNoSwapEventSet() 301 if (revert) { in GenNoSwapEventSet()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.0.7.rst | 31 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync 52 - egl: Partially revert 23c86c74, fix eglMakeCurrent
|