HomeSort by relevance Sort by last modified time
    Searched defs:nextState (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ThaiStateTransition.java 17 int nextState;
20 public ThaiStateTransition(int nextState, char action)
22 this.nextState = nextState;
28 return nextState;
38 nextState = newNextState;
48 return ((nextState < 10) ? "0" : "") + nextState + "/" + action + " ";
55 if (nextState < 10) {
59 output.print(nextState);
    [all...]
ThaiStateTable.java 19 static int nextState = 0;
31 return nextState++;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 84 DFAState nextState = dfaStates.get(i + 1);
88 if (e.target.stateNumber == nextState.stateNumber) {
  /external/icu/icu4c/source/layout/
ThaiShaping.h 63 le_uint8 nextState;
66 le_uint8 getNextState() { return nextState; };
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 108 InternalState nextState =
111 if (nextState == InternalState.INTERNAL_ERROR_STATE) {
121 if (currentState != nextState) {
122 nextState = handleExitState(currentState, nextState, input);
124 if (currentState != nextState) {
125 nextState = handleEnterState(nextState, nextState, input);
127 nextState = handleInState(nextState, input)
    [all...]
JavascriptParserImpl.java 109 InternalState nextState = expectedNextState;
111 nextState = enterStateJsSlash(currentState, input);
115 return nextState;
181 InternalState nextState = state;
193 nextState = JS_REGEXP_SLASH;
199 nextState = JS_REGEXP_SLASH;
223 nextState = JS_REGEXP_SLASH;
229 nextState = JS_REGEXP_SLASH;
233 return nextState;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
StateWaiter.java 128 Integer nextState = null;
138 while ((nextState = mQueuedStates.poll(timeoutLeft, TimeUnit.MILLISECONDS)) != null) {
140 Log.v(TAG, " Saw transition to " + getStateName(nextState));
143 if (states.contains(nextState)) {
158 if (!states.contains(nextState)) {
167 return nextState;
  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
StateMachineImpl.java 62 Optional<State> nextState = mState.onEnter();
63 while (nextState.isPresent()) {
64 Log.d(TAG, "Forward state : " + mState + " => " + nextState.get());
66 mState = nextState.get();
67 nextState = mState.onEnter();
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusIndicatorView.java 110 ViewAnimState nextState = new ViewAnimState();
111 nextState.scaleX = v.getScaleX() * v.getWidth() / indicatorWidth;
112 nextState.scaleY = v.getScaleY() * v.getHeight() / indicatorHeight;
115 nextState.x = mTargetViewPos[0] - mIndicatorPos[0] - (1 - nextState.scaleX) * indicatorWidth / 2;
116 nextState.y = mTargetViewPos[1] - mIndicatorPos[1] - (1 - nextState.scaleY) * indicatorHeight / 2;
119 mTargetState = nextState;
127 applyState(nextState);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderNormal.java 32 private final State nextState = new State();
407 nextState.set(opts[optCur].state);
408 nextState.updateLiteral();
412 nextState, nextPosState);
461 nextState.set(opts[optCur].state);
462 nextState.updateLongRep();
469 pos + len, nextState);
470 nextState.updateLiteral();
475 nextState, nextPosState);
536 nextState.set(opts[optCur].state)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 332 CaptureState nextState = DONE;
344 nextState = ZSL_START;
346 nextState = STANDARD_START;
355 return nextState;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateCallback.java 185 Integer nextState = null;
189 while ((nextState = mRecentStates.poll(timeoutLeft, TimeUnit.MILLISECONDS))
192 Log.v(TAG, " Saw transition to " + stateToString(nextState));
194 if (states.contains(nextState)) break;
207 if (!states.contains(nextState)) {
216 return nextState;
  /frameworks/wilhelm/tests/sandbox/
monkey.c 285 State_t nextState = (*transitionTable[i].mAction)(&player);
286 if (STATE_UNCHANGED != nextState)
287 currentState = nextState;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.cpp 267 AgpsState* nextState = this;
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;;
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState->whoami(), event)
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.cpp 267 AgpsState* nextState = this;
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;;
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState->whoami(), event)
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_agps.cpp 267 AgpsState* nextState = this;
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;;
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState->whoami(), event)
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.cpp 267 AgpsState* nextState = this;
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;;
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState->whoami(), event)
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_agps.cpp 267 AgpsState* nextState = this;
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;;
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState->whoami(), event)
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.cpp 267 AgpsState* nextState = this;
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;;
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState->whoami(), event)
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFocus.cpp 419 BaseCameraAdapter::AdapterState state, nextState;
421 BaseCameraAdapter::getNextState(nextState);
427 if( ((AF_ACTIVE & state ) != AF_ACTIVE) && ((AF_ACTIVE & nextState ) != AF_ACTIVE) )
831 BaseCameraAdapter::AdapterState nextState;
832 BaseCameraAdapter::getNextState(nextState);
841 if (AF_ACTIVE & nextState) {
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 392 BaseCameraAdapter::AdapterState state, nextState;
394 BaseCameraAdapter::getNextState(nextState);
400 if( ((AF_ACTIVE & state ) != AF_ACTIVE) && ((AF_ACTIVE & nextState ) != AF_ACTIVE) )
794 BaseCameraAdapter::AdapterState nextState;
795 BaseCameraAdapter::getNextState(nextState);
804 if (AF_ACTIVE & nextState) {
OMX3A.cpp 79 BaseCameraAdapter::AdapterState nextState;
80 BaseCameraAdapter::getNextState(nextState);
95 (state & PREVIEW_ACTIVE) && !(nextState & CAPTURE_ACTIVE)) {
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 202 int nextState; CumulateTask<T> lt, rt;
211 if ((nextState = b|state|refork) == b ||
212 par.compareAndSetPendingCount(b, nextState)) {
352 int nextState; LongCumulateTask lt, rt;
361 if ((nextState = b|state|refork) == b ||
362 par.compareAndSetPendingCount(b, nextState)) {
502 int nextState; DoubleCumulateTask lt, rt;
511 if ((nextState = b|state|refork) == b ||
512 par.compareAndSetPendingCount(b, nextState)) {
652 int nextState; IntCumulateTask lt, rt
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java 154 int nextState = mState;
156 nextState = mTrustManaged ? STATE_ENTERING : STATE_GONE;
158 if (mTrustManaged) nextState = STATE_ENTERING;
160 if (!mTrustManaged) nextState = STATE_EXITING;
162 if (!mTrustManaged) nextState = STATE_EXITING;
164 if (mTrustManaged) nextState = STATE_ENTERING;
167 if (nextState == STATE_ENTERING) nextState = STATE_VISIBLE;
168 if (nextState == STATE_EXITING) nextState = STATE_GONE
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
MultiToggleImageButton.java 243 private void nextState() {
256 nextState();

Completed in 589 milliseconds

1 2 3 4 5 6