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

  /external/bison/src/
state.h 54 Each transition structure describes the possible transitions out
56 contains a vector of numbers of the states that transitions can go
61 deletes transitions by having them point to zero.
108 | Transitions. |
115 } transitions; typedef in typeref:struct:__anon7225
119 TRANSITIONS->states[Num]? Can be a token (amongst which the error
122 #define TRANSITION_SYMBOL(Transitions, Num) \
123 (Transitions->states[Num]->accessing_symbol)
125 /* Is the TRANSITIONS->states[Num] a shift? (as opposed to gotos). */
127 #define TRANSITION_IS_SHIFT(Transitions, Num)
202 transitions *transitions; member in struct:state
    [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 173 // A State instance also contains a collection of transitions from that state:
186 mutable TransitionMap Transitions;
211 // transitions.
323 assert(!Transitions.count(InsnClass) &&
324 "Cannot have multiple transitions for the same input");
325 Transitions[InsnClass] = To;
333 return Transitions.count(InsnClass) > 0;
341 // transitions.
528 // transitions.
553 OS << "// transitions.\n"
    [all...]
CodeGenSchedule.cpp     [all...]
SubtargetEmitter.cpp 837 TI = SCI->Transitions.begin(), TE = SCI->Transitions.end();
    [all...]
CodeGenSchedule.h 137 std::vector<CodeGenSchedTransition> Transitions;
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommoduleimpl.cc 412 StateTransitionDescription Transitions[] = {
539 for (size_t i = 0; i < arraysize(Transitions); i++) {
540 if (Transitions[i].old_state == old_state &&
541 Transitions[i].new_state == new_state) {
542 transition_desc = &Transitions[i];
  /prebuilts/go/darwin-x86/src/runtime/
sigqueue.go 21 // Transitions between states are done atomically with CAS.
mheap.go 80 // _MSpanStack, or _MSpanFree. Transitions between these states are
  /prebuilts/go/linux-x86/src/runtime/
sigqueue.go 21 // Transitions between states are done atomically with CAS.
mheap.go 80 // _MSpanStack, or _MSpanFree. Transitions between these states are
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js 9 - packager build Core/Core Core/Array Core/String Core/Number Core/Function Core/Object Core/Event Core/Browser Core/Class Core/Class.Extras Core/Slick.Parser Core/Slick.Finder Core/Element Core/Element.Style Core/Element.Event Core/Element.Delegation Core/Element.Dimensions Core/Fx Core/Fx.CSS Core/Fx.Tween Core/Fx.Morph Core/Fx.Transitions Core/Request Core/Request.HTML Core/Request.JSON Core/Cookie Core/JSON Core/DOMReady
    [all...]

Completed in 1130 milliseconds