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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/media/
rtc_video_renderer.cc 118 // Render a small black frame if the track transition to ended.
120 // a MediaStream video track that has been rejected or ended.
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.h 63 bool ended() const;
66 DEFINE_ATTRIBUTE_EVENT_LISTENER(ended);
MediaStream.idl 44 readonly attribute boolean ended;
  /external/bison/src/
relation.h 27 nodes, ended with END_NODE. */
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.cc 39 // | initial sync ended and cleanup
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.h 26 IBOutlet id delegate_; // weak, used to send animation ended messages.
  /external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service.cc 30 // queueing them up, and more likely that the one that hasn't ended yet is
  /external/chromium_org/chrome/browser/ui/cocoa/
animatable_view.h 24 IBOutlet id delegate_; // weak, used to send animation ended messages.
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_event_handler.h 56 // The capture session has ended and no more frames will be sent.
  /external/chromium_org/content/test/data/media/
blackwhite.html 78 videoElem.addEventListener('ended', onVideoEvent);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DateTimeChooserClient.h 42 // Called when chooser has ended.
  /external/chromium_org/third_party/WebKit/public/web/
WebColorChooserClient.h 42 // Called when color chooser has ended.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java 35 INITIALIZING, LIVE, ENDED, MUTED
  /external/chromium_org/ui/keyboard/resources/
voice_input.js 62 * Speech recognition ended. Reset microphone key's icon.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1546.js 31 // with "*", so it ended the comment early.
  /external/skia/gm/
bitmaprecttest.cpp 33 // fast-path in the bitmapshader, but ended up drawing the last col of pixels
  /external/v8/test/mjsunit/regress/
regress-1546.js 31 // with "*", so it ended the comment early.
  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 30 HOSTAPD_LEVEL_INFO, "TKIP countermeasures ended");
  /frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java 70 * Called when parsing one vCard entry ended.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RSACoreEngine.java 128 if (output[0] == 0 && output.length > getOutputBlockSize()) // have ended up with an extra zero byte, copy down.
137 if (output.length < getOutputBlockSize()) // have ended up with less bytes than normal, lengthen
148 if (output[0] == 0) // have ended up with an extra zero byte, copy down.
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 53 <!-- Text of a toast telling the user that a full backup operation has ended -->
57 <!-- Text of a toast telling the user that a full restore operation has ended -->
58 <string name="toast_restore_ended">Restore ended</string>
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
TeeInputStream.java 102 * @return next byte from the stream, or -1 if the stream has ended
120 * @return number of bytes read, or -1 if the stream has ended
136 * @return number of bytes read, or -1 if the stream has ended
  /external/chromium/webkit/glue/
resource_loader_bridge.h 62 // The time that proxy processing ended. For reused sockets this time
69 // The time that DNS lookup ended. For reused sockets this time is -1.
76 // The time that establishing connection ended. Connect time includes
84 // The time at which SSL handshake ended. For non-HTTPS requests this is 0.
90 // The time that HTTP request ended. For non-HTTP requests this is 0.
97 // The time at which receiving HTTP headers ended. For non-HTTP requests
  /external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc 319 // Figure out how long until the ended event should fire.
323 // Fulfill the read with an end-of-stream packet. We shouldn't report ended
327 // Advance time half way without an ended expectation.
331 // Advance time by other half and expect the ended event.
469 // Figure out how long until the ended event should fire. Since
471 // until the ended event fires is equivalent to the longest buffered section,
  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 77 // check whether it has ended after duration

Completed in 461 milliseconds

1 2 34 5 6 7 8 91011>>