Searched refs:beep (Results 1 - 25 of 150) sorted by relevance

123456

/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dplaynotes.py12 def beep(freq): function
16 beep(261.6)
17 beep(293.7)
18 beep(329.7)
19 beep(349.3)
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_beep.c36 * beep.c
38 * The routine beep().
43 #include <term.h> /* beep, flash */
48 * beep()
56 beep(void) function
60 T((T_CALLED("beep()")));
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DHelloWorld.py59 beep = NSSound.alloc()
60 beep.initWithContentsOfFile_byReference_( '/System/Library/Sounds/Tink.Aiff', 1 )
61 hel.setSound_( beep )
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A DHelloWorld.py59 beep = NSSound.alloc()
60 beep.initWithContentsOfFile_byReference_( '/System/Library/Sounds/Tink.Aiff', 1 )
61 hel.setSound_( beep )
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A DHelloWorld.py59 beep = NSSound.alloc()
60 beep.initWithContentsOfFile_byReference_( '/System/Library/Sounds/Tink.Aiff', 1 )
61 hel.setSound_( beep )
/macosx-10.10/ncurses-44/ncurses/test/
H A Dtest_instr.c84 beep();
129 beep();
136 beep();
143 beep();
150 beep();
166 beep();
173 beep();
H A Dtest_inwstr.c85 beep();
130 beep();
137 beep();
144 beep();
151 beep();
167 beep();
174 beep();
H A Dtest_get_wstr.c149 beep();
196 beep();
204 beep();
212 beep();
220 beep();
240 beep();
254 beep();
263 beep();
316 beep();
H A Dtest_getstr.c151 beep();
198 beep();
206 beep();
214 beep();
222 beep();
242 beep();
256 beep();
265 beep();
317 beep();
H A Dtest_opaque.c259 beep();
315 beep();
322 beep();
329 beep();
348 beep();
355 beep();
362 beep();
369 beep();
382 beep();
H A Dedit_field.c240 beep();
250 beep();
258 beep();
265 beep();
268 beep();
429 beep();
H A Dinch_wide.c73 beep();
118 beep();
125 beep();
132 beep();
139 beep();
152 beep();
H A Dinchs.c72 beep();
117 beep();
124 beep();
131 beep();
138 beep();
151 beep();
H A Ddemo_panels.c161 beep();
168 beep();
175 beep();
182 beep();
566 beep();
662 beep();
665 beep();
679 beep();
686 beep();
689 beep();
[all...]
H A Dchgat.c167 beep();
172 beep();
220 beep();
282 beep();
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-rebind.el207 (beep)))
227 (beep))))
238 (beep))
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendHost.idl74 void beep();
H A DInspectorFrontendHost.h88 void beep();
/macosx-10.10/emacs-93/emacs/lisp/
H A Duserlock.el77 (beep)
129 (beep)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Demacs.c83 #define beep() ed_ringbell() macro
380 beep();
498 beep();
540 beep();
622 beep();
643 beep();
662 beep();
679 beep();
714 beep();
869 beep();
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorFrontendHostStub.js142 beep: function() method in class:WebInspector.InspectorFrontendHostStub
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-page.el47 `beep'. If non-nil, it must be a function that takes two arguments:
72 a message and `beep'. In addition to that, the page message is also
88 (beep))
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesm.cc388 ::beep();
394 ::beep();
400 ::beep();
406 ::beep();
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dbeep.tcl0 # beep.tcl - Copyright (C) 2001 Pat Thoyts <patthoyts@users.sourceforge.net>
5 # SOAP::configure -transport soap.beep \
13 # -proxy soap.beep://qawoor.dbc.mtview.ca.us/soapinterop \
31 namespace eval ::SOAP::Transport::beep {
33 variable rcsid {$Id: beep.tcl,v 1.8 2003/09/06 17:08:46 patthoyts Exp $}
37 ::SOAP::register soap.beep [namespace current]
48 # beep sessions
71 proc ::SOAP::Transport::beep::method:configure {procVarName opt value} {
106 proc ::SOAP::Transport::beep::method:create {procVarName args} {
146 soap.beep {
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c166 beep();
169 beep();

Completed in 282 milliseconds

123456