/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | oobe_screen_reset.css | 43 #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/ |
D | asan_device_setup | 16 revert=no 34 --revert) 35 revert=yes 75 if [[ x$revert == xyes ]]; then
|
/external/chromium_org/tools/android/asan/ |
D | asan_device_setup.sh | 16 revert=no 34 --revert) 35 revert=yes 75 if [[ x$revert == xyes ]]; then
|
/external/chromium_org/tools/findit/ |
D | match_set.py | 101 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/ |
D | UISourceCode.js | 436 function revert(content) function 446 this.requestOriginalContent(revert.bind(this)); 671 function revert(content) function 676 this.requestContent(revert.bind(this));
|
/external/clang/utils/ |
D | FuzzTest | 92 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/ |
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/chromium_org/tools/telemetry/bin/ |
D | README.txt | 6 git revert -n 93501d3 # issue with __strncpy_chk2
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | media_unittests.gtest.txt | 8 # crbug.com/409485, cannot revert due to git migration,
|
/external/llvm/utils/git-svn/ |
D | git-svnrevert | 27 git revert --no-commit $COMMIT 2>/dev/null
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_manager.js | 250 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);
|
D | navigation_history.js | 123 cvox.NavigationHistory.prototype.revert = function(opt_predicate) { method in cvox.NavigationHistory
|
/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/chromium_org/components/translate/core/browser/resources/ |
D | translate.js | 247 revert: function() {
|
/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-crypto.js | 516 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/ |
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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 516 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/ |
D | v8-crypto.js | 516 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/ |
D | python-typemaps.swig | 368 // revert to a file logging mechanism. 391 // revert to a file logging mechanism.
|
/external/chromium_org/base/ios/ |
D | device_util.mm | 44 // http://openradar.appspot.com/12377282. If this is the case, revert to
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
D | omnibox_popup_matrix.mm | 114 // If the mouse wanders off-view, revert to the originally-selected cell. If
|