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

  /external/webkit/JavaScriptCore/runtime/
JSObject.h 165 void transitionTo(Structure*);
575 inline void JSObject::transitionTo(Structure* newStructure)
  /frameworks/base/core/java/com/android/internal/util/
HierarchicalStateMachine.java 57 * mS1.processMessage will be invoked first. The state may use <code>transitionTo</code>
117 * transitionTo(mS4) and return true or HANDLED. Immediately after returning from
185 * transitionTo(mS1);
202 * transitionTo(mP2);
218 * transitionTo(HaltingState);
271 transitionTo(mS2);
294 transitionTo(mS1);
320 transitionTo(mP2);
513 /** The destination state when transitionTo has been invoked */
576 * If transitionTo has been called, exit and then ente
    [all...]

Completed in 48 milliseconds