HomeSort by relevance Sort by last modified time
    Searched refs:Beep (Results 1 - 10 of 10) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winsound.py 35 # winsound.Beep returns 0 and GetLastError() returns 127, which
39 # a legacy Beep device).)
42 self.assertRaises(TypeError, winsound.Beep)
43 self.assertRaises(ValueError, winsound.Beep, 36, 75)
44 self.assertRaises(ValueError, winsound.Beep, 32768, 75)
56 # possible to have a soundcard, and yet have the beep driver
58 # a beep should be produced or not, so currently if these
65 winsound.Beep(*args)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winsound.py 35 # winsound.Beep returns 0 and GetLastError() returns 127, which
39 # a legacy Beep device).)
42 self.assertRaises(TypeError, winsound.Beep)
43 self.assertRaises(ValueError, winsound.Beep, 36, 75)
44 self.assertRaises(ValueError, winsound.Beep, 32768, 75)
56 # possible to have a soundcard, and yet have the beep driver
58 # a beep should be produced or not, so currently if these
65 winsound.Beep(*args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winsound.py 35 # winsound.Beep returns 0 and GetLastError() returns 127, which
39 # a legacy Beep device).)
42 self.assertRaises(TypeError, winsound.Beep)
43 self.assertRaises(ValueError, winsound.Beep, 36, 75)
44 self.assertRaises(ValueError, winsound.Beep, 32768, 75)
56 # possible to have a soundcard, and yet have the beep driver
58 # a beep should be produced or not, so currently if these
65 winsound.Beep(*args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py 35 # winsound.Beep returns 0 and GetLastError() returns 127, which
39 # a legacy Beep device).)
42 self.assertRaises(TypeError, winsound.Beep)
43 self.assertRaises(ValueError, winsound.Beep, 36, 75)
44 self.assertRaises(ValueError, winsound.Beep, 32768, 75)
56 # possible to have a soundcard, and yet have the beep driver
58 # a beep should be produced or not, so currently if these
65 winsound.Beep(*args)
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 52 void Beep(FX_DWORD dwType) override;
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
jsdom_parser_test.js 38 docHtml2 = '<!DOCTYPE html><html><head></head><body>Beep boop</body></html>',
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 134 void CPDFXFA_App::Beep(FX_DWORD dwType) {
  /external/pdfium/xfa/include/fxfa/
fxfa.h 215 virtual void Beep(FX_DWORD dwType) = 0;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 480 ThrowScriptErrorMessage(XFA_IDS_INCORRECT_NUMBER_OF_METHOD, L"beep");
491 pNotify->GetAppProvider()->Beep(dwType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 1319 milliseconds