/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
D | mhchem.min.js | 1 …nextState||o,!(t.length>0))return c;if(d.revisit||(t=_.remainder),!d.toContinue)break t}}if(r<=0)t… property
|
D | mhchem.js | 321 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 …]
|
D | mhchem.mjs | 211 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/ |
D | ThaiStateTransition.java | 19 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()
|
D | ThaiStateTable.java | 21 static int nextState = 0; field in ThaiStateTable 33 return nextState++; in newState()
|
/third_party/skia/src/sksl/lex/ |
D | NFAtoDFA.h | 111 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/ |
D | NFAtoDFA.h | 111 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/ |
D | AudioLatencyTuner.java | 189 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/ |
D | DuplexEngine.cpp | 78 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/ |
D | AudioStream.cpp | 89 StreamState nextState = state; in waitForStateTransition() local 92 Result result = waitForStateChange(state, &nextState, timeoutNanoseconds); in waitForStateTransition() 98 if (nextState != endingState) { in waitForStateTransition()
|
D | FilterAudioStream.h | 118 StreamState *nextState, in waitForStateChange() argument 120 return mChildStream->waitForStateChange(inputState, nextState, timeoutNanoseconds); in waitForStateChange()
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 452 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/ |
D | LatencyAnalyzer.h | 516 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/ |
D | AudioStreamOpenSLES.cpp | 367 StreamState *nextState, in waitForStateChange() argument 375 if (nextState != nullptr) { in waitForStateChange() 376 *nextState = state; in waitForStateChange()
|
D | AudioStreamOpenSLES.h | 78 StreamState *nextState,
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | refresh.dart | 430 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/ |
D | ucasemap.cpp | 579 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()
|
D | ucnvmbcs.cpp | 662 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/ |
D | ucasemap.cpp | 579 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()
|
D | ucnvmbcs.cpp | 662 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/ |
D | ucasemap.cpp | 579 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()
|
D | ucnvmbcs.cpp | 662 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/ |
D | ucasemap.cpp | 579 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()
|
D | ucnvmbcs.cpp | 662 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/ |
D | CharsetMBCS.java | 723 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 …]
|