/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
SparseArrayElementRemoveTransform.java | 35 mAddTransform.revert(currentState); 39 public void revert(IGLProperty currentState) { method in class:SparseArrayElementRemoveTransform
|
IStateTransform.java | 29 /** Revert this transformation from the given state. */ 30 void revert(IGLProperty currentState); method in interface:IStateTransform
|
BufferSubDataTransform.java | 64 public void revert(IGLProperty state) { method in class:BufferSubDataTransform
|
ListElementAddTransform.java | 44 public void revert(IGLProperty currentState) { method in class:ListElementAddTransform
|
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/llvm/test/MC/ARM/ |
directive-arch_extension-mode-switch.s | 3 @ Ensure that a mode switch does not revert the architectural features that were
|
/external/llvm/utils/git-svn/ |
git-svnrevert | 10 echo "You have unstashed changes. Please stash and then revert." 30 # Grab the one line message for our revert commit message. 33 # Revert the commit. 34 git revert --no-commit $GIT 2>/dev/null 36 echo "Error! Failed to revert commit r$SVN. Resetting to head." 42 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template" 44 Revert "$ONE_LINE_MSG"
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
CompactContactEditorActivity.java | 63 mFragment.revert();
|
ContactEditorBaseActivity.java | 128 * - After Revert 168 boolean revert(); method in interface:ContactEditorBaseActivity.ContactEditor
|
/external/compiler-rt/lib/asan/scripts/ |
asan_device_setup | 17 revert=no 24 echo "usage: $0 [--revert] [--device device-id] [--lib path] [--extra-options options]" 25 echo " --revert: Uninstall ASan from the device." 108 --revert) 109 revert=yes 174 if [[ x$revert == xyes ]]; then
|
/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/v8/tools/push-to-trunk/ |
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: 196 title = "Revert %s." % self["revision_list"] 270 group.add_argument("-R", "--revert-bleeding-edge", 271 help="Revert specified patches from bleeding edge.", 280 parser.add_argument("--revert", 281 help="Revert specified patches.", 287 # TODO(machenbach): Add a test that covers revert from bleeding_edge
|
/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()
|
/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/jmdns/src/javax/jmdns/impl/ |
DNSStatefulObject.java | 243 this.setState(this._state.revert()); 467 * @see DNSState#revert()
|
/ndk/build/tools/ |
cleanup-headers.sh | 93 elif [ "$COMMAND" = "do" ] || [ "$COMMAND" = "revert" ]; then 152 replace_stub_to_temp revert $NEW_PLATFORM_DIR/include
|
/external/v8/test/mjsunit/ |
array-store-and-grow.js | 213 // a grow IC (earlier it would revert to a standard store in the polymorphic
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
CompactContactEditorFragment.java | 197 return revert();
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar | |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
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/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...] |