HomeSort by relevance Sort by last modified time
    Searched full:beep (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/syslinux/gpxe/src/hci/mucurses/
alert.c 15 int beep ( void ) { function
kb.c 67 beep();
115 beep();
  /external/tcpdump/
print-beep.c 8 * print-beep.c
44 ND_PRINT((ndo, " BEEP MSG"));
46 ND_PRINT((ndo, " BEEP RPY"));
48 ND_PRINT((ndo, " BEEP ERR"));
50 ND_PRINT((ndo, " BEEP ANS"));
52 ND_PRINT((ndo, " BEEP NUL"));
54 ND_PRINT((ndo, " BEEP SEQ"));
56 ND_PRINT((ndo, " BEEP END"));
58 ND_PRINT((ndo, " BEEP (payload or undecoded)"));
  /external/libxml2/result/SVG/
script.xml 7 /* Beep on mouseclick */
8 MouseClickHandler() { beep(); }
  /external/libxml2/test/SVG/
script.xml 7 /* Beep on mouseclick */
8 MouseClickHandler() { beep(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddbeep.h 22 #define DD_BEEP_DEVICE_NAME "\\Device\\Beep"
23 #define DD_BEEP_DEVICE_NAME_U L"\\Device\\Beep"
utilapiset.h 24 WINBASEAPI WINBOOL WINAPI Beep (DWORD dwFreq, DWORD dwDuration);
  /external/v8/tools/ignition/
linux_perf_report_test.py 29 01234567 beep
59 ["beep", "BytecodeHandler:bar", "[interpreter]"],
75 ["beep", "BytecodeHandler:bar", "[interpreter]"],
84 ["beep", "BytecodeHandler:bar"],
89 ('BytecodeHandler:bar;beep', 1),
97 ["beep", "BytecodeHandler:bar"],
101 ('BytecodeHandler:bar;beep', 1),
108 ["beep", "BytecodeHandler:bar"],
120 ["beep", "BytecodeHandler:bar"],
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
LegacySpeaker.c 37 This function will enable the speaker to generate beep
55 This function will stop beep from speaker.
73 Generate beep sound based upon number of beeps and duration of the beep
77 @param TimeInterval Interval between each beep
134 This function will generate the beep for specified duration.
138 @param TimeInterval Interval between each beep
LegacySpeaker.h 51 // Default Intervals/Beep Duration
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.output 7 found method def beep
  /external/vboot_reference/firmware/lib/include/
vboot_audio.h 5 * Delay/beep functions used in dev-mode kernel selection.
  /external/syslinux/bios/com32/cmenu/
test2.c32 
  /external/syslinux/efi32/com32/cmenu/
test2.c32 
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
LegacySpeaker.c 46 This function will enable the speaker to generate beep
66 This function will stop beep from speaker.
139 This function will generate the beep for specified duration.
144 @param TimeInterval Interval between each beep
LegacySpeaker.h 51 // Default Intervals/Beep Duration
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winsound.py 34 # winsound.Beep returns 0 and GetLastError() returns 127, which
38 # a legacy Beep device).)
41 self.assertRaises(TypeError, winsound.Beep)
42 self.assertRaises(ValueError, winsound.Beep, 36, 75)
43 self.assertRaises(ValueError, winsound.Beep, 32768, 75)
55 # possible to have a soundcard, and yet have the beep driver
57 # a beep should be produced or not, so currently if these
64 winsound.Beep(*args)
  /external/syslinux/gpxe/src/arch/i386/core/
video_subr.c 73 //beep
74 //beep(500);
  /external/vboot_reference/tests/
vboot_api_devmode_tests.c 65 {0, 400, 20000}, // starts first beep at 20 seconds
67 {0, 400, 20500}, // starts second beep
87 {250, 400, 20000}, // first beep at 20 seconds
88 {250, 400, 20510}, // second beep shortly after
109 {250, 400, 20000}, // first beep at 20 seconds
119 {120, 400, 10000}, // complains about Ctrl-U (one beep)
123 {0, 400, 20360}, // starts first beep at 20 seconds
125 {0, 400, 20860}, // starts second beep
  /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)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
Speaker.h 49 // Beep Code
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
Speaker.h 49 // Beep Code

Completed in 1107 milliseconds

1 2 3 4 5 6 7 8 910