HomeSort by relevance Sort by last modified time
    Searched refs:Play (Results 1 - 25 of 25) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
play.js 8 // Performs the "Play" action on media satisfying selector.
12 play(mediaElements[i]);
16 function play(element) { function
20 throw new Error('Can not play non HTML5 media elements.');
31 element.play();
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 146 self.jet.Play()
197 self.jet.Play()
JetAudition.py 44 CMD_PLAY = 'Play'
285 """ Sets a flag to continue play loop or shut down """
290 """ Gets the play flag """
305 """ Sets a play command """
310 """ Gets a play command """
362 self.jet.Play()
482 self.jet.Play()
496 """ When exiting the audition window, shut down jet play thread """
eas.py 93 'Play',
103 # iMode play modes
318 """Set play mode on a stream."""
490 def Play (self, max_time=None):
492 eas_logger.debug('EAS_File.Play')
    [all...]
JetUtils.py 376 audio_file.Play()
JetCreator.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wiavideo.h 73 virtual HRESULT WINAPI Play(void) = 0;
93 HRESULT (WINAPI *Play)(IWiaVideo *This);
115 #define IWiaVideo_Play(This) (This)->lpVtbl->Play(This)
dmplugin.h 211 STDMETHOD(Play)(THIS_ void *pStateData, MUSIC_TIME mtStart, MUSIC_TIME mtEnd, MUSIC_TIME mtOffset, DWORD dwFlags, struct IDirectMusicPerformance *pPerf, struct IDirectMusicSegmentState *pSegSt, DWORD dwVirtualID) PURE;
230 #define IDirectMusicTrack_Play(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->Play(p,a,b,c,d,e,f,g,h)
254 STDMETHOD(Play)(THIS_ void *pStateData, MUSIC_TIME mtStart, MUSIC_TIME mtEnd, MUSIC_TIME mtOffset, DWORD dwFlags, struct IDirectMusicPerformance *pPerf, struct IDirectMusicSegmentState *pSegSt, DWORD dwVirtualID) PURE;
279 #define IDirectMusicTrack8_Play(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->Play(p,a,b,c,d,e,f,g,h)
dsdriver.h 186 STDMETHOD(Play)(THIS_ DWORD dwReserved1,DWORD dwReserved2,DWORD dwFlags) PURE;
204 #define IDsDriverBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c)
dsound.h 222 #define DSBCAPS_GETCURRENTPOSITION2 0x00010000 /* More accurate play cursor under emulation*/
567 STDMETHOD(Play)(THIS_ DWORD dwReserved1, DWORD dwReserved2, DWORD dwFlags) PURE;
594 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c)
618 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->Play(a,b,c)
650 STDMETHOD(Play)(THIS_ DWORD dwReserved1, DWORD dwReserved2, DWORD dwFlags) PURE;
680 #define IDirectSoundBuffer8_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c)
    [all...]
mfplay.h 163 STDMETHOD_(HRESULT,Play)(THIS) PURE;
206 #define IMFPMediaPlayer_Play() (This)->lpVtbl->Play(This)
agtctl.h     [all...]
agtsvr.h     [all...]
  /build/tools/droiddoc/templates-sdk/
footer.cs 68 <h2 class="norule dac-modal-header-title">Get the latest Android developer news and tips that will help you find success on Google Play.</h2>
100 <label for="newsletter-play-store" class="dac-form-floatlabel">One of your Play Store app URLs</label>
101 <input type="url" class="dac-form-input" name="entry.47013838" id="newsletter-play-store" required>
132 <input type="checkbox" class="dac-form-checkbox" name="entry.732309842" id="newsletter-add" required value="Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.">
136 <label for="newsletter-add" class="dac-form-label dac-form-aside">Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.<span class="dac-form-required">*</span></label>
  /build/tools/droiddoc/templates-sdk-refonly/
footer.cs 68 <h2 class="norule dac-modal-header-title">Get the latest Android developer news and tips that will help you find success on Google Play.</h2>
100 <label for="newsletter-play-store" class="dac-form-floatlabel">One of your Play Store app URLs</label>
101 <input type="url" class="dac-form-input" name="entry.47013838" id="newsletter-play-store" required>
132 <input type="checkbox" class="dac-form-checkbox" name="entry.732309842" id="newsletter-add" required value="Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.">
136 <label for="newsletter-add" class="dac-form-label dac-form-aside">Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.<span class="dac-form-required">*</span></label>
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js 228 // Set up play-on-hover <video> tags.
229 $('video.play-on-hover').bind('click', function() {
231 $(this).get(0).play();
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/
footer.cs 107 <label for="newsletter-play-store" class="dac-form-floatlabel" data-t="newsletter.appUrl">One of your Play Store app URLs</label>
108 <input type="url" class="dac-form-input" name="entry.47013838" id="newsletter-play-store" required>
139 <input type="checkbox" class="dac-form-checkbox" name="entry.732309842" id="newsletter-add" required value="Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.">
  /external/opencv3/3rdparty/include/dshow/
dsound.h 222 #define DSBCAPS_GETCURRENTPOSITION2 0x00010000 /* More accurate play cursor under emulation*/
554 STDMETHOD(Play)(THIS_ DWORD dwReserved1, DWORD dwReserved2, DWORD dwFlags) PURE;
581 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c)
605 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->Play(a,b,c)
637 STDMETHOD(Play)(THIS_ DWORD dwReserved1, DWORD dwReserved2, DWORD dwFlags) PURE;
667 #define IDirectSoundBuffer8_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c)
695 #define IDirectSoundBuffer8_Play(p,a,b,c) (p)->Play(a,b,c)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_rm.py 390 contents='Child\'s Play')
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 85 </a><?cs else ?><a class="dac-header-console-btn" href="https://play.google.com/apps/publish/">
86 <span class="dac-sprite dac-google-play"></span>
271 <a class="dac-nav-link" href="<?cs var:toroot ?>distribute/googleplay/index.html">Google Play</a></li>
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 87 </a><?cs else ?><a class="dac-header-console-btn" href="https://play.google.com/apps/publish/">
88 <span class="dac-sprite dac-google-play"></span>
246 <a class="dac-nav-link" href="<?cs var:toroot ?>distribute/googleplay/index.html">Google Play</a></li>
  /build/tools/droiddoc/templates-ndk/
customizations.cs 521 <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li>
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 430 // Set up play-on-hover <video> tags.
431 $('video.play-on-hover').bind('click', function(){
433 $(this).get(0).play();
615 // reset the size in case the user adjusted the window since last play
    [all...]
  /build/tools/droiddoc/templates-sdk-refonly/assets/js/
docs.js 430 // Set up play-on-hover <video> tags.
431 $('video.play-on-hover').bind('click', function(){
433 $(this).get(0).play();
615 // reset the size in case the user adjusted the window since last play
    [all...]

Completed in 1452 milliseconds