/third_party/python/Lib/idlelib/ |
H A D | undo.py | 8 #$ event <<redo>> 32 self.unbind("<<redo>>") 37 self.bind("<<redo>>", self.redo_event) 90 # undo & redo. Nested matching calls are OK, and the inner calls 155 cmd.redo(self.delegate) 186 def redo(self, text): member in Command 224 def redo(self, text): member in InsertCommand 229 ##sys.__stderr__.write("redo: %s\n" % self) 285 def redo(self, text): member in DeleteCommand 290 ##sys.__stderr__.write("redo 324 def redo(self, text): global() member in CommandSequence [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mpeg.c | 244 redo: in mpegps_read_pes_header() 258 goto redo; in mpegps_read_pes_header() 260 goto redo; in mpegps_read_pes_header() 263 goto redo; in mpegps_read_pes_header() 330 goto redo; in mpegps_read_pes_header() 335 goto redo; in mpegps_read_pes_header() 340 goto redo; in mpegps_read_pes_header() 345 goto redo; in mpegps_read_pes_header() 354 goto redo; in mpegps_read_pes_header() 436 goto redo; in mpegps_read_pes_header() [all...] |
H A D | http.c | 361 redo: in http_open_cnx() 371 goto redo; in http_open_cnx() 396 goto redo; in http_open_cnx() 404 goto redo; in http_open_cnx() 412 goto redo; in http_open_cnx() 440 goto redo; in http_open_cnx() 2068 redo: in http_proxy_open() 2115 goto redo; in http_proxy_open()
|
H A D | rtspdec.c | 791 redo: in ff_rtsp_tcp_read_packet() 811 goto redo; in ff_rtsp_tcp_read_packet() 827 goto redo; in ff_rtsp_tcp_read_packet()
|
H A D | rtsp.c | 2232 redo: in ff_rtsp_fetch_packet() 2347 goto redo; in ff_rtsp_fetch_packet()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 868 /* if there is redo data, offset must be >= 0x28 */ in likelyop() 874 /* undo data and redo data should be contiguous when both present */ in likelyop() 876 /* undo and redo data may be the same when both present and same size */ in likelyop() 883 /* undo expected just after redo */ in likelyop() 890 /* redo expected just after undo */ in likelyop() 902 * undo and redo operations are null in likelyop() 1296 BOOL redo) in fixup() 1318 if (redo) { in fixup() 1325 if (redo) in fixup() 1326 printf("redo fixu in fixup() 1295 fixup(CONTEXT *ctx, const LOG_RECORD *logr, const char *buf, BOOL redo) fixup() argument 1867 unsigned int redo; detaillogr() local [all...] |
H A D | playlog.c | 1443 // redo data is not available either and existing data is not zero. in shrink_resident() 2566 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() 2707 /* sometimes there is no redo data */ 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; redo_write_end() local [all...] |
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | pnmdec.c | 53 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/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_gen.c | 190 redo: in rsa_multiprime_keygen() 213 goto redo; in rsa_multiprime_keygen() 303 goto redo; in rsa_multiprime_keygen()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_gen.c | 190 redo: in rsa_multiprime_keygen() 213 goto redo; in rsa_multiprime_keygen() 303 goto redo; in rsa_multiprime_keygen()
|
/third_party/tzdata/ |
H A D | zishrink.awk | 369 if (redo != "posix_right") { 370 print "# redo " redo
|
H A D | Makefile | 694 -v redo='$(REDO)' \
|
/third_party/pcre2/pcre2/ |
H A D | 132html | 129 redo; # Now process the lookahead line we just read 233 redo; # Process the joined lines
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_ossl.c | 112 redo: in ossl_dsa_do_sign_int() 184 goto redo; in ossl_dsa_do_sign_int()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_ossl.c | 112 redo: in ossl_dsa_do_sign_int() 184 goto redo; in ossl_dsa_do_sign_int()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expand.c | 638 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/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 207 {"redo", KEY_REDO}, in keyboard_lookup_key()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_dtls.c | 813 redo: in dtls_get_reassembled_message() 916 goto redo; in dtls_get_reassembled_message()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_dtls.c | 817 redo: in dtls_get_reassembled_message() 920 goto redo; in dtls_get_reassembled_message()
|