Home
last modified time | relevance | path

Searched refs:nextState (Results 1 – 25 of 45) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.min.js1nextState||o,!(t.length>0))return c;if(d.revisit||(t=_.remainder),!d.toContinue)break t}}if(r<=0)t… property
Dmhchem.js321 state = task.nextState || state;
966 nextState: 'rt' property
970 nextState: 'rdt' property
976 nextState: '1' property
982 nextState: '1' property
988 nextState: 'o' property
994 nextState: 'r' property
998 nextState: 'r' property
1002 nextState: 'r' property
1008 nextState: 'd' property
[all …]
Dmhchem.mjs211 state = task.nextState || state;
856 nextState: 'rt' property
860 nextState: 'rdt' property
866 nextState: '1' property
872 nextState: '1' property
878 nextState: 'o' property
884 nextState: 'r' property
888 nextState: 'r' property
892 nextState: 'r' property
898 nextState: 'd' property
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DThaiStateTransition.java19 int nextState; field in ThaiStateTransition
22 public ThaiStateTransition(int nextState, char action) in ThaiStateTransition() argument
24 this.nextState = nextState; in ThaiStateTransition()
30 return nextState; in getNextState()
40 nextState = newNextState; in setNextState()
50 return ((nextState < 10) ? "0" : "") + nextState + "/" + action + " "; in toString()
57 if (nextState < 10) { in write()
61 output.print(nextState); in write()
DThaiStateTable.java21 static int nextState = 0; field in ThaiStateTable
33 return nextState++; in newState()
/third_party/skia/src/sksl/lex/
DNFAtoDFA.h111 for (int nextState : nfaState.fNext) { in scanState() local
112 if (fNFA.fStates[nextState].fKind == NFAState::kAccept_Kind) { in scanState()
113 bestAccept = std::min(bestAccept, fNFA.fStates[nextState].fData[0]); in scanState()
115 this->add(nextState, &next); in scanState()
120 DFAState* nextState = this->getState(DFAState::Label(next)); in scanState() local
121 this->addTransition(c, state->fId, nextState->fId); in scanState()
123 while (fAccepts.size() <= (size_t) nextState->fId) { in scanState()
126 fAccepts[nextState->fId] = bestAccept; in scanState()
128 if (!nextState->fIsScanned) { in scanState()
129 this->scanState(nextState); in scanState()
/third_party/flutter/skia/src/sksl/lex/
DNFAtoDFA.h111 for (int nextState : nfaState.fNext) { in scanState() local
112 if (fNFA.fStates[nextState].fKind == NFAState::kAccept_Kind) { in scanState()
113 bestAccept = std::min(bestAccept, fNFA.fStates[nextState].fData[0]); in scanState()
115 this->add(nextState, &next); in scanState()
120 DFAState* nextState = this->getState(DFAState::Label(next)); in scanState() local
121 this->addTransition(c, state->fId, nextState->fId); in scanState()
123 while (fAccepts.size() <= (size_t) nextState->fId) { in scanState()
126 fAccepts[nextState->fId] = bestAccept; in scanState()
128 if (!nextState->fIsScanned) { in scanState()
129 this->scanState(nextState); in scanState()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DAudioLatencyTuner.java189 int nextState = mState; in update() local
194 nextState = STATE_LOWERING; in update()
201 nextState = STATE_RAISING; in update()
205 nextState = STATE_RAISING; in update()
218 mState = nextState; in update()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DDuplexEngine.cpp78 auto nextState = oboe::StreamState::Unknown; in startStreams() local
80 result = outStream->waitForStateChange(currentState, &nextState, timeoutNanos); in startStreams()
81 currentState = nextState; in startStreams()
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp89 StreamState nextState = state; in waitForStateTransition() local
92 Result result = waitForStateChange(state, &nextState, timeoutNanoseconds); in waitForStateTransition()
98 if (nextState != endingState) { in waitForStateTransition()
DFilterAudioStream.h118 StreamState *nextState, in waitForStateChange() argument
120 return mChildStream->waitForStateChange(inputState, nextState, timeoutNanoseconds); in waitForStateChange()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp452 StreamState *nextState, in waitForStateChange() argument
466 if (nextState != nullptr) { in waitForStateChange()
467 *nextState = StreamState::Closed; in waitForStateChange()
491 if (nextState != nullptr) { in waitForStateChange()
492 *nextState = static_cast<StreamState>(aaudioNextState); in waitForStateChange()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h516 echo_state nextState = mState; in processInputFrame() local
527 nextState = STATE_IN_PULSE; in processInputFrame()
536 nextState = STATE_GOT_DATA; in processInputFrame()
546 mState = nextState; in processInputFrame()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp367 StreamState *nextState, in waitForStateChange() argument
375 if (nextState != nullptr) { in waitForStateChange()
376 *nextState = state; in waitForStateChange()
DAudioStreamOpenSLES.h78 StreamState *nextState,
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Drefresh.dart430 RefreshIndicatorMode nextState;
433 nextState = RefreshIndicatorMode.done;
450 nextState = RefreshIndicatorMode.drag;
493 nextState = RefreshIndicatorMode.refresh;
514 nextState = RefreshIndicatorMode.inactive;
519 return nextState;
/third_party/icu/icu4c/source/common/
Ducasemap.cpp579 uint32_t nextState = 0; in toUpper() local
583 nextState |= (state & AFTER_CASED); in toUpper()
586 nextState |= AFTER_CASED; in toUpper()
622 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper()
714 state = nextState; in toUpper()
Ducnvmbcs.cpp662 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local
663 if(stateProps[nextState]>=0) { in enumToU()
666 mbcsTable, stateProps, nextState, in enumToU()
739 int32_t min, max, entry, nextState; in getStateProp() local
747 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
748 if(stateProps[nextState]==-1) { in getStateProp()
749 getStateProp(stateTable, stateProps, nextState); in getStateProp()
752 if(stateProps[nextState]>=0) { in getStateProp()
768 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
769 if(stateProps[nextState]==-1) { in getStateProp()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducasemap.cpp579 uint32_t nextState = 0; in toUpper() local
583 nextState |= (state & AFTER_CASED); in toUpper()
586 nextState |= AFTER_CASED; in toUpper()
622 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper()
714 state = nextState; in toUpper()
Ducnvmbcs.cpp662 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local
663 if(stateProps[nextState]>=0) { in enumToU()
666 mbcsTable, stateProps, nextState, in enumToU()
739 int32_t min, max, entry, nextState; in getStateProp() local
747 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
748 if(stateProps[nextState]==-1) { in getStateProp()
749 getStateProp(stateTable, stateProps, nextState); in getStateProp()
752 if(stateProps[nextState]>=0) { in getStateProp()
768 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
769 if(stateProps[nextState]==-1) { in getStateProp()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducasemap.cpp579 uint32_t nextState = 0; in toUpper() local
583 nextState |= (state & AFTER_CASED); in toUpper()
586 nextState |= AFTER_CASED; in toUpper()
622 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper()
714 state = nextState; in toUpper()
Ducnvmbcs.cpp662 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local
663 if(stateProps[nextState]>=0) { in enumToU()
666 mbcsTable, stateProps, nextState, in enumToU()
739 int32_t min, max, entry, nextState; in getStateProp() local
747 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
748 if(stateProps[nextState]==-1) { in getStateProp()
749 getStateProp(stateTable, stateProps, nextState); in getStateProp()
752 if(stateProps[nextState]>=0) { in getStateProp()
768 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
769 if(stateProps[nextState]==-1) { in getStateProp()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducasemap.cpp579 uint32_t nextState = 0; in toUpper() local
583 nextState |= (state & AFTER_CASED); in toUpper()
586 nextState |= AFTER_CASED; in toUpper()
622 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper()
714 state = nextState; in toUpper()
Ducnvmbcs.cpp662 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local
663 if(stateProps[nextState]>=0) { in enumToU()
666 mbcsTable, stateProps, nextState, in enumToU()
739 int32_t min, max, entry, nextState; in getStateProp() local
747 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
748 if(stateProps[nextState]==-1) { in getStateProp()
749 getStateProp(stateTable, stateProps, nextState); in getStateProp()
752 if(stateProps[nextState]>=0) { in getStateProp()
768 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
769 if(stateProps[nextState]==-1) { in getStateProp()
[all …]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java723 int nextState = MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local
724 if (stateProps[nextState] >= 0) { in enumToU()
726 …if (!enumToU(mbcsTable, stateProps, nextState, offset+MBCS_ENTRY_TRANSITION_OFFSET(entry), value|b… in enumToU()
795 int min, max, entry, nextState; in getStateProp() local
803 nextState = MBCS_ENTRY_STATE(entry); in getStateProp()
804 if (stateProps[nextState] == -1) { in getStateProp()
805 getStateProp(stateTable, stateProps, nextState); in getStateProp()
808 if (stateProps[nextState] >- 0) { in getStateProp()
824 nextState = MBCS_ENTRY_STATE(entry); in getStateProp()
825 if (stateProps[nextState] == -1) { in getStateProp()
[all …]

12