Home
last modified time | relevance | path

Searched refs:remove_frames (Results 1 – 25 of 95) sorted by relevance

1234

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dvideo_timeline.h137 void remove_frames ();
H A Dvideo_timeline.cc123 remove_frames (); in close_session()
235 VideoTimeLine::remove_frames () in remove_frames() function in VideoTimeLine
367 remove_frames (); in update_video_timeline()
/dports/lang/python310/Python-3.10.1/Python/
H A Dimport.c1263 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1302 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dimport.c1446 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1485 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dimport.c1446 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1485 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dimport.c1446 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1485 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/lang/python37/Python-3.7.12/Python/
H A Dimport.c1421 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1458 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/lang/python38/Python-3.8.12/Python/
H A Dimport.c1446 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1485 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dimport.c1446 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1485 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dimport.c1481 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1520 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/lang/python39/Python-3.9.9/Python/
H A Dimport.c1522 const char *remove_frames = "_call_with_frames_removed"; in remove_importlib_frames() local
1561 _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) { in remove_importlib_frames()
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dpickletester.py2223 def remove_frames(pickled, keep_frame=None): function
2251 frameless_pickle = remove_frames(pickled)
2255 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dpickletester.py2572 def remove_frames(pickled, keep_frame=None): function
2601 frameless_pickle = remove_frames(pickled)
2605 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dpickletester.py2572 def remove_frames(pickled, keep_frame=None): function
2601 frameless_pickle = remove_frames(pickled)
2605 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dpickletester.py2572 def remove_frames(pickled, keep_frame=None): function
2601 frameless_pickle = remove_frames(pickled)
2605 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dpickletester.py2586 def remove_frames(pickled, keep_frame=None): function
2615 frameless_pickle = remove_frames(pickled)
2619 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dpickletester.py2572 def remove_frames(pickled, keep_frame=None): function
2601 frameless_pickle = remove_frames(pickled)
2605 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dpickletester.py2598 def remove_frames(pickled, keep_frame=None): function
2627 frameless_pickle = remove_frames(pickled)
2631 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dpickletester.py2598 def remove_frames(pickled, keep_frame=None): function
2627 frameless_pickle = remove_frames(pickled)
2631 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dpickletester.py2572 def remove_frames(pickled, keep_frame=None): function
2601 frameless_pickle = remove_frames(pickled)
2605 some_frames_pickle = remove_frames(pickled, lambda i: i % 2)
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Dmuxer_mpeg.c922 static inline void remove_frames(muxer_headers_t *spriv, int n) in remove_frames() function
1264 remove_frames(spriv, n); in fill_packet()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Dmuxer_mpeg.c922 static inline void remove_frames(muxer_headers_t *spriv, int n) in remove_frames() function
1264 remove_frames(spriv, n); in fill_packet()
/dports/graphics/krita/krita-4.4.8/po/se/
H A Dkrita.po3235 #. i18n: context: Action (remove_frames), Actions (Animation), ActionCollection (Krita)
3242 #. i18n: context: Action (remove_frames), Actions (Animation), ActionCollection (Krita)
/dports/graphics/krita/krita-4.4.8/po/zh_TW/
H A Dkrita.po3238 #. i18n: context: Action (remove_frames), Actions (Animation), ActionCollection (Krita)
3245 #. i18n: context: Action (remove_frames), Actions (Animation), ActionCollection (Krita)
/dports/graphics/krita/krita-4.4.8/po/cs/
H A Dkrita.po3275 #. i18n: context: Action (remove_frames), Actions (Animation), ActionCollection (Krita)
3282 #. i18n: context: Action (remove_frames), Actions (Animation), ActionCollection (Krita)

1234