Home
last modified time | relevance | path

Searched refs:Beep (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_winsound.py34 safe_Beep = sound_func(winsound.Beep)
41 self.assertRaises(TypeError, winsound.Beep)
42 self.assertRaises(ValueError, winsound.Beep, 36, 75)
43 self.assertRaises(ValueError, winsound.Beep, 32768, 75)
/external/python/cpython3/Lib/test/
Dtest_winsound.py34 safe_Beep = sound_func(winsound.Beep)
42 self.assertRaises(TypeError, winsound.Beep)
43 self.assertRaises(ValueError, winsound.Beep, 36, 75)
44 self.assertRaises(ValueError, winsound.Beep, 32768, 75)
/external/python/cpython2/Doc/library/
Dwinsound.rst18 .. function:: Beep(frequency, duration)
20 Beep the PC's speaker. The *frequency* parameter specifies frequency, in hertz,
/external/python/cpython3/Doc/library/
Dwinsound.rst17 .. function:: Beep(frequency, duration)
19 Beep the PC's speaker. The *frequency* parameter specifies frequency, in hertz,
/external/python/cpython2/PC/
Dwinsound.c120 ok = Beep(freq, dur); in sound_beep()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h68 void Beep(uint32_t dwType) override;
Dcpdfxfa_context.cpp227 void CPDFXFA_Context::Beep(uint32_t dwType) { in Beep() function in CPDFXFA_Context
/external/python/cpython3/PC/
Dwinsound.c151 ok = Beep(frequency, duration); in winsound_Beep_impl()
/external/pdfium/xfa/fxfa/
Dfxfa.h136 virtual void Beep(uint32_t dwType) = 0;
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp422 pNotify->GetAppProvider()->Beep(dwType); in beep()
/external/syslinux/txt/
Dsyslinux.cfg.txt633 Beep the speaker.
/external/syslinux/doc/
Dsyslinux.txt650 Beep the speaker.
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1689 Allowed keyword arguments to be passed to :func:`Beep <winsound.Beep>`,
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
Dkernel32.sym110 PUBLIC 37a77 8 Beep
/external/python/cpython2/Misc/
DHISTORY7870 - winsound module: Under Win9x, winsound.Beep() now attempts to simulate
/external/python/cpython3/Misc/
DHISTORY25249 - winsound module: Under Win9x, winsound.Beep() now attempts to simulate