Home
last modified time | relevance | path

Searched refs:withdraw (Results 1 – 25 of 137) sorted by relevance

123456

/external/python/cpython2/Tools/pynche/
DTextViewer.py30 root.protocol('WM_DELETE_WINDOW', self.withdraw)
35 root.bind('<Alt-w>', self.withdraw)
36 root.bind('<Alt-W>', self.withdraw)
121 def withdraw(self, event=None): member in TextViewer
122 self.__root.withdraw()
DListViewer.py31 root.protocol('WM_DELETE_WINDOW', self.withdraw)
36 root.bind('<Alt-w>', self.withdraw)
37 root.bind('<Alt-W>', self.withdraw)
134 def withdraw(self, event=None): member in ListViewer
135 self.__root.withdraw()
DPyncheWidget.py36 tkroot.withdraw()
50 tkroot.withdraw()
195 def withdraw(self): member in PyncheWidget
196 self.__root.withdraw()
245 self.__root.withdraw()
DDetailsViewer.py72 root.protocol('WM_DELETE_WINDOW', self.withdraw)
77 root.bind('<Alt-w>', self.withdraw)
78 root.bind('<Alt-W>', self.withdraw)
163 def withdraw(self, event=None): member in DetailsViewer
164 self.__root.withdraw()
/external/python/cpython3/Tools/pynche/
DTextViewer.py30 root.protocol('WM_DELETE_WINDOW', self.withdraw)
35 root.bind('<Alt-w>', self.withdraw)
36 root.bind('<Alt-W>', self.withdraw)
121 def withdraw(self, event=None): member in TextViewer
122 self.__root.withdraw()
DListViewer.py31 root.protocol('WM_DELETE_WINDOW', self.withdraw)
36 root.bind('<Alt-w>', self.withdraw)
37 root.bind('<Alt-W>', self.withdraw)
134 def withdraw(self, event=None): member in ListViewer
135 self.__root.withdraw()
DDetailsViewer.py72 root.protocol('WM_DELETE_WINDOW', self.withdraw)
77 root.bind('<Alt-w>', self.withdraw)
78 root.bind('<Alt-W>', self.withdraw)
163 def withdraw(self, event=None): member in DetailsViewer
164 self.__root.withdraw()
DPyncheWidget.py35 tkroot.withdraw()
49 tkroot.withdraw()
194 def withdraw(self): member in PyncheWidget
195 self.__root.withdraw()
244 self.__root.withdraw()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_editor.py19 cls.root.withdraw()
108 cls.root.withdraw()
199 cls.root.withdraw()
Dtest_help_about.py28 cls.root.withdraw()
96 cls.root.withdraw()
120 cls.root.withdraw()
Dtest_query.py324 cls.root.withdraw()
369 root.withdraw()
387 root.withdraw()
404 root.withdraw()
420 root.withdraw()
440 root.withdraw()
Dtest_config_key.py35 cls.root.withdraw()
113 cls.root.withdraw()
181 cls.root.withdraw()
250 cls.root.withdraw()
Dtest_macosx.py22 cls.root.withdraw()
77 cls.root.withdraw()
/external/deqp/external/vulkancts/doc/
Dvulkan-cts-withdrawal-2020-07.txt4 to withdraw Vulkan CTS 1.1.5.x releases.
27 2020-07-23 Notice of intent to withdraw Vulkan CTS 1.1.5.x
Dvulkan-cts-withdrawal-2019-04.txt4 to withdraw Vulkan CTS 1.1.1.x releases.
28 2019-04-12 Notice of intent to withdraw Vulkan CTS 1.1.1.x
Dvulkan-cts-withdrawal-2019-03.txt4 to withdraw Vulkan CTS 1.1.0.x releases.
25 2019-03-09 Notice of intent to withdraw Vulkan CTS 1.1.0.x
Dvulkan-cts-withdrawal-2020-10-2.txt4 to withdraw Vulkan CTS 1.1.6.x releases.
28 2020-10-24 Notice of intent to withdraw Vulkan CTS 1.1.6.x
Dvulkan-cts-withdrawal-2020-10.txt4 to withdraw Vulkan CTS 1.2.0.x releases.
27 2020-10-03 Notice of intent to withdraw Vulkan CTS 1.2.0.x
Dvulkan-cts-withdrawal-2020-01.txt4 to withdraw Vulkan CTS 1.1.3.x releases.
28 2020-01-31 Notice of intent to withdraw Vulkan CTS 1.1.3.x
Dvulkan-cts-withdrawal-2019-09.txt4 to withdraw Vulkan CTS 1.1.2.x releases.
28 2019-09-10 Notice of intent to withdraw Vulkan CTS 1.1.2.x
Dvulkan-cts-withdrawal-2020-03.txt4 to withdraw Vulkan CTS 1.1.4.x releases.
28 2020-04-17 Notice of intent to withdraw Vulkan CTS 1.1.4.x
Dvulkan-cts-withdrawal-2021-01.txt4 to withdraw Vulkan CTS 1.2.1.x releases.
27 2021-01-17 Notice of intent to withdraw Vulkan CTS 1.2.1.x
Dvulkan-cts-withdrawal-2017-11.txt4 to withdraw Vulkan CTS 1.0.0.x and Vulkan CTS 1.0.1.x releases.
32 2017-11-15 Notice of intent to withdraw Vulkan CTS 1.0.0.x and Vulkan CTS 1.0.1.x
Dvulkan-cts-withdrawal-2018-09.txt4 to withdraw Vulkan CTS 1.0.2.x releases.
31 2018-09-13 Notice of intent to withdraw Vulkan CTS 1.0.2.x
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_textview.py23 cls.root.withdraw()
64 cls.root.withdraw()

123456