Searched defs:play (Results 1 - 24 of 24) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dplay.js12 play(mediaElements[i]);
16 function play(element) { function
20 throw new Error('Can not play non HTML5 media elements.');
31 element.play();
H A Dplay_unittest.py6 from telemetry.internal.actions import play namespace
26 action = play.PlayAction(playing_event_timeout_in_seconds=5)
39 action = play.PlayAction(selector='#video_1',
53 action = play.PlayAction(selector='all',
67 """Tests that wait_for_playing timeouts if video does not play."""
68 action = play.PlayAction(selector='#video_1',
78 action = play.PlayAction(selector='#video_1',
91 action = play.PlayAction(selector='#video_1',
104 action = play.PlayAction(selector='#video_1',
/external/autotest/client/cros/video/
H A Dvimeo_player.py26 def play(self): member in class:VimeoPlayer
31 self.tab.ExecuteJavaScript('%s.play()' % self.video_id)
H A Dnative_html5_player.py47 def play(self): member in class:NativeHtml5Player
52 self.tab.ExecuteJavaScript('play()')
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/scenario/
H A DScenario.py37 to play a complete scenario.
164 def play(self): member in class:Scenario
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DSocksProxy.java62 public void play() throws IOException { method in class:SocksProxy
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
H A DMediaPlayerFacade.java45 * If play=true, then the media file will play immediately, otherwise it will wait for a
117 @Rpc(description = "Open a media file", returns = "true if play successful")
122 String tag, @RpcParameter(name = "play", description = "start playing immediately")
124 Boolean play) {
131 if (play) {
264 @RpcParameter(name = "next", description = "tag of the next track to play.")
118 mediaPlayOpen(@pcParametername = �, description = �) String url, @RpcParameter(name = �, description = �) @RpcDefault(value = �) String tag, @RpcParameter(name = �, description = �) @RpcDefault(value = �) Boolean play) argument
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockWebServer.java100 throw new IllegalStateException("Cannot retrieve port before calling play()");
195 * Equivalent to {@code play(0)}.
197 public void play() throws IOException { method in class:MockWebServer
198 play(0);
209 public void play(int port) throws IOException { method in class:MockWebServer
211 throw new IllegalStateException("play() already called");
/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java82 synchronized public final int play(Sound sound, boolean loop, int priority) { method in class:SoundSystem
85 stream = mSoundPool.play(sound.soundId, 1.0f, 1.0f, priority, loop ? -1 : 0, 1.0f);
94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) { method in class:SoundSystem
97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate);
130 // sounds will continue to play. Rather that reproduce all the bookkeeping
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
H A DBluetoothMediaPlayback.java81 play();
127 * and sets up and prepares the MediaPlayer to play the file.
191 * Gets the item to play from the MusicProvider's PlayQueue
194 public void play() { method in class:BluetoothMediaPlayback
195 Log.d(TAG + " play queIndex: " + queueIndex);
218 // Cache the current position to use when play resumes
370 Log.e(TAG + " No Media to play");
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DMockSpdyPeer.java117 public void play() throws IOException { method in class:MockSpdyPeer
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp449 QIcon play; local
450 play.addFile(QString::fromUtf8(":/play.png"), QSize(),
453 fActionPlay.setIcon(play);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jmf.jar ... io.File fileFail int loopsFail Long durationFail private void play (org.apache.tools.ant.Project, java ...
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h115 } play; member in union:video_command::__anon8554
/external/speex/libspeex/
H A Dmdf.c389 static void dump_audio(const spx_int16_t *rec, const spx_int16_t *play, const spx_int16_t *out, int len) argument
396 fwrite(play, sizeof(spx_int16_t), len, pFile);
659 EXPORT void speex_echo_playback(SpeexEchoState *st, const spx_int16_t *play) argument
671 st->play_buf[st->play_buf_pos+i] = play[i];
677 st->play_buf[st->play_buf_pos+i] = play[i];
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 947 milliseconds