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

1 2 3 4 5 6 7 8

  /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 26 #define DD_BEEP_DEVICE_NAME "\\Device\\Beep"
27 #define DD_BEEP_DEVICE_NAME_U L"\\Device\\Beep"
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.output 7 found method def beep
rhino-python.input 77 def beep(self):
78 self.textpane.toolkit.beep()
120 self.beep()
133 self.beep()
  /external/vboot_reference/firmware/lib/include/
vboot_audio.h 5 * Delay/beep functions used in dev-mode kernel selection.
  /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)
  /external/autotest/server/cros/faft/config/
DEFAULTS.py 72 # Delay for waiting beep done
73 beep = 1 variable in class:Values
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 52 void Beep(FX_DWORD dwType) override;
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
gjslint.py 63 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.')
86 GJSLINT_ONLY_FLAGS = ['--unix_mode', '--beep', '--nobeep', '--time',
298 if FLAGS.beep:
299 # Make a beep noise.
  /external/toybox/toys/posix/
echo.c 22 \a alert (beep/flash)
  /docs/source.android.com/src/devices/accessories/headset/
testing.jd 92 <li> you hear a beep after which you should be able to make a voice search query,
105 <li> you hear a beep after which you should be able to make a search query, such as
  /external/pdfium/fpdfsdk/src/javascript/
app.h 76 FX_BOOL beep(IJS_Context* cc,
190 JS_STATIC_METHOD(beep, app);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 201 this.getToolkit().beep();
213 this.getToolkit().beep();
263 getToolkit().beep();
283 this.getToolkit().beep();
290 this.getToolkit().beep();
342 getToolkit().beep(); // LIU: Add audio feedback of NOP
357 getToolkit().beep(); // LIU: Add audio feedback of NOP
  /frameworks/base/services/tests/servicestests/src/com/android/server/notification/
BuzzBeepBlinkTest.java 264 // update should beep
280 // update should not beep
438 // update should not beep
  /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>',
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Tone.java 74 * General beep.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libncurses.so.5 
libncurses.so.5.9 
  /external/vboot_reference/firmware/lib/
vboot_audio.c 5 * Delay/beep functions used in dev-mode kernel selection.
84 /* If we can't beep in the background, don't allow customization. */

Completed in 2362 milliseconds

1 2 3 4 5 6 7 8