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

  /external/chromium_org/chrome/tools/
history-viz.py 86 the .transitions array."""
90 self.transitions = []
92 def Transitions(self):
95 for trans in self.transitions:
172 edge.transitions.append(trans)
212 # Gather up all the transitions into the label.
214 transitions = edge.Transitions()
215 for trans, count in transitions.items():
237 # If the edge is from the start and the transitions are fishy, make i
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transitions.java 29 * {@link android.transition transitions} APIs. Scenes and a TransitionManager
30 * are loaded from resource files and transitions are run between those scenes
33 public class Transitions extends Activity {
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 78 // A State instance also contains a collection of transitions from that state:
91 mutable TransitionMap Transitions;
105 // transitions.
164 assert(!Transitions.count(InsnClass) &&
165 "Cannot have multiple transitions for the same input");
166 Transitions[InsnClass] = To;
174 return Transitions.count(InsnClass) > 0;
261 // transitions.
269 // This table provides a map to the beginning of the transitions for State s
276 // Tracks the total valid transitions encountered so far. It is use
    [all...]
CodeGenSchedule.h 137 std::vector<CodeGenSchedTransition> Transitions;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
chatroommoduleimpl.cc 428 StateTransitionDescription Transitions[] = {
555 for (int i=0; i < ARRAY_SIZE(Transitions); i++) {
556 if (Transitions[i].old_state == old_state &&
557 Transitions[i].new_state == new_state) {
558 transition_desc = &Transitions[i];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 1088 milliseconds