HomeSort by relevance Sort by last modified time
    Searched defs:Transition (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/history/
visit_tracker.h 19 // transition type properly.
40 // Returns the visit ID for the transition given information about the visit
46 struct Transition {
51 typedef std::vector<Transition> TransitionList;
54 // Expires oldish items in the given transition list. This keeps the list
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Transition.java 30 /** A generic transition between any two state machine states. It defines
37 public class Transition implements Comparable {
38 /** What label must be consumed to transition to target */
41 /** The target of this transition */
44 public Transition(Label label, State target) {
49 public Transition(int label, State target) {
71 Transition other = (Transition)o;
77 Transition other = (Transition)o
    [all...]
  /external/skia/src/animator/
SkDisplayApply.h 26 enum Transition {
89 Transition transition; member in class:SkApply
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 44 private final Transition startup = new Transition();
45 private final Transition shutdown = new Transition();
139 * started. It will cause the service to transition from {@link
168 * stopped. It will cause the service to transition from {@link
192 * Invoke this method to transition the service to the
245 private class Transition extends AbstractFuture<State> {
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 37 // L_or_M we will transition to a state with currentState = [0x01, 0x10]. This
41 // Another way of thinking about this transition is we are mapping a NDFA with
58 // valid transition from this state, i.e., can an instruction of type InsnClass
70 struct Transition {
78 Transition(State *from_, unsigned input_, State *to_);
101 // Set of states. Need to keep this sorted to emit the transition table.
105 std::map<State*, SmallVector<Transition*, 16>, ltState> stateTransitions;
116 void addTransition(Transition *);
119 // getTransition - Return the state when a transition is made from
120 // State From with Input I. If a transition is not found, return NULL
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
Transition.java 38 * Adding a transition between MediaItems makes the
39 * duration of the storyboard shorter by the duration of the Transition itself.
40 * As a result, if the duration of the transition is larger than the smaller
41 * duration of the two MediaItems associated with the Transition, an exception
44 * During a transition, the audio track are cross-fading
47 public abstract class Transition {
49 * The transition behavior
53 /** The transition starts slowly and speed up */
55 /** The transition start fast and speed down */
57 /** The transition speed is constant *
    [all...]
  /frameworks/base/services/input/
PointerController.h 68 enum Transition {
76 virtual void fade(Transition transition) = 0;
82 virtual void unfade(Transition transition) = 0;
165 virtual void fade(Transition transition);
166 virtual void unfade(Transition transition);
  /external/icu4c/i18n/
rbtz.cpp 23 * A struct representing a time zone transition
25 struct Transition {
167 // Build the transition array which represents historical time zone
229 // Check if one of final rules has earlier transition date
257 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
280 // Append the first transition for each
291 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition))
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 121 // A transition from one ZoneType to another
123 struct Transition {
126 Transition(int64_t _time, int32_t _type) {
164 vector<Transition> transitions;
334 // Used temporarily to store transition times and types. We need
340 // Read transition times
349 // Read transition types
370 // Preserve the latest transition before the 32bit minimum time
374 // Skipping the rest of the transition data. We cannot put such
379 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]))
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 32 import android.media.videoeditor.Transition;
79 // Transition duration limits
320 * The transition action mode handler.
325 public TransitionActionModeCallback(MovieTransition transition) {
326 mTransition = transition;
557 // Invalidate all progress in case the transition generation or
617 * Clears existing media or transition items and adds all given media items.
653 if (cc > 5) { // There is a previous view (transition or media item)
656 // Do not add transition if it already exists
706 // Remove the transition following the media ite
973 final MovieTransition transition = mProject.getTransition(transitionId); local
1068 final MovieTransition transition = (MovieTransition)tag; local
1242 final MovieTransition transition = (MovieTransition)tag; local
1352 final MovieTransition transition = (MovieTransition) tag; local
1500 final MovieTransition transition = mProject.getTransition( typedefs
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 386 milliseconds