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

1 2 3 4 5 6

  /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 25 print-beep.c\
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestAmbient.java 42 private AudioNode footsteps, beep; field in class:TestAmbient
69 beep = new AudioNode(audioRenderer, assetManager, "Sound/Effects/Beep.ogg", true);
70 beep.setVolume(3);
71 beep.setLooping(true);
74 audioRenderer.playSource(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/webkit/Source/WebCore/platform/haiku/
SoundHaiku.cpp 31 #include <Beep.h>
38 beep();
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.mm 65 // Beep beep, beep beep, Yeah!
  /external/chromium/chrome/browser/ui/views/
unhandled_keyboard_event_handler.h 31 // such as a beep if DefWindowProc() has no default handling for the given
  /external/chromium/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 45 // with double-clicks on the contiguous tab strip area. (It'll fail and beep.)
  /external/webkit/Source/WebCore/platform/qt/
SoundQt.cpp 37 QApplication::beep();
  /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/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 44 * to beep every ten seconds for an hour:
54 * public void run() { System.out.println("beep"); }
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestDoppler.java 66 ufo = new AudioNode(assetManager, "Sound/Effects/Beep.ogg", false);
  /external/libvpx/examples/includes/geshi/geshi/
freebasic.php 47 "append", "as", "asc", "asin", "asm", "atan2", "atn", "beep", "bin", "binary", "bit",
oobas.php 74 'instr','len','strcomp','beep','shell','wait','getsystemticks','environ',
applescript.php 65 'AppleScript\'s', 'choose file', 'choose folder', 'choose from list', 'beep', 'contents', 'do shell script',
kixtart.php 94 'Beep',
lotusscript.php 98 'Boolean', 'Bind', 'Binary', 'Bin', 'Bin$', 'Beep', 'Base', 'Atn2',
mirc.php 55 'avoice','auto','autojoin','away','background','ban','beep',
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 87 // Do nothing, avoiding the beep we'd otherwise get from NSResponder,
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Tone.java 74 * General beep.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
option.sgml 68 -b, --beep Beep when done
95 static gboolean beep = FALSE;
103 { "beep", 'b', 0, G_OPTION_ARG_NONE, &amp;beep, "Beep when done", NULL },
  /external/quake/quake/src/QW/progs/
triggers.qc 106 2) beep beep
163 2) beep beep
191 2) beep 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...]

Completed in 1779 milliseconds

1 2 3 4 5 6