Home
last modified time | relevance | path

Searched refs:after_cancel (Results 1 – 25 of 30) 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/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_misc.py81 root.after_cancel(timer1) # Cancel this event.
113 root.after_cancel(idle1) # Cancel this event.
130 root.after_cancel(None)
137 root.after_cancel(timer1)
145 root.after_cancel(timer1)
152 root.after_cancel(idle1)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D3-1.c25 static volatile int after_cancel; variable
34 } while (after_cancel == 0 && thread_sleep_time < TIMEOUT_MS); in cleanup_func()
73 after_cancel = 1; in main()
/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/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/Lib/idlelib/
Dautocomplete.py94 self.text.after_cancel(self._delayed_completion_id)
113 self.text.after_cancel(self._delayed_completion_id)
Dcodecontext.py87 self.text.after_cancel(self.t1)
88 self.text.after_cancel(self.t2)
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)
Dpyshell.py521 self.tkconsole.text.after_cancel(self._afterid)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_runscript.py22 cls.root.after_cancel(id) # Need for EditorWindow.
Dtest_filelist.py20 cls.root.after_cancel(id)
Dtest_iomenu.py26 cls.root.after_cancel(id) # Need for EditorWindow.
Dtest_zoomheight.py25 cls.root.after_cancel(id) # Need for EditorWindow.
Dtest_editor.py23 cls.root.after_cancel(id)
Dtest_colorizer.py250 text.after_cancel(save_id)
260 text.after_cancel(color.after_id)
313 text.after_cancel(color.after_id)
DREADME.txt89 on the later shutdown. Then enable the after_cancel loop in the
/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