Home
last modified time | relevance | path

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

123

/third_party/python/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>
/third_party/ffmpeg/libavformat/
Dmpeg.c240 redo: in mpegps_read_pes_header()
254 goto redo; in mpegps_read_pes_header()
256 goto redo; in mpegps_read_pes_header()
259 goto redo; in mpegps_read_pes_header()
326 goto redo; in mpegps_read_pes_header()
331 goto redo; in mpegps_read_pes_header()
336 goto redo; in mpegps_read_pes_header()
341 goto redo; in mpegps_read_pes_header()
350 goto redo; in mpegps_read_pes_header()
432 goto redo; in mpegps_read_pes_header()
[all …]
Dhttp.c310 redo: in http_open_cnx()
333 goto redo; in http_open_cnx()
341 goto redo; in http_open_cnx()
349 goto redo; in http_open_cnx()
365 goto redo; in http_open_cnx()
1931 redo: in http_proxy_open()
1978 goto redo; in http_proxy_open()
Drtspdec.c782 redo: in ff_rtsp_tcp_read_packet()
802 goto redo; in ff_rtsp_tcp_read_packet()
818 goto redo; in ff_rtsp_tcp_read_packet()
/third_party/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
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dpnmdec.c53 redo: in ReadLine()
59 if (i == 0) goto redo; // empty line in ReadLine()
60 if (out[0] == '#') goto redo; // skip comment in ReadLine()
/third_party/skia/third_party/externals/libwebp/imageio/
Dpnmdec.c53 redo: in ReadLine()
59 if (i == 0) goto redo; // empty line in ReadLine()
60 if (out[0] == '#') goto redo; // skip comment in ReadLine()
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c1296 BOOL redo) in fixup() argument
1318 if (redo) { in fixup()
1325 if (redo) in fixup()
1736 - (redo ? get_redo_offset(logr) in fixup()
1747 if (pa && redo) { in fixup()
1766 if (!redo && length) { in fixup()
1867 unsigned int redo; in detaillogr() local
1961 redo = undo; in detaillogr()
1963 redo = undo + ((le16_to_cpu(logr->undo_length) - 1) | 7) + 1; in detaillogr()
1964 extra = redo + ((le16_to_cpu(logr->redo_length) - 1) | 7) + 1; in detaillogr()
[all …]
Dplaylog.c2566 u32 redo; in redo_update_resident() local
2576 redo = get_redo_offset(&action->record); in redo_update_resident()
2577 if ((redo + length) > end) in redo_update_resident()
2580 data = ((const char*)&action->record) + redo; in redo_update_resident()
2694 u32 redo; in redo_update_value() local
2704 redo = get_redo_offset(&action->record); in redo_update_value()
2708 if ((redo + length) > end) in redo_update_value()
2711 data = ((const char*)&action->record) + redo; in redo_update_value()
2785 u32 redo; in redo_write_end() local
2795 redo = get_redo_offset(&action->record); in redo_write_end()
[all …]
/third_party/tzdata/
Dzishrink.awk301 if (redo != "posix_right") {
302 print "# redo " redo
/third_party/openssl/crypto/rsa/
Drsa_gen.c190 redo: in rsa_multiprime_keygen()
213 goto redo; in rsa_multiprime_keygen()
303 goto redo; in rsa_multiprime_keygen()
/third_party/cef/libcef_dll/ctocpp/
Dframe_ctocpp.cc61 if (CEF_MEMBER_MISSING(_struct, redo)) in Redo()
67 _struct->redo(_struct); in Redo()
/third_party/cef/include/capi/
Dcef_frame_capi.h84 void(CEF_CALLBACK* redo)(struct _cef_frame_t* self);
/third_party/flutter/flutter/dev/manual_tests/lib/
Dactions.dart129 bool redo() {
148 properties.add(IterableProperty<UndoableAction>('redo stack', _undoneActions));
194 manager?.redo();
/third_party/openssl/crypto/dsa/
Ddsa_ossl.c108 redo: in ossl_dsa_do_sign_int()
171 goto redo; in ossl_dsa_do_sign_int()
/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c638 redo: in default_initializer()
642 goto redo; in default_initializer()
1441 redo: in expr_truth_value()
1445 goto redo; in expr_truth_value()
/third_party/mesa3d/docs/relnotes/
D20.1.6.rst50 - radv: When importing an image, redo the layout based on the metadata.
/third_party/typescript/tests/baselines/reference/
DarrowFunctionContexts.errors.txt55 // Repeat above for module members that are functions? (necessary to redo all of them?)
DarrowFunctionContexts.types101 // Repeat above for module members that are functions? (necessary to redo all of them?)
/third_party/flutter/flutter/dev/tools/
Dupdate_icons.dart130 'redo',
/third_party/cef/libcef_dll/cpptoc/
Dframe_cpptoc.cc449 GetStruct()->redo = frame_redo; in CefFrameCppToC()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dlist_view_misc_test.dart64 await tester.pump(); // redo layout
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dkeyboard_maps.dart380 182: PhysicalKeyboardKey.redo,
685 0x1000c0279: LogicalKeyboardKey.redo,
955 0x000c0279: PhysicalKeyboardKey.redo,
1486 0x000000be: PhysicalKeyboardKey.redo,
/third_party/openssl/ssl/statem/
Dstatem_dtls.c817 redo: in dtls_get_reassembled_message()
920 goto redo; in dtls_get_reassembled_message()

123