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

123456

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dplay.tcl11 puts {Usage: play.tcl file}
18 s play -block 1
H A DSphereTest.tcl17 s play -block 1
H A Dmixplay.tcl15 proc play {} { procedure
16 s1 play -filter $::map1
17 s2 play -filter $::map2
50 pack [button $fb.bp -bitmap snackPlay -command play] -side left
H A Doggstream.tcl26 # Notify the server that a play operation is due
27 puts -nonewline $sock play
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/ext/
H A Dtest.tcl21 pack [button .b -text Play -command {s play}]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Doggplay.py5 # Note: this script will also play audio files in any other format supported
20 snd.play(blocking=1)
H A Dmixplay.py16 def play(): function
17 snd1.play(filter=map1)
18 snd2.play(filter=map2)
53 Button(fb, bitmap='snackPlay', command=play).pack(side='left')
H A Dplaynotes.py14 s.play(filter=filt,blocking=1)
H A Dsphere.py22 snd.play(blocking=1)
H A Dgenerator.py15 def play(): function
17 s.play(filter=filt)
58 Button(fb, bitmap='snackPlay', command=play).pack(side='left')
H A Decho.py18 def play(): function
19 s.play(filter=filt)
58 Button(fb, bitmap='snackPlay', command=play).pack(side='left')
H A Dwidget.py25 def play(): function
26 s2.play()
49 Button(f0, bitmap='snackPlay', command=play).pack(side='left')
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/tests/
H A DtestFileConfig.tcl6 {.top.m configure -file $fn2; .top.m play}]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A Dsndplay.rb12 snd.play
H A Dsndplay2.rb18 snd.play
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DNonMovable.tcl14 .top.m play
H A DFullScreen2.tcl36 bind $f.ss <Button-1> {Command play}
59 play {
64 bind $w.f.ss <Button-1> {Command play}
76 Command play
H A DCoolDialog.tcl12 button .bt1 -text {Play Me} -command {.m play}
/macosx-10.9.5/ntp-88/util/
H A Dtg.c335 info.play.port = port;
336 info.play.gain = level;
337 info.play.sample_rate = SECOND;
338 info.play.channels = 1;
339 info.play.precision = 8;
340 info.play.encoding = AUDIO_ENCODING_ULAW;
342 info.play.port, info.play.gain, info.play.sample_rate,
343 info.play
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMediaController.idl42 void play();
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/unix/
H A DjkAudIO_sun.c78 A->ainfo.play.sample_rate = freq;
79 A->ainfo.play.channels = nchannels;
89 A->ainfo.play.encoding = AUDIO_ENCODING_LINEAR;
91 A->ainfo.play.precision = 16;
97 A->ainfo.play.encoding = AUDIO_ENCODING_ALAW;
99 A->ainfo.play.precision = 8;
103 A->ainfo.play.encoding = AUDIO_ENCODING_LINEAR;
105 A->ainfo.play.precision = 16;
113 A->ainfo.play.encoding = AUDIO_ENCODING_ULAW;
115 A->ainfo.play
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DFullscreenVideoControllerEfl.h59 void play();
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssound.py18 self.failUnlessResultIsBOOL(NSSound.play)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssound.py18 self.assertResultIsBOOL(NSSound.play)
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Ddhasen.rb7 How to play.

Completed in 194 milliseconds

123456