/external/python/cpython3/Lib/test/ |
D | test_winsound.py | 12 winsound = import_helper.import_module('winsound') variable 34 safe_Beep = sound_func(winsound.Beep) 35 safe_MessageBeep = sound_func(winsound.MessageBeep) 36 safe_PlaySound = sound_func(winsound.PlaySound) 42 self.assertRaises(TypeError, winsound.Beep) 43 self.assertRaises(ValueError, winsound.Beep, 36, 75) 44 self.assertRaises(ValueError, winsound.Beep, 32768, 75) 64 self.assertRaises(TypeError, winsound.MessageBeep, "bad") 65 self.assertRaises(TypeError, winsound.MessageBeep, 42, 42) 69 safe_MessageBeep(winsound.MB_OK) [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_winsound.py | 14 winsound = support.import_module('winsound') variable 34 safe_Beep = sound_func(winsound.Beep) 35 safe_MessageBeep = sound_func(winsound.MessageBeep) 36 safe_PlaySound = sound_func(winsound.PlaySound) 41 self.assertRaises(TypeError, winsound.Beep) 42 self.assertRaises(ValueError, winsound.Beep, 36, 75) 43 self.assertRaises(ValueError, winsound.Beep, 32768, 75) 60 self.assertRaises(TypeError, winsound.MessageBeep, "bad") 61 self.assertRaises(TypeError, winsound.MessageBeep, 42, 42) 65 safe_MessageBeep(winsound.MB_OK) [all …]
|
/external/python/cpython2/PC/VC6/ |
D | winsound.dsp | 1 # Microsoft Developer Studio Project File - Name="winsound" - Package Owner=<4> 7 CFG=winsound - Win32 Debug 11 !MESSAGE NMAKE /f "winsound.mak". 16 !MESSAGE NMAKE /f "winsound.mak" CFG="winsound - Win32 Debug" 20 !MESSAGE "winsound - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21 !MESSAGE "winsound - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 26 # PROP Scc_ProjName "winsound" 32 !IF "$(CFG)" == "winsound - Win32 Release" 42 # PROP Intermediate_Dir "x86-temp-release\winsound" 57 …rnel32.lib winmm.lib user32.lib /nologo /base:"0x1D160000" /dll /machine:I386 /out:"./winsound.pyd" [all …]
|
D | pcbuild.dsw | 294 Project: "winsound"=".\winsound.dsp" - Package Owner=<4>
|
D | readme.txt | 55 winsound
|
/external/python/cpython3/Doc/library/ |
D | winsound.rst | 1 :mod:`winsound` --- Sound-playing interface for Windows 4 .. module:: winsound 13 The :mod:`winsound` module provides access to the basic sound-playing machinery 79 import winsound 81 winsound.PlaySound("SystemExit", winsound.SND_ALIAS) 85 winsound.PlaySound("*", winsound.SND_ALIAS)
|
D | windows.rst | 15 winsound.rst
|
/external/python/cpython2/Doc/library/ |
D | winsound.rst | 2 :mod:`winsound` --- Sound-playing interface for Windows 5 .. module:: winsound 14 The :mod:`winsound` module provides access to the basic sound-playing machinery 82 import winsound 84 winsound.PlaySound("SystemExit", winsound.SND_ALIAS) 88 winsound.PlaySound("*", winsound.SND_ALIAS)
|
D | windows.rst | 15 winsound.rst
|
/external/python/cpython3/Tools/freeze/ |
D | extensions_win32.ini | 40 [winsound] section 41 dsp=%PYTHONPREFIX%\PCbuild\winsound.dsp argument
|
/external/python/cpython2/Tools/freeze/ |
D | extensions_win32.ini | 40 [winsound] section 41 dsp=%PYTHONPREFIX%\PCBuild\winsound.dsp argument
|
/external/python/cpython2/PC/ |
D | dllbase_nt.txt | 32 - winsound 1D160000 - 1D170000
|
/external/python/cpython3/Doc/extending/ |
D | windows.rst | 42 :source:`winsound <PCbuild/winsound.vcxproj>` standard library module.
|
/external/python/cpython2/Doc/extending/ |
D | windows.rst | 42 :source:`winsound <PCbuild/winsound.vcxproj>` standard library module.
|
/external/python/cpython2/PC/VS7.1/ |
D | pcbuild.sln | 73 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winsound", "winsound.vcproj", "{51F35FAE-FB92-…
|
D | python.iss | 161 Source: DLLs\winsound.pyd; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: main 162 Source: libs\winsound.lib; DestDir: {app}\libs; CopyMode: alwaysoverwrite; Components: main
|
D | python20.wse | 1797 Source=.\winsound.pyd 1798 Destination=%MAINDIR%\DLLs\winsound.pyd 1894 Source=.\winsound.lib 1895 Destination=%MAINDIR%\libs\winsound.lib
|
/external/python/cpython2/Misc/ |
D | maintainers.rst | 246 winsound effbot (inactive)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b1.rst | 971 Check return value of winsound.MessageBeep. 1007 Fix support for SND_MEMORY in winsound.PlaySound. Based on a patch by Tim 1580 The functions of the winsound module now accept keyword arguments.
|
/external/python/cpython3/PCbuild/ |
D | readme.txt | 155 winsound
|
/external/python/cpython2/PC/VS9.0/ |
D | readme.txt | 102 winsound
|
D | pcbuild.sln | 36 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winsound", "winsound.vcproj", "{28B5D777-DDF2-…
|
/external/python/cpython2/PCbuild/ |
D | readme.txt | 175 winsound
|
D | pcbuild.sln | 16 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winsound", "winsound.vcxproj", "{28B5D777-DDF2…
|
/external/python/cpython2/PC/VS8.0/ |
D | pcbuild.sln | 36 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winsound", "winsound.vcproj", "{28B5D777-DDF2-…
|