/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
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
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/chromium_org/tools/findit/ |
match_set.py | 23 revert_of: If this CL is a revert of some other CL, a revision number/ 43 REVERT_PATTERN = re.compile(r'(revert\w*) r?(\d+)', re.I) 68 reviewers, and it also checks if the CL is a revert of another CL. 96 # Check if this CL is a revert of other CL. 97 if line.lower().startswith('revert'): 100 # Check if the line says what CL this CL is a revert of. 101 revert = self.REVERT_PATTERN.match(line) 102 if revert: 103 self.revert_of = revert.group(2) 123 """Removes CLs that are revert."" [all...] |
/external/llvm/utils/git-svn/ |
git-svnrevert | 5 echo "$0 <commit to revert>" 10 echo "You have unstashed changes. Please stash and then revert." 23 # Grab the one line message for our revert commit message. 26 # Revert the commit. 27 git revert --no-commit $COMMIT 2>/dev/null 29 echo "Error! Failed to revert commit $COMMIT. Resetting to head." 35 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template" 37 Revert "$ONE_LINE_MSG"
|
/external/chromium_org/tools/android/asan/ |
asan_device_setup.sh | 16 revert=no 22 echo "usage: $0 [--revert] [--device device-id] [--lib path] [--extra_options options]" 23 echo " --revert: Uninstall ASan from the device." 34 --revert) 35 revert=yes 75 if [[ x$revert == xyes ]]; then
|
/external/compiler-rt/lib/asan/scripts/ |
asan_device_setup | 16 revert=no 22 echo "usage: $0 [--revert] [--device device-id] [--lib path] [--extra-options options]" 23 echo " --revert: Uninstall ASan from the device." 34 --revert) 35 revert=yes 75 if [[ x$revert == xyes ]]; then
|
/system/vold/ |
Volume.h | 71 int unmountVol(bool force, bool revert);
|
VolumeManager.h | 82 int unmountVolume(const char *label, bool force, bool revert);
|
CommandListener.cpp | 157 bool revert = false; local 162 revert = true; 164 rc = vm->unmountVolume(argv[2], force, revert);
|
Volume.cpp | 533 int Volume::unmountVol(bool force, bool revert) { 576 * the crypto mapping, then revert the dm-crypt mapping, and revert 579 if (revert && isDecrypted()) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/ |
UISourceCode.js | 436 function revert(content) 446 this.requestOriginalContent(revert.bind(this)); 671 function revert(content) 676 this.requestContent(revert.bind(this));
|
/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/chromium_org/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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
navigation_manager.js | 243 // Only attempt to revert if going next will cause us to restart at the top 249 // Our current node was invalid. Revert to history. 250 var revert = this.navigationHistory_.revert(opt_predicate); 252 // If the history is empty, revert.current will be null. In that case, 254 if (!revert.current) { 259 var newSel = cvox.CursorSelection.fromNode(revert.current); 260 var context = cvox.CursorSelection.fromNode(revert.previous); [all...] |
/external/chromium_org/v8/test/mjsunit/ |
array-store-and-grow.js | 213 // a grow IC (earlier it would revert to a standard store in the polymorphic
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
CustomInputStyleSettingsFragment.java | 226 public void revert() { method in class:CustomInputStyleSettingsFragment.SubtypePreference 507 subtypePref.revert();
|