/external/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.
|
D | patch.md | 70 to the latest revision? (In that case, revert any changes and sync your
|
/external/skia/site/dev/sheriffing/ |
D | index.md | 17 + [How to revert a CL](#how_to_revert) 34 * Track down people responsible for breakages and revert broken changes if there is no easy fix. 52 … keep the tree green and then open; if a simple revert can fix the problem, the sheriff <b>should … 107 ### How to revert a CL 109 See the revert documentation [here](https://skia.org/dev/contrib/revert). 115 …ommit hash range in the DEPS roll and revert (or talk to the commit author if they are available).…
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 17 revert=no 108 --revert) 109 revert=yes 174 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/v8/tools/push-to-trunk/ |
D | merge_to_branch.py | 146 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"), self._options.revert) 148 self.ApplyPatch(self._options.patch, self._options.revert) 191 if self._options.revert:
|
D | common_includes.py | 483 def ApplyPatch(self, patch_file, revert=False): argument 485 self.GitApplyPatch(patch_file, revert)
|
/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/utils/git-svn/ |
D | git-svnrevert | 34 git revert --no-commit $GIT 2>/dev/null
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | fetch.c | 787 int revert; in arch_fetch_pool_arg_next() local 789 revert = allocate_class(classes[0], &tmp_context, in arch_fetch_pool_arg_next() 792 revert = 0; in arch_fetch_pool_arg_next() 797 revert = 1; in arch_fetch_pool_arg_next() 801 if (nclasses > 1 && revert) in arch_fetch_pool_arg_next()
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSState.java | 127 public final DNSState revert() { in revert() method in DNSState
|
/external/llvm/test/DebugInfo/X86/ |
D | deleted-bit-piece.ll | 2 ; This is mainly a crasher for the revert in r234717. A debug info intrinsic
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSStatefulObject.java | 243 this.setState(this._state.revert()); in revertState()
|
/external/libvorbis/ |
D | CHANGES | 4 * revert noise norm to conservative 1.2.3 behavior pending
|
/external/v8/benchmarks/ |
D | crypto.js | 524 Classic.prototype.revert = cRevert; method in Classic 609 Montgomery.prototype.revert = montRevert; method in Montgomery 630 return z.revert(r); 1019 NullExp.prototype.revert = nNop; method in NullExp 1092 Barrett.prototype.revert = barrettRevert; method in Barrett 1154 return z.revert(r);
|
/external/lldb/scripts/Python/ |
D | python-typemaps.swig | 368 // revert to a file logging mechanism. 391 // revert to a file logging mechanism.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar | ... eclipse.core.runtime.CoreException
public abstract void revert (org.eclipse.core.runtime.IProgressMonitor ... |
D | org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/skia/site/dev/chrome/ |
D | blink.md | 89 regardless. In such cases revert the TestExpectations changes before committing.
|
/external/clang/docs/ |
D | ClangFormat.rst | 112 or save any files. To revert a formatting, just undo.
|
/external/bison/m4/ |
D | getopt.m4 | 208 # so take care to revert to the correct (non-)export state.
|
/external/strace/ |
D | strace.spec | 308 - revert bogus s390 fix
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Rotation.java | 515 public Rotation revert() { in revert() method in Rotation
|
/external/llvm/docs/ |
D | GettingStarted.rst | 638 For those who wish to be able to update an llvm repo/revert patches easily using 645 If one wishes to revert a commit with git-svn, but do not want the git hash to 648 revert, look up the appropriate svn revision, and output a message where all
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 44 # When that bug is fixed, revert the expectation to:
|