HomeSort by relevance Sort by last modified time
    Searched defs:revert (Results 1 - 25 of 40) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IStateTransform.java 29 /** Revert this transformation from the given state. */
30 void revert(IGLProperty currentState); method in interface:IStateTransform
ListElementAddTransform.java 44 public void revert(IGLProperty currentState) { method in class:ListElementAddTransform
SparseArrayElementRemoveTransform.java 35 mAddTransform.revert(currentState);
39 public void revert(IGLProperty currentState) { method in class:SparseArrayElementRemoveTransform
BufferSubDataTransform.java 64 public void revert(IGLProperty state) { method in class:BufferSubDataTransform
PropertyChangeTransform.java 78 * {@link #apply(IGLProperty)}'ed, then performing a revert has no effect.
81 public void revert(IGLProperty state) { method in class:PropertyChangeTransform
SparseArrayElementAddTransform.java 49 public void revert(IGLProperty currentState) { method in class:SparseArrayElementAddTransform
TexImageTransform.java 113 public void revert(IGLProperty state) { method in class:TexImageTransform
  /external/clang/utils/
FuzzTest 92 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()
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorBaseActivity.java 132 * - After Revert
169 boolean revert(); method in interface:ContactEditorBaseActivity.ContactEditor
280 mFragment.revert();
  /external/autotest/contrib/
crbug_crawler.py 82 """Update manager that allows you to revert status updates.
101 def revert(self): member in class:UpdateManager
375 updater.revert()
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 123 * 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/toybox/toys/posix/
find.c 86 int rc, revert = 0; local
96 revert++;
100 perror_msg_raw(revert ? new->name : ".");
129 if (revert) revert = fchdir(TT.topdir);
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 243 this.setState(this._state.revert());
467 * @see DNSState#revert()
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 787 int revert; local
789 revert = allocate_class(classes[0], &tmp_context,
792 revert = 0;
797 revert = 1;
801 if (nclasses > 1 && revert)
  /external/opencv3/3rdparty/jinja2/
nodes.py 92 def revert(self, old): member in class:EvalContext
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStylePreference.java 109 public void revert() { method in class:CustomInputStylePreference
CustomInputStyleSettingsFragment.java 183 stylePref.revert();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 508 /** Revert a rotation.
510 * rotation. This means that if r(u) = v, then r.revert(v) = u. The
515 public Rotation revert() { method in class:Rotation
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 1767 def revert(self, filename=None, member in class:FileCookieJar
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 1767 def revert(self, filename=None, member in class:FileCookieJar
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 1767 def revert(self, filename=None, member in class:FileCookieJar
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 1767 def revert(self, filename=None, member in class:FileCookieJar
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorBaseFragment.java 238 * User has tapped Revert, close the fragment now.
846 public boolean revert() { method in class:ContactEditorBaseFragment
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 

Completed in 1079 milliseconds

1 2