HomeSort by relevance Sort by last modified time
    Searched refs:revert (Results 1 - 20 of 20) sorted by null

  /system/vold/
Volume.h 68 int unmountVol(bool force, bool revert);
VolumeManager.h 82 int unmountVolume(const char *label, bool force, bool revert);
CommandListener.cpp 150 bool revert = false; local
155 revert = true;
157 rc = vm->unmountVolume(argv[2], force, revert);
Volume.cpp 594 int Volume::unmountVol(bool force, bool revert) {
649 * the crypto mapping, then revert the dm-crypt mapping, and revert
652 if (revert && isDecrypted()) {
VolumeManager.cpp 1090 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) {
1112 return v->unmountVol(force, revert);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
SetAlarm.java 121 Button revert = (Button) findViewById(R.id.alarm_revert); local
122 revert.setOnClickListener(new View.OnClickListener() {
124 revert();
221 revert(); method
307 private void revert() { method in class:SetAlarm
309 // "Revert" on a newly created alarm should delete it.
  /external/clang/utils/
FuzzTest 92 def revert(self): member in class:TestApplication
179 '--no-revert'. Generally this is used with '--test <index>' to run one failing
245 group.add_option("", "--no-revert", help="Don't revert changes",
246 action='store_false', dest="revert", default=True)
334 if opts.revert:
335 ta.revert()
  /external/webkit/Source/WebCore/inspector/front-end/
Resource.js 829 function revert(content)
833 this.requestContent(revert.bind(this));
NetworkPanel.js     [all...]
  /external/v8/benchmarks/
crypto.js 524 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);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 516 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);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 516 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);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 516 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);
    [all...]
  /ndk/build/core/
add-application.mk 65 # revert to the default value (i.e. "android-3").
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 105 * User has tapped Revert, close the fragment now.
506 // Just revert it.
520 return revert();
525 private boolean revert() { method in class:GroupEditorFragment
    [all...]
  /external/bluetooth/glib/glib/
goption.c 92 /* We keep a list of change so we can revert them */
123 gboolean revert);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 183 * - After Revert
1081 private boolean revert() { method in class:ContactEditorFragment
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 343 // TODO(jstritar): Remove the small-layout class and revert back to the
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 523 milliseconds