Searched refs:OutputWindow (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | GrepDialog.py | 71 from idlelib.OutputWindow import OutputWindow # leave here! 74 sys.stdout = OutputWindow(self.flist)
|
D | OutputWindow.py | 7 class OutputWindow(EditorWindow): class 143 self.owin = owin = OutputWindow(self.flist)
|
D | PyShell.py | 31 from idlelib.OutputWindow import OutputWindow 858 class PyShell(OutputWindow): 892 OutputWindow.__init__(self, flist, None, None) 1296 OutputWindow.write(self, s, tags, "iomark")
|
D | ChangeLog | 153 class OutputWindow. Method PyShell.close() wants to invoke its 157 itself derives from class OutputWindow, and inherits the close() 161 OutputWindow.close. Under the new rules, the unbound method is 421 MultiStatusBar.py, ObjectBrowser.py, OutputWindow.py, 439 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 467 ObjectBrowser.py, OldStackViewer.py, OutputWindow.py, 535 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 557 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 1038 * OutputWindow.py: 1057 * OutputWindow.py: Added flush(), for completeness. [all …]
|
D | README.txt | 53 OutputWindow.py # Create window for grep output.
|
D | NEWS.txt | 546 - Issue #5559: OutputWindow/PyShell right click menu "Go to file/line"
|
/external/python/cpython3/Lib/idlelib/ |
D | outwin.py | 58 class OutputWindow(EditorWindow): class 177 self.owin = owin = OutputWindow(self.flist)
|
D | grep.py | 144 from idlelib.outwin import OutputWindow # leave here! 147 sys.stdout = OutputWindow(self.flist)
|
D | runscript.py | 49 if isinstance(self.editwin, outwin.OutputWindow): 123 if isinstance(self.editwin, outwin.OutputWindow):
|
D | pyshell.py | 55 from idlelib.outwin import OutputWindow 834 class PyShell(OutputWindow): 853 rmenu_specs = OutputWindow.rmenu_specs + [ 874 OutputWindow.__init__(self, flist, None, None) 1299 count = OutputWindow.write(self, s, tags, "iomark")
|
D | ChangeLog | 153 class OutputWindow. Method PyShell.close() wants to invoke its 157 itself derives from class OutputWindow, and inherits the close() 161 OutputWindow.close. Under the new rules, the unbound method is 421 MultiStatusBar.py, ObjectBrowser.py, OutputWindow.py, 439 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 467 ObjectBrowser.py, OldStackViewer.py, OutputWindow.py, 535 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 557 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py, 1038 * OutputWindow.py: 1057 * OutputWindow.py: Added flush(), for completeness. [all …]
|
D | NEWS2x.txt | 8 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_outwin.py | 19 w = cls.window = outwin.OutputWindow(None, None, None, root)
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/win32/ |
D | NativeWindow11Win32.cpp | 191 swapChainDesc.OutputWindow = getNativeWindow(); in createSwapChain()
|
/external/OpenCL-CTS/test_conformance/d3d10/ |
D | harness.cpp | 197 sd.OutputWindow = HarnessD3D10_hWnd; in HarnessD3D10_CreateDevice()
|
/external/OpenCL-CTS/test_conformance/d3d11/ |
D | harness.cpp | 223 sd.OutputWindow = HarnessD3D11_hWnd; in HarnessD3D11_CreateDevice()
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DXGISwapChainWindowSurfaceWGL.cpp | 476 swapChainDesc.OutputWindow = mWindow; in createSwapChain()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 4837 OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
|
/external/libabigail/tests/data/test-annotate/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 8096 <!-- vtkOutputWindow* vtkMultiProcessController::OutputWindow --> 8097 …<var-decl name='OutputWindow' type-id='type-id-559' visibility='default' filepath='/tmp/legendre/s…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 4926 …<var-decl name='OutputWindow' type-id='type-id-559' visibility='default' filepath='/tmp/legendre/s…
|