HomeSort by relevance Sort by last modified time
    Searched full:undo (Results 1 - 25 of 1441) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RstripExtension.py 19 undo = self.editwin.undo
21 undo.undo_block_start()
29 undo.undo_block_stop()
UndoDelegator.py 10 #$ event <<undo>>
14 #$ event <<dump-undo-state>>
29 self.unbind("<<undo>>")
31 self.unbind("<<dump-undo-state>>")
34 self.bind("<<undo>>", self.undo_event)
36 self.bind("<<dump-undo-state>>", self.dump_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
92 # directly into the undo list, as if undo_block_xxx hadn't been
129 ##print "truncating undo list"
142 cmd.undo(self.delegate
188 def undo(self, text): member in class:Command
231 def undo(self, text): member in class:InsertCommand
293 def undo(self, text): member in class:DeleteCommand
329 def undo(self, text): member in class:CommandSequence
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RstripExtension.py 19 undo = self.editwin.undo
21 undo.undo_block_start()
29 undo.undo_block_stop()
UndoDelegator.py 10 #$ event <<undo>>
14 #$ event <<dump-undo-state>>
29 self.unbind("<<undo>>")
31 self.unbind("<<dump-undo-state>>")
34 self.bind("<<undo>>", self.undo_event)
36 self.bind("<<dump-undo-state>>", self.dump_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
92 # directly into the undo list, as if undo_block_xxx hadn't been
129 ##print "truncating undo list"
142 cmd.undo(self.delegate
188 def undo(self, text): member in class:Command
231 def undo(self, text): member in class:InsertCommand
293 def undo(self, text): member in class:DeleteCommand
329 def undo(self, text): member in class:CommandSequence
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 19 undo = self.editwin.undo
21 undo.undo_block_start()
29 undo.undo_block_stop()
UndoDelegator.py 10 #$ event <<undo>>
14 #$ event <<dump-undo-state>>
29 self.unbind("<<undo>>")
31 self.unbind("<<dump-undo-state>>")
34 self.bind("<<undo>>", self.undo_event)
36 self.bind("<<dump-undo-state>>", self.dump_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
92 # directly into the undo list, as if undo_block_xxx hadn't been
129 ##print "truncating undo list"
142 cmd.undo(self.delegate
188 def undo(self, text): member in class:Command
231 def undo(self, text): member in class:InsertCommand
293 def undo(self, text): member in class:DeleteCommand
329 def undo(self, text): member in class:CommandSequence
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 19 undo = self.editwin.undo
21 undo.undo_block_start()
29 undo.undo_block_stop()
UndoDelegator.py 10 #$ event <<undo>>
14 #$ event <<dump-undo-state>>
29 self.unbind("<<undo>>")
31 self.unbind("<<dump-undo-state>>")
34 self.bind("<<undo>>", self.undo_event)
36 self.bind("<<dump-undo-state>>", self.dump_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
92 # directly into the undo list, as if undo_block_xxx hadn't been
129 ##print "truncating undo list"
142 cmd.undo(self.delegate
188 def undo(self, text): member in class:Command
231 def undo(self, text): member in class:InsertCommand
293 def undo(self, text): member in class:DeleteCommand
329 def undo(self, text): member in class:CommandSequence
    [all...]
  /external/e2fsprogs/misc/
e2undo.8.in 7 e2undo \- Replay an undo log for an ext2/ext3/ext4 filesystem
16 will replay the undo log
21 used to undo a failed operation by an e2fsprogs program.
28 undo log matches with the filesystem on the device. If they do not
31 will refuse to apply the undo log as a safety mechanism. The
  /frameworks/base/core/java/android/content/
UndoOperation.java 34 * @param owner Who owns the data being modified by this undo state; must be
62 * Return true if this undo operation is a member of the given owner.
74 * operation will be dropped when the final undo state is being built.
89 * Called when this undo state is being committed to the undo stack.
91 * may be needed to undo them.
96 * Called when this undo state is being popped off the undo stack (in to
100 public abstract void undo(); method in class:UndoOperation
103 * Called when this undo state is being pushed back from the transien
    [all...]
UndoManager.java 28 * Top-level class for managing and interacting with the global undo state for
29 * a document or application. This class supports both undo and redo and has
33 * apps implement to define their undo/redo behavior. The UndoManager keeps
34 * a stack of undo states; each state can have one or more undo operations
48 * can provide undo semantics appropriate to the user's context: while within
50 * undo/redo them without needing to impact edits in other objects; while
52 * undo/redo them as a single stream.</p>
57 // The common case is a single undo owner (e.g. for a TextView), so default to that capacity.
74 * Never merge with the last undo state
234 public int undo(UndoOwner[] owners, int count) { method in class:UndoManager
911 void undo() { method in class:UndoManager.UndoState
    [all...]
  /external/iproute2/man/man8/
rtpr.8 17 Undo oneline converted
  /external/kernel-headers/original/uapi/linux/
sem.h 7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
86 #define SEMUME SEMOPM /* max num of undo entries per process */
87 #define SEMMNU SEMMNS /* num of undo structures system wide */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sem.h 7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
74 #define SEMUME SEMOPM /* max num of undo entries per process */
75 #define SEMMNU SEMMNS /* num of undo structures system wide */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sem.h 7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
74 #define SEMUME SEMOPM /* max num of undo entries per process */
75 #define SEMMNU SEMMNS /* num of undo structures system wide */
  /external/ltrace/sysdeps/
README 4 The "clean" target of that Makefile must undo all the efects of the
  /frameworks/base/docs/html/training/snackbar/
action.jd 41 button. For example, an email app might put an <em>undo</em> button on its
42 "email archived" message; if the user clicks the <em>undo</em> button, the
52 <strong>Figure 1.</strong> This Snackbar has an <strong>Undo</strong>
62 listener for an undo action:
70 // Code to undo the user's last action
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text.source_3.5.400.v20150505-1044.jar 
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /external/toybox/toys/other/
hexedit.c 23 u Undo
33 int numlen, undo, undolen;
197 ll[TT.undo] = pos;
198 toybuf[(sizeof(long long)*UNDO_LEN)+TT.undo++] = TT.data[pos];
200 TT.undo %= UNDO_LEN;
219 if (!TT.undo) TT.undo = UNDO_LEN;
220 pos = ll[--TT.undo];
221 TT.data[pos] = toybuf[sizeof(long long)*UNDO_LEN+TT.undo];
  /external/llvm/test/CodeGen/PowerPC/
ppc64-crash.ll 3 ; ModuleID = 'undo.c'
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
UndoCallback.java 21 * Specifies that further actions need to be taken after a specific undo is performed.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
UndoListener.java 21 * Classes that can undo an operation should implement this interface.
  /external/autotest/client/tests/kvmtest/
kvm-test.tar.gz 
  /external/llvm/test/Transforms/SimplifyCFG/
2007-12-21-Crash.ll 12 %undo.0.ph = phi i32 [ 0, %entry ], [ 1, %bb5.outer.loopexit ] ; <i32> [#uses=1]
24 %tmp12 = tail call i32 (...) @bar( i32 %undo.0.ph ) nounwind ; <i32> [#uses=0]

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>