HomeSort by relevance Sort by last modified time
    Searched full:transition (Results 176 - 200 of 1158) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysevents.cc 91 Uint8 new_state, transition;
94 transition = keyinfo[!key_flip].key_states[i] ^
97 if ( transition&0x80 )
99 transition <<= 1;
  /external/skia/src/animator/
SkAnimateActive.h 61 SkApply::Transition fTransition;
  /external/valgrind/main/exp-ptrcheck/tests/
preen_invars.c 24 /* iterating 10 .. 0 causes an Unknown->Global transition at i = 9.
  /external/webkit/Source/WebCore/manual-tests/animation/
transitions-and-paused-animations.html 14 -webkit-transition: -webkit-transform 0.5s;
  /external/webkit/Source/WebCore/manual-tests/
print-with-height-transition-in-screen-stylesheet.html 6 -webkit-transition: height 100s ease-in-out;
  /external/webrtc/src/modules/audio_processing/agc/main/matlab/
getGains.m 9 % Knee: The smoothness of the transition to max gain (smaller is smoother)
  /frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 97 <!-- Alt+DPAD/Trackball LEFT - transition from an axis to another and sends an event.-->
100 <!-- Alt+DPAD/Trackball RIGHT - transition from an axis to another and sends an event. -->
107 <!-- Alt+COMMA - transition to sentence navigation axis and send an event. -->
110 <!-- Alt+PERIOD - transition to default web view behavior axis and send an event. -->
  /frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_ErrorCodes.h 72 * Invalid transition type for video */
75 * Invalid transition type for audio */
85 * External transition function is used without being set */
265 * Transition filter effect error */
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
package.html 35 It aims to simplify the transition between Windows and Unix.
  /external/bluetooth/bluez/audio/
gstsbcdec.c 142 GstStateChange transition)
146 switch (transition) {
174 return parent_class->change_state(element, transition);
gstsbcparse.c 134 GstStateChange transition)
138 switch (transition) {
168 return parent_class->change_state(element, transition);
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.css 107 -webkit-transition: -webkit-transform 500ms,
137 -webkit-transition-property: -webkit-transform;
138 -webkit-transition-duration: 500ms;
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 54 -webkit-transition: height .15s ease-in-out;
104 -webkit-transition: .15s ease-in-out;
112 -webkit-transition: none;
  /external/chromium/net/tools/fetch/
http_listen_socket.cc 93 // State transition table
134 bool transition = (next_state != state); local
135 if (transition) {
  /external/webkit/Source/WebKit/mac/WebView/
WebFramePrivate.h 101 // Pause a given CSS animation or transition on the target node at a specific time.
102 // If the animation or transition is already paused, it will update its pause time.
103 // This method is only intended to be used for testing the CSS animation and transition system.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorExportTest.java 31 import android.media.videoeditor.Transition;
421 *To Test export : With Transition on Different Media Items
449 2000, Transition.BEHAVIOR_LINEAR, maskFilename, 50, true);
465 mediaItem3, 4000, Transition.BEHAVIOR_MIDDLE_FAST,
477 mediaItem4, 3500, Transition.BEHAVIOR_MIDDLE_SLOW);
487 mediaItem5, 3500, Transition.BEHAVIOR_SPEED_DOWN);
497 mediaItem6, 1000/*4000*/, Transition.BEHAVIOR_SPEED_UP,
503 1000 /*4000*/, Transition.BEHAVIOR_SPEED_UP,
592 3000, Transition.BEHAVIOR_LINEAR, maskFilename, 50, false);
644 2000, Transition.BEHAVIOR_LINEAR, maskFilename, 50, true)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 301 -webkit-transition
302 -webkit-transition-delay
303 -webkit-transition-duration
304 -webkit-transition-property
305 -webkit-transition-timing-function
  /external/chromium/chrome/browser/ui/
