Home
last modified time | relevance | path

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

123

/external/chromium_org/chrome/browser/resources/chromeos/login/
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/compiler-rt/lib/asan/scripts/
Dasan_device_setup16 revert=no
34 --revert)
35 revert=yes
75 if [[ x$revert == xyes ]]; then
/external/chromium_org/tools/android/asan/
Dasan_device_setup.sh16 revert=no
34 --revert)
35 revert=yes
75 if [[ x$revert == xyes ]]; then
/external/chromium_org/tools/findit/
Dmatch_set.py101 revert = self.REVERT_PATTERN.match(line)
102 if revert:
103 self.revert_of = revert.group(2)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
DUISourceCode.js436 function revert(content) function
446 this.requestOriginalContent(revert.bind(this));
671 function revert(content) function
676 this.requestContent(revert.bind(this));
/external/clang/utils/
DFuzzTest92 def revert(self): member in TestApplication
341 opts.revert = False
344 if opts.revert:
345 ta.revert()
/external/chromium_org/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/chromium_org/tools/telemetry/bin/
DREADME.txt6 git revert -n 93501d3 # issue with __strncpy_chk2
/external/chromium_org/tools/valgrind/gtest_exclude/
Dmedia_unittests.gtest.txt8 # crbug.com/409485, cannot revert due to git migration,
/external/llvm/utils/git-svn/
Dgit-svnrevert27 git revert --no-commit $COMMIT 2>/dev/null
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dnavigation_manager.js250 var revert = this.navigationHistory_.revert(opt_predicate);
254 if (!revert.current) {
259 var newSel = cvox.CursorSelection.fromNode(revert.current);
260 var context = cvox.CursorSelection.fromNode(revert.previous);
Dnavigation_history.js123 cvox.NavigationHistory.prototype.revert = function(opt_predicate) { method in cvox.NavigationHistory
/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/chromium_org/components/translate/core/browser/resources/
Dtranslate.js247 revert: function() {
/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js516 Classic.prototype.revert = cRevert; method in Classic
601 Montgomery.prototype.revert = montRevert; method in Montgomery
622 return z.revert(r);
1011 NullExp.prototype.revert = nNop; method in NullExp
1084 Barrett.prototype.revert = barrettRevert; method in Barrett
1146 return z.revert(r);
/external/chromium_org/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js516 Classic.prototype.revert = cRevert; method in Classic
601 Montgomery.prototype.revert = montRevert; method in Montgomery
622 return z.revert(r);
1011 NullExp.prototype.revert = nNop; method in NullExp
1084 Barrett.prototype.revert = barrettRevert; method in Barrett
1146 return z.revert(r);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js516 Classic.prototype.revert = cRevert; method in Classic
601 Montgomery.prototype.revert = montRevert; method in Montgomery
622 return z.revert(r);
1011 NullExp.prototype.revert = nNop; method in NullExp
1084 Barrett.prototype.revert = barrettRevert; method in Barrett
1146 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/chromium_org/base/ios/
Ddevice_util.mm44 // http://openradar.appspot.com/12377282. If this is the case, revert to
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_matrix.mm114 // If the mouse wanders off-view, revert to the originally-selected cell. If

123