/external/python/cpython2/Tools/pynche/ |
D | TextViewer.py | 30 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()
|
D | ListViewer.py | 31 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()
|
D | PyncheWidget.py | 36 tkroot.withdraw() 50 tkroot.withdraw() 195 def withdraw(self): member in PyncheWidget 196 self.__root.withdraw() 245 self.__root.withdraw()
|
D | DetailsViewer.py | 72 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/ |
D | TextViewer.py | 30 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()
|
D | ListViewer.py | 31 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()
|
D | DetailsViewer.py | 72 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()
|
D | PyncheWidget.py | 35 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/ |
D | test_editor.py | 19 cls.root.withdraw() 108 cls.root.withdraw() 199 cls.root.withdraw()
|
D | test_help_about.py | 28 cls.root.withdraw() 96 cls.root.withdraw() 120 cls.root.withdraw()
|
D | test_query.py | 324 cls.root.withdraw() 369 root.withdraw() 387 root.withdraw() 404 root.withdraw() 420 root.withdraw() 440 root.withdraw()
|
D | test_config_key.py | 35 cls.root.withdraw() 113 cls.root.withdraw() 181 cls.root.withdraw() 250 cls.root.withdraw()
|
D | test_macosx.py | 22 cls.root.withdraw() 77 cls.root.withdraw()
|
/external/deqp/external/vulkancts/doc/ |
D | vulkan-cts-withdrawal-2020-07.txt | 4 to withdraw Vulkan CTS 1.1.5.x releases. 27 2020-07-23 Notice of intent to withdraw Vulkan CTS 1.1.5.x
|
D | vulkan-cts-withdrawal-2019-04.txt | 4 to withdraw Vulkan CTS 1.1.1.x releases. 28 2019-04-12 Notice of intent to withdraw Vulkan CTS 1.1.1.x
|
D | vulkan-cts-withdrawal-2019-03.txt | 4 to withdraw Vulkan CTS 1.1.0.x releases. 25 2019-03-09 Notice of intent to withdraw Vulkan CTS 1.1.0.x
|
D | vulkan-cts-withdrawal-2020-10-2.txt | 4 to withdraw Vulkan CTS 1.1.6.x releases. 28 2020-10-24 Notice of intent to withdraw Vulkan CTS 1.1.6.x
|
D | vulkan-cts-withdrawal-2020-10.txt | 4 to withdraw Vulkan CTS 1.2.0.x releases. 27 2020-10-03 Notice of intent to withdraw Vulkan CTS 1.2.0.x
|
D | vulkan-cts-withdrawal-2020-01.txt | 4 to withdraw Vulkan CTS 1.1.3.x releases. 28 2020-01-31 Notice of intent to withdraw Vulkan CTS 1.1.3.x
|
D | vulkan-cts-withdrawal-2019-09.txt | 4 to withdraw Vulkan CTS 1.1.2.x releases. 28 2019-09-10 Notice of intent to withdraw Vulkan CTS 1.1.2.x
|
D | vulkan-cts-withdrawal-2020-03.txt | 4 to withdraw Vulkan CTS 1.1.4.x releases. 28 2020-04-17 Notice of intent to withdraw Vulkan CTS 1.1.4.x
|
D | vulkan-cts-withdrawal-2021-01.txt | 4 to withdraw Vulkan CTS 1.2.1.x releases. 27 2021-01-17 Notice of intent to withdraw Vulkan CTS 1.2.1.x
|
D | vulkan-cts-withdrawal-2017-11.txt | 4 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
|
D | vulkan-cts-withdrawal-2018-09.txt | 4 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/ |
D | test_textview.py | 23 cls.root.withdraw() 64 cls.root.withdraw()
|