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

1 2

  /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;
HtmlParserImpl.java 423 InternalState nextState = expectedNextState;
429 nextState = tagClose(currentState);
439 return nextState;
446 InternalState nextState = expectedNextState;
452 nextState = exitStateCdataMayClose(nextState, input);
458 return nextState;
599 InternalState nextState = state;
602 nextState = CDATA_TEXT;
608 nextState = CDATA_TEXT
    [all...]
  /libcore/luni/src/main/java/java/util/
Date.java 414 int nextState = PAD;
416 nextState = LETTERS;
418 nextState = NUMBERS;
423 if (state == NUMBERS && nextState != NUMBERS) {
484 } else if (state == LETTERS && nextState != LETTERS) {
525 && nextState != NUMBERS) {
529 if (nextState == LETTERS || nextState == NUMBERS) {
532 state = nextState;
  /external/icu4c/layout/
ThaiShaping.h 63 le_uint8 nextState;
66 le_uint8 getNextState() { return nextState; };
ThaiShaping.cpp 225 return transition.nextState;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /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) {
  /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...]
OMXCameraAdapter.cpp     [all...]
  /frameworks/wilhelm/tests/sandbox/
monkey.c 285 State_t nextState = (*transitionTable[i].mAction)(&player);
286 if (STATE_UNCHANGED != nextState)
287 currentState = nextState;
  /frameworks/av/services/camera/libcameraservice/camera2/
CaptureSequencer.cpp 307 CaptureState nextState = DONE;
318 nextState = BURST_CAPTURE_START;
323 nextState = ZSL_START;
325 nextState = STANDARD_START;
329 return nextState;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 743 SoftKeyToggle.ToggleState nextState = getToggleStates(attrKey,
745 if (null == nextState) return null;
746 rootState.mNextState = nextState;
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 521 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry);
522 if(stateProps[nextState]>=0) {
525 mbcsTable, stateProps, nextState,
598 int32_t min, max, entry, nextState;
606 nextState=MBCS_ENTRY_STATE(entry);
607 if(stateProps[nextState]==-1) {
608 getStateProp(stateTable, stateProps, nextState);
611 if(stateProps[nextState]>=0) {
627 nextState=MBCS_ENTRY_STATE(entry);
628 if(stateProps[nextState]==-1)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 404 StateBase* nextState() { return m_next; }
589 StateBase* next = state->nextState();
599 StateBase* tmp = state->nextState();
614 for (StateBase* state = top->nextState(); state; state = state->nextState()) {
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 791 State nextState = parent.getNextDeviceState(currentState);
792 if (nextState != currentState) {
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
ddmlib.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 493 milliseconds

1 2