Home
last modified time | relevance | path

Searched refs:after_cancel (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
H A D3-1.c25 static volatile int after_cancel; variable
35 } while (after_cancel == 0 && thread_sleep_time < TIMEOUT_MS); in cleanup_func()
79 * would never see after_cancel == 1 in main()
81 after_cancel = 1; in main()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_editor.py24 cls.root.after_cancel(id)
118 cls.root.after_cancel(id)
229 cls.root.after_cancel(id)
H A Dtest_runscript.py22 cls.root.after_cancel(id) # Need for EditorWindow.
H A Dtest_filelist.py20 cls.root.after_cancel(id)
H A Dtest_zoomheight.py25 cls.root.after_cancel(id) # Need for EditorWindow.
H A Dtest_colorizer.py274 text.after_cancel(save_id)
284 text.after_cancel(color.after_id)
337 text.after_cancel(color.after_id)
H A Dtest_iomenu.py35 cls.root.after_cancel(id) # Need for EditorWindow.
H A Dtest_autocomplete.py129 acp.text.after_cancel = cancel
164 acp.text.after_cancel = after
H A Dtest_zzdummy.py58 cls.root.after_cancel(id) # Need for EditorWindow.
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_misc.py97 root.after_cancel(timer1) # Cancel this event.
135 root.after_cancel(idle1) # Cancel this event.
152 root.after_cancel(None)
159 root.after_cancel(timer1)
167 root.after_cancel(timer1)
174 root.after_cancel(idle1)
/third_party/python/Lib/idlelib/
H A Dcodecontext.py88 self.text.after_cancel(self.t1)
142 self.text.after_cancel(self.t1)
H A Dautocomplete.py91 self.text.after_cancel(self._delayed_completion_id)
111 self.text.after_cancel(self._delayed_completion_id)
H A Dcolorizer.py212 self.after_cancel(after_id)
228 self.after_cancel(after_id)
H A Dtooltip.py134 self.anchor_widget.after_cancel(after_id)
H A Dcalltip_w.py110 self.anchor_widget.after_cancel(self.checkhide_after_id)
H A Dsidebar.py233 self.main_widget.after_cancel(auto_scrolling_after_id)
261 self.main_widget.after_cancel(auto_scrolling_after_id)
H A Dpyshell.py542 self.tkconsole.text.after_cancel(self._afterid)
/third_party/python/Tools/demo/
H A Dsortvisu.py97 self.master.after_cancel(id)
/third_party/python/Lib/tkinter/
H A D__init__.py853 identifier to cancel scheduling with after_cancel."""
880 after_cancel."""
883 def after_cancel(self, id): member in Misc

Completed in 17 milliseconds