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

1 2

  /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()
  /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/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
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 144 * - After Revert
181 boolean revert(); method in interface:ContactEditorActivity.ContactEditor
460 mFragment.revert();
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 243 this.setState(this._state.revert());
467 * @see DNSState#revert()
  /external/toybox/toys/posix/
find.c 88 int rc, revert = 0; local
98 revert++;
102 perror_msg_raw(revert ? new->name : ".");
131 if (revert) revert = fchdir(TT.topdir);
  /external/libmojo/third_party/jinja2/
nodes.py 92 def revert(self, old): member in class:EvalContext
  /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();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 1767 def revert(self, filename=None, member in class:FileCookieJar
    [all...]
  /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...]
  /external/python/cpython2/Lib/
cookielib.py 1783 def revert(self, filename=None, member in class:FileCookieJar
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 1786 def revert(self, filename=None, member in class:FileCookieJar
    [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...]
  /external/v8/benchmarks/
crypto.js 524 Classic.prototype.revert = cRevert; method in class:Classic
609 Montgomery.prototype.revert = montRevert; method in class:Montgomery
630 return z.revert(r);
1019 NullExp.prototype.revert = nNop; method in class:NullExp
1092 Barrett.prototype.revert = barrettRevert; method in class:Barrett
1154 return z.revert(r);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 239 * User has tapped Revert, close the fragment now.
764 return revert();
793 public boolean revert() { method in class:ContactEditorFragment
    [all...]

Completed in 804 milliseconds

1 2