HomeSort by relevance Sort by last modified time
    Searched full:ended (Results 1 - 25 of 1038) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/media/
media_source_player.html 19 video.removeEventListener('ended', failTest);
20 installTitleEventHandler(video, 'ended');
24 // duration and fires the ended event.
25 // The test stops when an error or ended event fire unexpectedly.
28 video.addEventListener('ended', failTest);
player.html 23 player.removeEventListener('ended', SeekTestStep, false);
25 // Test completes on the next ended event.
26 InstallTitleEventHandler(player, 'ended');
42 // media and waits for X seconds of playback or the ended event, at which point
44 // when the second ended event occurs or an error event occurs at any time.
64 // Transition to the seek test after X seconds of playback or when the ended
66 player.addEventListener('ended', SeekTestStep, false);
encrypted_media_player.html 23 video.removeEventListener('ended', failTest);
24 installTitleEventHandler(video, 'ended');
29 // getting the ended event or when an error occurs at any time.
media_utils.js 31 // If document title is 'ENDED', then update it with new title to possibly
33 if (!titleChanged || document.title.toUpperCase() == 'ENDED')
mse_config_change.html 81 video.removeEventListener('ended', failTest);
82 installTitleEventHandler(video, 'ended');
114 video.addEventListener('ended', failTest);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
sep.inp 3 possibly sentences would be more attractive if they ended in two slashes//
  /external/lzma/CPP/Windows/
FileName.h 17 void NormalizeDirPathPrefix(CSysString &dirPath); // ensures that it ended with '\\'
19 void NormalizeDirPathPrefix(UString &dirPath); // ensures that it ended with '\\'
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1-err.errwarn 1 -:9: error: ended procedure without ending prologue
6 -:26: error: prologue ended here
  /external/junit/src/junit/framework/
TestListener.java 16 * A test ended.
  /external/clang/test/Sema/
pragma-arc-cf-code-audited.c 16 // expected-error@Inputs/pragma-arc-cf-code-audited.h:16 {{'#pragma clang arc_cf_code_audited' was not ended within this file}}
18 #pragma clang arc_cf_code_audited begin // expected-error {{'#pragma clang arc_cf_code_audited' was not ended within this file}}
  /external/clang/test/Misc/
caret-diags-scratch-buffer.c 3 // happened because the two tokens ended up in the scratch buffer and
  /external/chromium_org/content/browser/media/
media_browsertest.cc 25 const char MediaBrowserTest::kEnded[] = "ENDED";
76 // ended event fires, seeks near end of file; see player.html for details. The
77 // test completes when either the last 'ended' or an 'error' event fires.
204 RunColorFormatTest("yuv420p.ogv", "ENDED");
208 RunColorFormatTest("yuv422p.ogv", "ENDED");
217 RunColorFormatTest("yuv420p.webm", "ENDED");
222 RunColorFormatTest("yuv420p.mp4", "ENDED");
226 RunColorFormatTest("yuvj420p.mp4", "ENDED");
230 RunColorFormatTest("yuv422p.mp4", "ENDED");
240 RunColorFormatTest("yuv420p.avi", "ENDED");
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
play.py 12 the action to wait until playing and ended events get fired respectively.
37 # Check if we need to wait for 'ended' event to fire.
39 self.WaitForEvent(tab, selector, 'ended', timeout)
  /external/chromium_org/chrome/browser/
chrome_browser_main_mac.h 22 // loop has ended. The embedder must be sure to call this.
  /external/chromium_org/content/common/
drag_messages.h 42 // drag. if |ended| is true, then the user has ended the drag operation.
46 bool /* ended */,
49 // Notifies the renderer that the system DoDragDrop call has ended.
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.cpp 50 if (track->ended())
131 bool MediaStream::ended() const function in class:WebCore::MediaStream
133 return m_stopped || m_descriptor->ended();
138 if (ended()) {
172 if (ended()) {
226 if (ended())
237 if (!m_audioTracks[i]->ended())
241 if (!m_videoTracks[i]->ended())
249 if (ended())
285 if (ended())
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_end_command.cc 18 // Always send out a cycle ended notification, regardless of end-state.
  /external/chromium_org/tools/gyp/test/rules/src/subdir4/
build-asm.gyp 5 # This one tests that assembly files ended as .s and .S are compiled.
  /external/chromium_org/ui/compositor/test/
test_layer_animation_observer.h 15 // Listens to animation ended notifications. Remembers the last sequence that
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.8 7 \fBnetcap\fP is a program that prints out a report of process capabilities. If the application is using tcp, udp, raw, or packet family of sockets AND has any capabilities, it will be in the report. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
pscap.8 7 \fBpscap\fP is a program that prints out a report of process capabilities. If the application has any capabilities, it will be in the report with the exception of init. By giving the \-a command line option, init will be included, too. If a process is not in the report, it has dropped all capabilities. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
  /frameworks/base/core/java/android/app/backup/
IFullBackupRestoreObserver.aidl 42 * Notification: the full backup operation has ended.
61 * Notification: the restore-from-full-backup operation has ended.
  /external/chromium_org/ui/message_center/cocoa/
popup_controller.mm 28 - (void)notificationSwipeEnded:(BOOL)ended complete:(BOOL)isComplete;
80 BOOL ended = phase == NSEventPhaseEnded;
81 if (ended || isComplete)
82 [controller notificationSwipeEnded:ended complete:isComplete];
183 - (void)notificationSwipeEnded:(BOOL)ended complete:(BOOL)isComplete {
184 swipeGestureEnded_ |= ended;
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.h 77 // The current login attempt has ended in failure, with error.
79 // The current login attempt has ended succesfully.
81 // The current add key attempt has ended succesfully.
  /frameworks/base/tools/preload/
Proc.java 112 * @param threadId thread the operation ended in
114 * @param time the operation ended
143 System.err.println("Warning: An operation ended on " + name

Completed in 992 milliseconds

1 2 3 4 5 6 7 8 91011>>