/external/webkit/Source/WebCore/html/ |
HTMLMediaElement.idl | 67 readonly attribute boolean ended;
|
/external/webkit/Source/WebCore/page/ |
WebKitAnimation.cpp | 77 bool WebKitAnimation::ended() const function in class:WebCore::WebKitAnimation
|
/external/webkit/Source/WebCore/page/mac/ |
DragControllerMac.mm | 72 // Drag has ended, dragEnded *should* have been called, however it is possible
|
/external/zlib/ |
Android.mk | 71 # itself. This caused trouble during the 1.2.6 upgrade because libunz ended
|
/frameworks/base/core/java/android/animation/ |
Animator.java | 23 * started, ended, and have <code>AnimatorListeners</code> added to them. 115 * initial startDelay period and not yet ended). 122 * Returns whether this Animator has been started and not yet ended. This state is a superset 128 * @return Whether the Animator has been started and not yet ended.
|
/frameworks/base/core/java/android/app/backup/ |
RestoreSet.java | 44 * session, but is meaningless once the session has ended.
|
/frameworks/base/core/java/android/text/ |
TextWatcher.java | 54 * ended up.
|
/frameworks/base/voip/java/android/net/sip/ |
package.html | 18 call changes, such as when the call is ringing, established, or ended.</p>
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParser.java | 49 * <p>This method finishes itself when the first entry ended.</p>
|
VCardParserImpl_V21.java | 279 boolean ended = false; 282 ended = parseItem(); 287 while (!ended) { 289 ended = parseItem(); 320 return true; // Ended. 761 throw new VCardException("File ended during parsing a Quoted-Printable String"); 788 throw new VCardException("File ended during parsing BASE64 binary"); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
MovieControllerOverlay.java | 52 ENDED, 166 state = State.ENDED; 264 if (state == State.ENDED) { 384 !(state == State.ENDED && !canReplay))
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
queue.sgml | 2 Double-ended Queues 5 double-ended queue data structure
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
vms-code.c | 123 unless it ended up as the whole name */ 143 extern void exit PROTO((int)); /* <stdlib.h> ended up prototyping vms_exit */
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4WRITER_common.h | 78 M4WRITER_COMMON, 0x03), /**< File size if the process was ended when we call the method */ 80 M4WRITER_COMMON, 0x04), /**< File size if the process was ended when we call the
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTimeControl.java | 71 * element was ended. <code>false</code> if method call failed. 90 * element was ended. <code>false</code> if method call failed.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
queue.h | 26 * @brief Lock-free double-ended queue. 44 /**@brief Double-ended queue of bounded size, allowing lock-free
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 376 boolean ended = true; 388 ended = a.hasEnded() && ended; 398 if (ended != mEnded) { 402 mEnded = ended;
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 65 private static final int ENDED = 201; 247 // its playback ended. 313 // The video ended by itself, so we need to 317 sendMessage(obtainMessage(ENDED, 1, 0)); 327 Message msg = Message.obtain(mWebCoreHandler, ENDED); 382 case ENDED: 601 case ENDED:
|
/external/checkpolicy/ |
queue.c | 7 * Implementation of the double-ended queue type.
|
/external/chromium/net/proxy/ |
init_proxy_resolver.h | 55 // |resolver_| the "effective" proxy settings we ended up using will be
|
/external/guava/guava/src/com/google/common/io/ |
LineBuffer.java | 53 // Last call to add ended with a CR; we can handle the line now.
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
InvalidProtocolBufferException.java | 50 "While parsing a protocol message, the input ended unexpectedly " +
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
InvalidProtocolBufferMicroException.java | 50 "While parsing a protocol message, the input ended unexpectedly " +
|
/external/replicaisland/res/values/ |
rokudou.xml | 40 Android. The time for pleasantries has ended. Kabocha has The Source, and it will not be long until he learns how to channel its power. We must move quickly if we are to stop him. You are our only hope now.
|
/external/skia/src/effects/ |
SkDashPathEffect.cpp | 130 // extend if we ended on a segment and we need to join up with the (skipped) initial segment
|