Home
last modified time | relevance | path

Searched refs:revert (Results 1 – 25 of 180) sorted by relevance

12345678

/external/skia/site/dev/contrib/
Drevert.md1 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.
Dpatch.md70 to the latest revision? (In that case, revert any changes and sync your
/external/skia/site/dev/sheriffing/
Dindex.md17 + [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/
Dasan_device_setup17 revert=no
108 --revert)
109 revert=yes
174 if [[ x$revert == xyes ]]; then
/external/clang/utils/
DFuzzTest92 def revert(self): member in TestApplication
341 opts.revert = False
344 if opts.revert:
345 ta.revert()
/external/v8/tools/push-to-trunk/
Dmerge_to_branch.py146 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"), self._options.revert)
148 self.ApplyPatch(self._options.patch, self._options.revert)
191 if self._options.revert:
Dcommon_includes.py483 def ApplyPatch(self, patch_file, revert=False): argument
485 self.GitApplyPatch(patch_file, revert)
/external/llvm/test/MC/ARM/
Ddirective-arch_extension-mode-switch.s3 @ Ensure that a mode switch does not revert the architectural features that were
/external/llvm/utils/git-svn/
Dgit-svnrevert34 git revert --no-commit $GIT 2>/dev/null
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c787 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/
DDNSState.java127 public final DNSState revert() { in revert() method in DNSState
/external/llvm/test/DebugInfo/X86/
Ddeleted-bit-piece.ll2 ; This is mainly a crasher for the revert in r234717. A debug info intrinsic
/external/jmdns/src/javax/jmdns/impl/
DDNSStatefulObject.java243 this.setState(this._state.revert()); in revertState()
/external/libvorbis/
DCHANGES4 * revert noise norm to conservative 1.2.3 behavior pending
/external/v8/benchmarks/
Dcrypto.js524 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/
Dpython-typemaps.swig368 // 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/
Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar ... eclipse.core.runtime.CoreException public abstract void revert (org.eclipse.core.runtime.IProgressMonitor ...
Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/skia/site/dev/chrome/
Dblink.md89 regardless. In such cases revert the TestExpectations changes before committing.
/external/clang/docs/
DClangFormat.rst112 or save any files. To revert a formatting, just undo.
/external/bison/m4/
Dgetopt.m4208 # so take care to revert to the correct (non-)export state.
/external/strace/
Dstrace.spec308 - revert bogus s390 fix
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java515 public Rotation revert() { in revert() method in Rotation
/external/llvm/docs/
DGettingStarted.rst638 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/
Dmjsunit.status44 # When that bug is fixed, revert the expectation to:

12345678