browser_navigator.cc 345 transition(a_transition),
359 transition(PageTransition::LINK),
407 PageTransition::StripQualifier(params->transition);
456 params->transition);
467 params->transition,
479 params->transition,
492 params->url, params->referrer, params->transition);
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 235 // Write a transition time into SYSTEMTIME data (via an offset into a byte array)
314 * Return a GregorianCalendar representing the first standard/daylight transition between a
320 * @return a GregorianCalendar representing the transition or null if none
425 * @param calendars an array of GregorianCalendar, set to a series of transition times in
512 * Fill the passed in GregorianCalendars arrays with DST transition information for this and
516 * the transition to daylight time
518 * the transition to standard time
537 // Find the first transition, and store
546 // Find the second transition, and store
652 * Find the next transition to occur (i.e. after the current date/time
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 30 * In a shift, it consumes one token and makes a transition to a new state.
33 * the end of the transition). For a reduce operation, the parser is
39 * transition based on the non-terminal on the LHS of the production. This
109 * dot" within items of other states that have a transition to this one.
217 /** Add a transition out of this state to another.
218 * @param on_sym the symbol the transition is under.
219 * @param to_st the state the transition goes to.
226 /* create a new transition object and put it in our list */
239 * from a state we make a transition on each symbol that appears before
244 * in some state, then we would be making a transition under X to a ne
    [all...]
  /packages/apps/Gallery/res/values/
strings.xml 237 <string name="pref_gallery_slideshow_transition_title">Slideshow transition</string>
240 <!-- Title of dialog that appears after selecting Slideshow transition setting option -->
241 <string name="pref_gallery_slideshow_transition_dialogtitle">Slideshow transition</string>
242 <!-- Options in dialog that appears after selecting Slideshow transition
245 <!-- Slide show transition to fade in and fade out -->
247 <!-- Slide show transition to slide in and out from the left and right -->
249 <!-- Slide show transition to slide in and out from the top and bottom -->
251 <!-- Slide show transition to be chosen randomly -->
254 <!-- Option values in dialog that appears after selecting Slideshow transition setting option -->
261 <!-- Default option value in dialog that appears after selecting Slideshow transition setting option --
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 130 /* genctbl - generates full speed compressed transition table */
137 /* Table of verify for transition and offset to next state. */
142 /* We want the transition to be represented as the offset to the
154 * action and one for the end-of-buffer transition. We now *assume*
174 /* Make sure every state has an end-of-buffer transition and an
198 else /* verify, transition */
407 /* genftbl - generate full transition table */
662 /* Generate the code to make a NUL transition. */
721 /* Only stack this state if it's a transition we
782 /* gentabs - generate data statements for the transition tables *
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 37 // Returns true if the specified transition is one of the types that cause the
38 // opener relationships for the tab in which the transition occured to be
42 bool ShouldForgetOpenersForTransition(PageTransition::Type transition) {
43 return transition == PageTransition::TYPED ||
44 transition == PageTransition::AUTO_BOOKMARK ||
45 transition == PageTransition::GENERATED ||
46 transition == PageTransition::KEYWORD ||
47 transition == PageTransition::START_PAGE;
445 PageTransition::Type transition) {
446 if (ShouldForgetOpenersForTransition(transition)) {
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 668 errln((UnicodeString)"FAIL: failed to get the transition rule count from time zone " + *tzid);
673 errln((UnicodeString)"FAIL: failed to add a transition rule at index " + i + " to the RBTZ for " + *tzid);
823 // Check equivalency after the first transition.
824 // The DST information before the first transition might be lost
850 " differs from its OlsonTimeZone corresponding with maximum transition time delta - " + maxDelta);
    [all...]
  /external/icu4c/i18n/
vzone.h 319 * Gets the first time zone transition after the base time.
323 * @param result Receives the first transition after the base time.
324 * @return TRUE if the transition is found.
331 * Gets the most recent time zone transition before the base time.
335 * @param result Receives the most recent transition before the base time.
336 * @return TRUE if the transition is found.

Completed in 3012 milliseconds

1 2 3 4 5 6 78 91011>>