Searched refs:playing (Results 1 – 25 of 99) sorted by relevance
1234
/external/autotest/client/site_tests/video_YouTubePage/ |
D | control.playing | 6 NAME = "video_YouTubePage.playing" 7 PURPOSE = "Verify that YouTube page HTML5 video playing works" 9 This test will fail if YouTube page HTML5 video fails to be in the 'playing' 21 This test verifies YouTube video playing state. 24 _TEST_NAME = 'playing'
|
D | control.360 | 9 This test records the dropped frames count and percentage while playing a
|
D | control.resuming | 9 This test will fail if YouTube page HTML5 video fails to be in the 'playing'
|
/external/python/cpython2/Lib/plat-irix6/ |
D | readcd.py | 42 self.playing = 0 54 if self.playing: 130 if self.playing: 143 if self.playing: 189 self.playing = 0 201 if not self.playing: 235 self.playing = 1 238 self.playing = 0 244 self.playing = 0 247 self.playing = 0
|
/external/python/cpython2/Lib/plat-irix5/ |
D | readcd.py | 42 self.playing = 0 54 if self.playing: 130 if self.playing: 143 if self.playing: 189 self.playing = 0 201 if not self.playing: 235 self.playing = 1 238 self.playing = 0 244 self.playing = 0 247 self.playing = 0
|
/external/adhd/scripts/mic_testing/frontend/ |
D | source.js | 108 var playing = false; 158 if (!playing) return; 179 playing = false; 187 playing = true; 194 playing = false;
|
/external/python/cpython3/Doc/library/ |
D | winsound.rst | 1 :mod:`winsound` --- Sound-playing interface for Windows 6 :synopsis: Access to the sound-playing machinery for Windows. 13 The :mod:`winsound` module provides access to the basic sound-playing machinery 32 ``None``, any currently playing waveform sound is stopped. If the system 101 This module does not support playing from a memory image asynchronously, so a 107 Stop playing all instances of the specified sound. 126 Do not interrupt sounds currently playing.
|
/external/python/cpython2/Doc/library/ |
D | winsound.rst | 2 :mod:`winsound` --- Sound-playing interface for Windows 7 :synopsis: Access to the sound-playing machinery for Windows. 14 The :mod:`winsound` module provides access to the basic sound-playing machinery 34 ``None``, any currently playing waveform sound is stopped. If the system 104 This module does not support playing from a memory image asynchronously, so a 110 Stop playing all instances of the specified sound. 129 Do not interrupt sounds currently playing.
|
D | cd.rst | 104 The drive is in CD player mode playing an audio CD through its audio jacks. 197 at which to start playing the CD; if *play* is 0, the CD will be set to an 210 Like :meth:`play`, except that playing stops at the end of the track. 215 Like :meth:`play`, except that playing begins at the specified absolute time and 257 Stops the current playing operation. 262 Pauses the CD if it is playing, and makes it play if it is paused.
|
/external/autotest/client/site_tests/power_AudioDetector/ |
D | control | 7 PURPOSE = "Verify the system does not suspend while playing audio." 21 This test verifies that the system will not suspend while audio is playing.
|
/external/autotest/client/site_tests/audio_AudioCorruption/ |
D | control | 9 This test will fail if Chrome can't catch error for playing corrupted mp3 audio. 18 This test verifies Chrome can catch error for playing corrupted mp3 audio.
|
/external/autotest/client/site_tests/video_VideoCorruption/ |
D | control.h264 | 9 This test will fail if Chrome fails to catch error for playing corrupted mp4 video. 22 This test verifies Chrome can catch error for playing corrupted mp4 video.
|
D | control.vp8 | 9 This test will fail if Chrome fails to catch error for playing corrupted webm video. 22 This test verifies Chrome can catch error for playing corrupted webm video.
|
/external/autotest/client/site_tests/power_FlashVideoSuspend/ |
D | control.html5 | 21 Suspends the system with a Youtube video playing in HTML5 mode. 23 Checks that video is playing when DUT is resumed.
|
/external/u-boot/drivers/sound/ |
D | Kconfig | 8 the drivers support playing arbitrary sound samples using a 46 U-Boot sandbox can emulate a sound device using SDL, playing the
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 94 … and program changes will be read from the beginning of the segment when playing or triggering eve… 102 tracklist = The tracks in the segment currently playing segment display here. Tracks which are mut… 104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clic… 109 … and program changes will be read from the beginning of the segment when playing or triggering eve…
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.h | 93 playing(false), in State() 101 bool playing; member 142 state_.playing = enable; in SetPlaying() 420 return channel_state_.Get().playing; in Playing()
|
/external/skqp/site/user/ |
D | index.md | 20 * Picture (for recording and then playing back into another Canvas)
|
/external/skia/site/user/ |
D | index.md | 20 * Picture (for recording and then playing back into another Canvas)
|
/external/autotest/client/site_tests/power_VideoDetector/ |
D | control | 7 PURPOSE = "Verify the backlight does not get dimmed while playing video."
|
/external/autotest/test_suites/ |
D | control.power_loadtest | 15 This test runs a load test consisting of cycling though web pages, playing
|
D | control.power_loadtest_fast | 15 This test runs a load test consisting of cycling though web pages, playing
|
D | control.power_loadtest_1hour | 15 This test runs a load test consisting of cycling though web pages, playing
|
/external/autotest/client/site_tests/power_VideoSuspend/ |
D | control | 14 Suspends the system with a video playing.
|
/external/autotest/server/site_tests/audiovideo_AVSync/ |
D | control.hw_video_acc | 19 This test measure the audio/video synchronization quality while playing a
|
1234