Home
last modified time | relevance | path

Searched refs:after_cancel (Results 1 – 25 of 32) sorted by relevance

12

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_misc.py40 root.after_cancel(timer1) # Cancel this event.
72 root.after_cancel(idle1) # Cancel this event.
89 root.after_cancel(None)
96 root.after_cancel(timer1)
104 root.after_cancel(timer1)
111 root.after_cancel(idle1)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D3-1.c25 static volatile int after_cancel; variable
35 } while (after_cancel == 0 && thread_sleep_time < TIMEOUT_MS); in cleanup_func()
75 after_cancel = 1; in main()
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_misc.py95 root.after_cancel(timer1) # Cancel this event.
127 root.after_cancel(idle1) # Cancel this event.
144 root.after_cancel(None)
151 root.after_cancel(timer1)
159 root.after_cancel(timer1)
166 root.after_cancel(idle1)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_editor.py25 cls.root.after_cancel(id)
119 cls.root.after_cancel(id)
208 cls.root.after_cancel(id)
Dtest_runscript.py22 cls.root.after_cancel(id) # Need for EditorWindow.
Dtest_filelist.py20 cls.root.after_cancel(id)
Dtest_zoomheight.py25 cls.root.after_cancel(id) # Need for EditorWindow.
Dtest_iomenu.py27 cls.root.after_cancel(id) # Need for EditorWindow.
Dtest_colorizer.py250 text.after_cancel(save_id)
260 text.after_cancel(color.after_id)
313 text.after_cancel(color.after_id)
Dtest_autocomplete.py129 acp.text.after_cancel = cancel
164 acp.text.after_cancel = after
DREADME.txt89 on the later shutdown. Then enable the after_cancel loop in the
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-02-16-14-37-14.bpo-32857.-XljAx.rst1 In :mod:`tkinter`, ``after_cancel(None)`` now raises a :exc:`ValueError` instead of canceling the f…
/external/python/cpython3/Lib/idlelib/
Dautocomplete.py84 self.text.after_cancel(self._delayed_completion_id)
104 self.text.after_cancel(self._delayed_completion_id)
Dcodecontext.py85 self.text.after_cancel(self.t1)
139 self.text.after_cancel(self.t1)
Dcolorizer.py163 self.after_cancel(after_id)
179 self.after_cancel(after_id)
Dtooltip.py134 self.anchor_widget.after_cancel(after_id)
Dcalltip_w.py110 self.anchor_widget.after_cancel(self.checkhide_after_id)
/external/python/cpython2/Lib/idlelib/
DAutoComplete.py100 self.text.after_cancel(self._delayed_completion_id)
120 self.text.after_cancel(self._delayed_completion_id)
DColorDelegator.py114 self.after_cancel(after_id)
128 self.after_cancel(after_id)
DToolTip.py34 self.button.after_cancel(id)
DCallTipWindow.py102 self.widget.after_cancel(self.checkhide_after_id)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst348 In :mod:`tkinter`, ``after_cancel(None)`` now raises a :exc:`ValueError`
D3.6.5rc1.rst267 In :mod:`tkinter`, ``after_cancel(None)`` now raises a :exc:`ValueError`
/external/python/cpython2/Demo/tkinter/guido/
Dsortvisu.py99 self.master.after_cancel(id)
/external/python/cpython3/Tools/demo/
Dsortvisu.py97 self.master.after_cancel(id)

12