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

1 2 3 4 5 6 7

  /external/tcpdump/
print-beep.c 8 * print-beep.c
14 "@(#) $Header: /tcpdump/master/tcpdump/print-beep.c,v 1.6 2003-11-16 09:36:13 guy Exp $";
56 printf(" BEEP MSG");
58 printf(" BEEP RPY");
60 printf(" BEEP ERR");
62 printf(" BEEP ANS");
64 printf(" BEEP NUL");
66 printf(" BEEP SEQ");
68 printf(" BEEP END");
70 printf(" BEEP (payload or undecoded)")
    [all...]
Android.mk 8 print-atm.c print-beep.c print-bfd.c print-bgp.c \
  /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/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.mm 77 // Beep beep, beep beep, Yeah!
  /external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler.h 33 // such as a beep if DefWindowProc() has no default handling for the given
  /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/chromium_org/media/audio/
fake_audio_input_stream.cc 27 // Automatic beep will be triggered every |kAutomaticBeepIntervalInMs| unless
28 // users explicitly call BeepOnce(), which will disable the automatic beep.
101 // Accumulate the time from the last beep.
125 // If this object was instructed to generate a beep or has started to
126 // generate a beep sound.
fake_audio_input_stream.h 40 // Generate one beep sound. This method is called by
  /external/chromium_org/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 43 // with double-clicks on the contiguous tab strip area. (It'll fail and beep.)
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 61 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.')
75 GJSLINT_ONLY_FLAGS = ['--unix_mode', '--beep', '--nobeep', '--time',
263 if FLAGS.beep:
264 # Make a beep noise.
  /external/chromium_org/third_party/closure_linter/closure_linter/
gjslint.py 61 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.')
75 GJSLINT_ONLY_FLAGS = ['--unix_mode', '--beep', '--nobeep', '--time',
263 if FLAGS.beep:
264 # Make a beep noise.
  /external/pdfium/fpdfsdk/include/javascript/
app.h 126 FX_BOOL beep(OBJ_METHOD_PARAMS);
202 JS_STATIC_METHOD(beep, app);
  /external/srec/srec/ca/
ann_api.c 439 ** 3. Delete unwanted leading segment(s) - a beep, for example.
466 ** 4. Check min/max overall length. "Beep" has already been deleted.
634 /* If beep detection fails, back off to a fixed speech start point */
644 ** Stuff the annotation object with the beep start and end points.
672 ** forward of the end of the beep.
693 /* Delete all speech segments that finish before or at the end of beep.
705 /* Speech before end of beep? - chop it out.
739 /* Delete all speech segments that finish before end of beep
748 /* Speech before end of beep? - chop it out.
  /external/chromium_org/media/video/capture/
fake_video_capture_device.cc 20 static const int kFakeCaptureBeepCycle = 10; // Visual beep every 0.5s.
152 // Generate a synchronized beep sound if there is one audio input
  /external/srec/srec/include/
pre_desc.h 121 int beep_size; /*X201 beep filter */
122 int beep_threshold; /*X201 beep filter */
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 42 * to beep every ten seconds for an hour:
52 * public void run() { System.out.println("beep"); }
  /external/chromium_org/content/test/data/media/
webrtc_test_audio.js 37 // Tries to identify the beep-every-half-second signal generated by the fake
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
shell.js 19 define('builtin', 'ab awk bash beep cat cc cd chown chmod chroot clear cp ' +
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Tone.java 74 * General beep.
  /external/libedit/src/
common.c 643 char beep = 0; local
663 beep = 1;
667 if (beep)
681 el_action_t beep = CC_REFRESH, rval; local
690 beep = CC_REFRESH_BEEP;
694 return beep;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 624 * Beep detection
626 private static final int START_WINDOW_MS = 500; // Beep detection window duration in ms
627 private static final int SINE_FREQ = 400; // base sine frequency on beep
630 private static final int START = 0; // beep detection start
631 private static final int RISING = 1; // beep rising edge start
632 private static final int TOP = 2; // beep constant energy detected
710 if (false) Log.d(TAG, "no beep detected, timed out");
    [all...]
  /external/llvm/include/llvm/LineEditor/
LineEditor.h 52 /// Show Completions, or beep if the list is empty.

Completed in 899 milliseconds

1 2 3 4 5 6 7