/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...] |
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
BlockingStateListener.java | 223 Integer nextState = null; 227 while ((nextState = mRecentStates.poll(timeoutLeft, TimeUnit.MILLISECONDS)) 230 Log.v(TAG, " Saw transition to " + stateToString(nextState)); 232 if (states.contains(nextState)) break; 245 if (!states.contains(nextState)) { 254 return nextState;
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLTransaction.cpp | 120 void SQLTransaction::requestTransitToState(SQLTransactionState nextState) 122 WTF_LOG(StorageAPI, "Scheduling %s for transaction %p\n", nameForSQLTransactionState(nextState), this); 123 m_requestedState = nextState; 151 SQLTransactionState nextState = SQLTransactionState::RunStatements; 155 nextState = SQLTransactionState::DeliverTransactionErrorCallback; 158 return nextState;
|
SQLTransactionBackend.cpp | 615 SQLTransactionState nextState; 640 nextState = runCurrentStatementAndGetNextState(); 641 } while (nextState == SQLTransactionState::RunStatements); 643 return nextState; [all...] |
/libcore/luni/src/main/java/java/util/ |
Date.java | 411 int nextState = PAD; 413 nextState = LETTERS; 415 nextState = NUMBERS; 420 if (state == NUMBERS && nextState != NUMBERS) { 481 } else if (state == LETTERS && nextState != LETTERS) { 522 && nextState != NUMBERS) { 526 if (nextState == LETTERS || nextState == NUMBERS) { 529 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) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaController.cpp | 383 ReadyState nextState = oldReadyState; 386 nextState = static_cast<ReadyState>(nextState + 1); 389 scheduleEvent(eventNameForReadyState(nextState)); 391 } while (nextState < newReadyState);
|
/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/api1/client2/ |
CaptureSequencer.cpp | 317 CaptureState nextState = DONE; 328 nextState = BURST_CAPTURE_START; 333 nextState = ZSL_START; 335 nextState = STANDARD_START; 339 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/chromium_org/third_party/WebKit/Source/platform/ |
Decimal.cpp | 715 #define HandleCharAndBreak(expected, nextState) \ 717 state = nextState; \ 721 #define HandleTwoCharsAndBreak(expected1, expected2, nextState) \ 723 state = nextState; \
|
/external/chromium_org/third_party/icu/source/common/ |
ucnvmbcs.c | 518 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); 519 if(stateProps[nextState]>=0) { 522 mbcsTable, stateProps, nextState, 595 int32_t min, max, entry, nextState; 603 nextState=MBCS_ENTRY_STATE(entry); 604 if(stateProps[nextState]==-1) { 605 getStateProp(stateTable, stateProps, nextState); 608 if(stateProps[nextState]>=0) { 624 nextState=MBCS_ENTRY_STATE(entry); 625 if(stateProps[nextState]==-1) [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...] |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
SerializedScriptValue.cpp | 789 StateBase* nextState() { return m_next; } [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
history.js | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationChooser.java | [all...] |