/external/python/cpython2/Tools/pynche/ |
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 | 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 | 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 | 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 | 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 | PyncheWidget.py | 35 tkroot.withdraw() 49 tkroot.withdraw() 194 def withdraw(self): member in PyncheWidget 195 self.__root.withdraw() 244 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/Lib/idlelib/idle_test/ |
D | test_help_about.py | 28 cls.root.withdraw() 96 cls.root.withdraw() 120 cls.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()
|
D | test_query.py | 253 cls.root.withdraw() 298 root.withdraw() 318 root.withdraw() 337 root.withdraw()
|
D | test_redirector.py | 16 cls.root.withdraw() 46 cls.root.withdraw()
|
D | test_debugger.py | 15 cls.root.withdraw()
|
D | template.py | 15 cls.root.withdraw()
|
D | test_pyshell.py | 16 cls.root.withdraw()
|
D | test_calltip_w.py | 15 cls.root.withdraw()
|
D | test_autocomplete_w.py | 16 cls.root.withdraw()
|
/external/deqp/external/vulkancts/doc/ |
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()
|
D | test_widgetredir.py | 18 cls.root.withdraw() 48 cls.root.withdraw()
|
D | test_configdialog.py | 19 cls.root.withdraw()
|
/external/python/cpython3/Lib/tkinter/ |
D | simpledialog.py | 63 widget.withdraw() # Remain invisible while we figure out the geometry 133 self.withdraw() # remain invisible for now 215 self.withdraw()
|
/external/python/cpython2/Lib/lib-tk/ |
D | tkSimpleDialog.py | 49 self.withdraw() # remain invisible for now 132 self.withdraw()
|