Searched refs:Beep (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_winsound.py | 34 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/ |
D | test_winsound.py | 32 safe_Beep = sound_func(winsound.Beep) 40 self.assertRaises(TypeError, winsound.Beep) 41 self.assertRaises(ValueError, winsound.Beep, 36, 75) 42 self.assertRaises(ValueError, winsound.Beep, 32768, 75)
|
/external/libcups/examples/ |
D | identify-printer-multiple.test | 4 NAME "Identify Printer with Message and Beep"
|
/external/python/cpython2/Doc/library/ |
D | winsound.rst | 18 .. function:: Beep(frequency, duration) 20 Beep the PC's speaker. The *frequency* parameter specifies frequency, in hertz,
|
/external/python/cpython3/Doc/library/ |
D | winsound.rst | 17 .. function:: Beep(frequency, duration) 19 Beep the PC's speaker. The *frequency* parameter specifies frequency, in hertz,
|
/external/python/cpython2/PC/ |
D | winsound.c | 120 ok = Beep(freq, dur); in sound_beep()
|
/external/python/cpython3/PC/ |
D | winsound.c | 151 ok = Beep(frequency, duration); in winsound_Beep_impl()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.h | 69 void Beep(uint32_t dwType) override;
|
D | cpdfxfa_context.cpp | 288 void CPDFXFA_Context::Beep(uint32_t dwType) { in Beep() function in CPDFXFA_Context
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 122 virtual void Beep(uint32_t dwType) = 0;
|
/external/llvm-project/lldb/source/Host/windows/ |
D | EditLineWin.cpp | 296 void el_beep(EditLine *) { Beep(1000, 500); } in el_beep()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 407 pNotify->GetAppProvider()->Beep(dwType); in beep()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1741 Allowed keyword arguments to be passed to :func:`Beep <winsound.Beep>`,
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 110 PUBLIC 37a77 8 Beep
|
/external/python/cpython2/Misc/ |
D | HISTORY | 7870 - winsound module: Under Win9x, winsound.Beep() now attempts to simulate
|
/external/python/cpython3/Misc/ |
D | HISTORY | 25249 - winsound module: Under Win9x, winsound.Beep() now attempts to simulate
|