Searched refs:revert (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_reset.css43 #reset #reset-revert-promise-msg {
55 #reset #reset-revert-spinner-message {
63 .revert-promise-specific,
72 .revert-promise-view .revert-promise-specific {
79 .revert-promise-view #reset-controls {
/external/chromium_org/tools/findit/
H A Dmatch_set.py23 revert_of: If this CL is a revert of some other CL, a revision number/
43 REVERT_PATTERN = re.compile(r'(revert\w*) r?(\d+)', re.I)
68 reviewers, and it also checks if the CL is a revert of another CL.
96 # Check if this CL is a revert of other CL.
97 if line.lower().startswith('revert'):
100 # Check if the line says what CL this CL is a revert of.
101 revert = self.REVERT_PATTERN.match(line)
102 if revert:
103 self.revert_of = revert.group(2)
123 """Removes CLs that are revert
[all...]
/external/llvm/utils/git-svn/
H A Dgit-svnrevert5 echo "$0 <commit to revert>"
10 echo "You have unstashed changes. Please stash and then revert."
23 # Grab the one line message for our revert commit message.
27 git revert --no-commit $COMMIT 2>/dev/null
29 echo "Error! Failed to revert commit $COMMIT. Resetting to head."
35 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template"
/external/chromium_org/tools/android/asan/
H A Dasan_device_setup.sh16 revert=no
22 echo "usage: $0 [--revert] [--device device-id] [--lib path] [--extra_options options]"
23 echo " --revert: Uninstall ASan from the device."
34 --revert)
35 revert=yes
75 if [[ x$revert == xyes ]]; then
/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup16 revert=no
22 echo "usage: $0 [--revert] [--device device-id] [--lib path] [--extra-options options]"
23 echo " --revert: Uninstall ASan from the device."
34 --revert)
35 revert=yes
75 if [[ x$revert == xyes ]]; then
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_history.js123 cvox.NavigationHistory.prototype.revert = function(opt_predicate) {
H A Dnavigation_manager.js243 // Only attempt to revert if going next will cause us to restart at the top
250 var revert = this.navigationHistory_.revert(opt_predicate);
252 // If the history is empty, revert.current will be null. In that case,
254 if (!revert.current) {
259 var newSel = cvox.CursorSelection.fromNode(revert.current);
260 var context = cvox.CursorSelection.fromNode(revert.previous);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DUISourceCode.js436 function revert(content)
446 this.requestOriginalContent(revert.bind(this));
671 function revert(content)
676 this.requestContent(revert.bind(this));
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java123 * Returns to the next reverted state. All states except CANCELED revert to PROBING_1. Status CANCELED does not revert.
127 public final DNSState revert() { method in class:DNSState
/external/chromium_org/v8/tools/push-to-trunk/
H A 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:
270 group.add_argument("-R", "--revert-bleeding-edge",
280 parser.add_argument("--revert",
287 # TODO(machenbach): Add a test that covers revert from bleeding_edge
H A Dcommon_includes.py102 # TODO(machenbach): Better check for reverts. A revert should remove the
483 def ApplyPatch(self, patch_file, revert=False):
485 self.GitApplyPatch(patch_file, revert)
/external/clang/utils/
H A DFuzzTest92 def revert(self): member in class:TestApplication
180 '--no-revert'. Generally this is used with '--test <index>' to run one failing
250 group.add_option("", "--no-revert", help="Don't revert changes",
251 action='store_false', dest="revert", default=True)
341 opts.revert = False
344 if opts.revert:
345 ta.revert()
/external/chromium_org/components/translate/core/browser/resources/
H A Dtranslate.js247 revert: function() {
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c787 int revert; local
789 revert = allocate_class(classes[0], &tmp_context,
792 revert = 0;
797 revert = 1;
801 if (nclasses > 1 && revert)
/external/jmdns/src/javax/jmdns/impl/
H A DDNSStatefulObject.java243 this.setState(this._state.revert());
467 * @see DNSState#revert()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar ... eclipse.core.runtime.CoreException public abstract void revert (org.eclipse.core.runtime.IProgressMonitor) throws ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js516 Classic.prototype.revert = cRevert;
601 Montgomery.prototype.revert = montRevert;
622 return z.revert(r);
1011 NullExp.prototype.revert = nNop;
1084 Barrett.prototype.revert = barrettRevert;
1146 return z.revert(r);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js516 Classic.prototype.revert = cRevert;
601 Montgomery.prototype.revert = montRevert;
622 return z.revert(r);
1011 NullExp.prototype.revert = nNop;
1084 Barrett.prototype.revert = barrettRevert;
1146 return z.revert(r);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js516 Classic.prototype.revert = cRevert;
601 Montgomery.prototype.revert = montRevert;
622 return z.revert(r);
1011 NullExp.prototype.revert = nNop;
1084 Barrett.prototype.revert = barrettRevert;
1146 return z.revert(r);
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js524 Classic.prototype.revert = cRevert;
609 Montgomery.prototype.revert = montRevert;
630 return z.revert(r);
1019 NullExp.prototype.revert = nNop;
1092 Barrett.prototype.revert = barrettRevert;
1154 return z.revert(r);
/external/chromium_org/tools/clang/scripts/
H A Dupdate.sh238 svn revert "${i}"
/external/chromium_org/third_party/jinja2/
H A Dnodes.py92 def revert(self, old): member in class:EvalContext
H A Dcompiler.py1639 frame.eval_ctx.revert(safed_ctx)
1640 self.writeline('context.eval_ctx.revert(%s)' % old_ctx_name)
/external/strace/
H A Dstrace.spec286 - revert bogus s390 fix

Completed in 5202 milliseconds

12