/dalvik/dx/src/com/android/dx/dex/code/ |
LocalEnd.java | 31 * {@code non-null;} register spec representing the local variable ended 70 * Gets the register spec representing the local variable ended
|
LocalList.java | 94 /** local ended without being replaced */ 97 /** local ended because it was directly replaced */ 100 /** local ended because it was moved to a different register */ 104 * local ended because the previous local clobbered this one 110 * local ended because the next local clobbered this one 632 * There was a different variable ended at the 634 * it was ended due to a replacement (rather than 652 * is of category-2, then it is ended by this new start. 665 * just above (if any) is ended by the start now being 692 * local being ended [all...] |
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
CriteriaHelper.java | 29 * @return true iff checking has ended with the criteria being satisfied. 47 * @return iff checking has ended with the criteria being satisfied.
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
MediaStreamTrack.h | 66 DEFINE_ATTRIBUTE_EVENT_LISTENER(ended); 69 bool ended() const;
|
MediaStreamTrack.cpp | 100 if (m_component->stream()->ended()) 109 return "ended"; 117 return "ended"; 132 bool MediaStreamTrack::ended() const function in class:WebCore::MediaStreamTrack
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
egldriver.h | 42 * Note that this macro defines a function and should not be ended with a 54 * Note that this macro defines several functions and should not be ended with
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
LocalEnd.java | 31 * {@code non-null;} register spec representing the local variable ended 70 * Gets the register spec representing the local variable ended
|
LocalList.java | 95 /** local ended without being replaced */ 98 /** local ended because it was directly replaced */ 101 /** local ended because it was moved to a different register */ 105 * local ended because the previous local clobbered this one 111 * local ended because the next local clobbered this one 633 * There was a different variable ended at the 635 * it was ended due to a replacement (rather than 653 * is of category-2, then it is ended by this new start. 666 * just above (if any) is ended by the start now being 693 * local being ended [all...] |
/external/mesa3d/src/egl/main/ |
egldriver.h | 42 * Note that this macro defines a function and should not be ended with a 54 * Note that this macro defines several functions and should not be ended with
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TrimControllerOverlay.java | 94 // The special thing here is that the State.ENDED include both cases of 100 } else if (mState == State.ENDED) {
|
/external/checkpolicy/ |
queue.h | 7 * A double-ended queue is a singly linked list of
|
/external/chromium_org/content/test/data/media/ |
encrypted_frame_size_change.html | 40 setResultInTitle('ENDED');
|
/external/chromium_org/third_party/WebKit/ManualTests/eventsource/ |
eventsource-loader-buffering.html | 34 log("ENDED");
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaController.cpp | 308 DEFINE_STATIC_LOCAL(AtomicString, ended, ("ended", AtomicString::ConstructFromLiteral)); 309 return ended; 319 case ENDED: 408 // If all of the MediaController's slaved media elements have ended playback and the media 410 // Let new playback state be ended. 411 newPlaybackState = ENDED; 426 // and the new playback state is ended, 427 if (newPlaybackState == ENDED) { 429 // all of the MediaController's slaved media elements have still ended playback, and th [all...] |
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
play.js | 31 element.addEventListener('ended', logEventHappened);
|
/external/clang/test/Analysis/ |
unions.cpp | 22 // 4. We ended up trying to add a base cast to a region of the wrong type.
|
/external/clang/test/Parser/ |
cxx-template-argument.cpp | 14 // Test behavior when a template-id is ended by a token which starts with '>'.
|
/external/smack/src/org/jivesoftware/smackx/ |
ChatState.java | 47 * User has effectively ended their participation in the chat session.
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntryHandler.java | 51 * Called when the parsing ended.
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaSessionStatus.java | 32 * normally, it transitions to the {@link #SESSION_STATE_ENDED ended} state. 62 * Session state: Ended. 64 * Indicates that the media session was ended normally using the 146 return "ended";
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
ia64-2.cpp | 2 // This testcase failed on IA-64, where end of an EH region ended
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
ia64-2.cpp | 2 // This testcase failed on IA-64, where end of an EH region ended
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
MediaSourceBase.cpp | 72 DEFINE_STATIC_LOCAL(const AtomicString, ended, ("ended", AtomicString::ConstructFromLiteral)); 73 return ended; 127 bool ended = readyState() == endedKeyword(); local 132 // 5.2 If readyState is "ended", then set the end time on the last range in source ranges to highest end time. 133 if (ended && sourceRanges->length()) 208 // 2. Change the readyState attribute value to "ended".
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalList.java | 95 /** local ended without being replaced */ 98 /** local ended because it was directly replaced */ 101 /** local ended because it was moved to a different register */ 105 * local ended because the previous local clobbered this one 111 * local ended because the next local clobbered this one 633 * There was a different variable ended at the 635 * it was ended due to a replacement (rather than 653 * is of category-2, then it is ended by this new start. 666 * just above (if any) is ended by the start now being 693 * local being ended [all...] |
/external/chromium_org/chrome/test/functional/media/ |
media_basic_playback.py | 30 _EXPECTED_EVENTS_0 = [('ended', 2), ('playing', 2), ('seeked', 1), 44 1. The first video has only 2x playing, 2x ended, and 1x seeked events.
|