Home
last modified time | relevance | path

Searched refs:redo (Results 1 – 25 of 50) sorted by relevance

12

/external/python/cpython3/Lib/idlelib/
Dundo.py155 cmd.redo(self.delegate)
186 def redo(self, text): member in Command
224 def redo(self, text): member in InsertCommand
285 def redo(self, text): member in DeleteCommand
324 def redo(self, text): member in CommandSequence
326 cmd.redo(text)
356 redo = Button(undowin, text="Redo", command=lambda:d.redo_event(None))
357 redo.pack(side='left')
Dconfig-keys.def33 redo=<Control-Shift-Key-Z> <Control-Shift-Key-z>
93 redo=<Alt-Key-z> <Meta-Key-z>
153 redo = <Control-Shift-Key-Z>
213 redo=<Shift-Command-Key-Z>
263 redo = <Shift-Command-Key-Z>
DChangeLog753 * ReplaceDialog.py: Tim Peters: made replacement atomic for undo/redo.
1476 If set, redo the display even if it's the same dict.
/external/python/cpython2/Lib/idlelib/
DUndoDelegator.py153 cmd.redo(self.delegate)
185 def redo(self, text): member in Command
224 def redo(self, text): member in InsertCommand
286 def redo(self, text): member in DeleteCommand
325 def redo(self, text): member in CommandSequence
327 cmd.redo(text)
356 redo = Button(root, text="Redo", command=lambda:d.redo_event(None))
357 redo.pack(side='left')
Dconfig-keys.def33 redo=<Control-Shift-Key-Z> <Control-Shift-Key-z>
84 redo=<Alt-Key-z> <Meta-Key-z>
135 redo=<Shift-Command-Key-Z>
176 redo = <Shift-Command-Key-Z>
DChangeLog753 * ReplaceDialog.py: Tim Peters: made replacement atomic for undo/redo.
1476 If set, redo the display even if it's the same dict.
/external/ltp/tools/genload/
DREADME52 For the -m and -d options, a value of 0 means to redo their operation an
53 infinite number of times. To allocate and free 128MB in a redo loop use the
59 For the -m and -d options, a negative value of n means to redo the operation
/external/llvm-project/clang/test/CodeGen/
Dthinlto_embed_bitcode.ll27 ; RUN: %clang -target x86_64-unknown-linux-gnu -O2 -o %t-redo.o -x ir %t-embedded.bc -c -fthinlto-i…
32 ; RUN: llvm-strip --strip-all %t-redo.o
34 ; RUN: diff %t-redo.o %t.o
/external/curl/docs/cmdline-opts/
Dlocation.d9 option will make curl redo the request on the new place. If used together with
/external/doclava/res/assets/templates-sdk/assets/js/
Dprettify.js20redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,e…
24 …l,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,u…
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py191 self.redoitem = MenuItem(m, "Redo", None, self.redo)
325 def redo(self, *args): member in Mlted
/external/mesa3d/docs/relnotes/
D20.1.6.rst50 - radv: When importing an image, redo the layout based on the metadata.
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java302 redo(); in onKeyDown()
553 private void redo() { in redo() method in ScriptEditor
/external/boringssl/src/crypto/dsa/
Ddsa.c591 redo: in DSA_do_sign()
630 goto redo; in DSA_do_sign()
/external/rust/crates/quiche/deps/boringssl/src/crypto/dsa/
Ddsa.c608 redo: in DSA_do_sign()
647 goto redo; in DSA_do_sign()
/external/tcpdump/
DREADME.md220 redo the steps above.
DREADME220 redo the steps above.
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto137 // [#next-major-version: In the v3 API we should redo how path specification works such
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout4975 redo:
4994 goto redo;
6021 redo:
6163 goto redo;
7101 redo:
7108 goto redo;
7113 goto redo;
7117 goto redo;
/external/llvm-project/polly/lib/External/isl/
Disl_tab.c1188 int redo = isl_tab_mark_redundant(tab, i); in isl_tab_pivot() local
1189 if (redo < 0) in isl_tab_pivot()
1191 if (redo) in isl_tab_pivot()
/external/squashfs-tools/
DCHANGES89 - mksquashfs: redo -comp <compressor> parsing
/external/curl/docs/
DKNOWN_BUGS154 the client application to redo the transfer after disabling Expect:.
/external/llvm-project/llvm/docs/
DMergeFunctions.rst204 *Deferred* list and redo step 2, if the *Deferred* list is empty, then exit
/external/libpcap/
DCHANGES99 rpcap: redo protocol version negotiation to avoid problems with old
/external/python/setuptools/
DCHANGES.rst2489 * Distribute #375: Repair AttributeError created in last release (redo).
2561 0.6.46 (redo).

12