Home
last modified time | relevance | path

Searched refs:InternalState (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/
H A DContextualSearchInternalStateController.java59 InternalState.UNDEFINED,
60 InternalState.IDLE,
65 InternalState.TAP_RECOGNIZED,
72 InternalState.RESOLVING,
78 public @interface InternalState { annotation in ContextualSearchInternalStateController
161 private @InternalState int mState = InternalState.UNDEFINED;
167 private @InternalState int mPreviousState = InternalState.UNDEFINED;
213 assert state == InternalState.UNDEFINED || state == InternalState.IDLE in enter()
310 case InternalState.IDLE: in startWorkingOn()
338 case InternalState.RESOLVING: in startWorkingOn()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in isValid()
92 InternalState.BufferOffset = 0; in isValid()
187 InternalState.State[0] += A;
188 InternalState.State[1] += B;
189 InternalState.State[2] += C;
190 InternalState.State[3] += D;
191 InternalState.State[4] += E;
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data;
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data;
201 InternalState.BufferOffset++;
[all …]
H A DSHA256.cpp64 InternalState.ByteCount = 0; in r2()
163 InternalState.State[0] += A; in r4()
164 InternalState.State[1] += B; in r4()
165 InternalState.State[2] += C; in r4()
166 InternalState.State[3] += D; in r4()
167 InternalState.State[4] += E; in r4()
168 InternalState.State[5] += F; in r4()
169 InternalState.State[6] += G; in r4()
175 InternalState.Buffer.C[InternalState.BufferOffset] = Data;
177 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data;
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DSHA1.cpp90 InternalState.ByteCount = 0; in init()
91 InternalState.BufferOffset = 0; in init()
186 InternalState.State[0] += A; in hashBlock()
187 InternalState.State[1] += B; in hashBlock()
188 InternalState.State[2] += C; in hashBlock()
189 InternalState.State[3] += D; in hashBlock()
190 InternalState.State[4] += E; in hashBlock()
195 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
197 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
200 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DSHA1.cpp91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
187 InternalState.State[0] += A; in hashBlock()
188 InternalState.State[1] += B; in hashBlock()
189 InternalState.State[2] += C; in hashBlock()
190 InternalState.State[3] += D; in hashBlock()
191 InternalState.State[4] += E; in hashBlock()
196 InternalState.Buffer.C[InternalState.BufferOffset] = Data; in addUncounted()
198 InternalState.Buffer.C[InternalState.BufferOffset ^ 3] = Data; in addUncounted()
201 InternalState.BufferOffset++; in addUncounted()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/state_machines/
H A Dforward_grapheme_boundary_state_machine.cc56 internal_state_(InternalState::kCountRIS) {} in ForwardGraphemeBoundaryStateMachine()
63 case InternalState::kCountRIS: in FeedPrecedingCodeUnit()
70 case InternalState::kCountRISWaitLeadSurrogate: in FeedPrecedingCodeUnit()
91 case InternalState::kFinished: in FeedPrecedingCodeUnit()
102 case InternalState::kCountRIS: // Fallthrough in FeedFollowingCodeUnit()
108 case InternalState::kStartForward: in FeedFollowingCodeUnit()
137 case InternalState::kSearch: in FeedFollowingCodeUnit()
177 case InternalState::kFinished: in FeedFollowingCodeUnit()
212 internal_state_ = InternalState::kCountRIS; in Reset()
217 internal_state_ = InternalState::kFinished; in Finish()
[all …]
H A Dbackward_grapheme_boundary_state_machine.cc58 internal_state_(InternalState::kStart) {} in BackwardGraphemeBoundaryStateMachine()
63 case InternalState::kStart: in FeedPrecedingCodeUnit()
80 case InternalState::kStartWaitLeadSurrogate: in FeedPrecedingCodeUnit()
94 case InternalState::kSearch: in FeedPrecedingCodeUnit()
133 case InternalState::kCountRIS: in FeedPrecedingCodeUnit()
164 case InternalState::kFinished: in FeedPrecedingCodeUnit()
174 case InternalState::kStart: in TellEndOfPrecedingText()
192 case InternalState::kFinished: in TellEndOfPrecedingText()
214 InternalState next_state) { in MoveToNextState()
230 internal_state_ = InternalState::kFinished; in Finish()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/state_machines/
H A Dforward_grapheme_boundary_state_machine.cc56 internal_state_(InternalState::kCountRIS) {} in ForwardGraphemeBoundaryStateMachine()
63 case InternalState::kCountRIS: in FeedPrecedingCodeUnit()
70 case InternalState::kCountRISWaitLeadSurrogate: in FeedPrecedingCodeUnit()
91 case InternalState::kFinished: in FeedPrecedingCodeUnit()
102 case InternalState::kCountRIS: // Fallthrough in FeedFollowingCodeUnit()
108 case InternalState::kStartForward: in FeedFollowingCodeUnit()
137 case InternalState::kSearch: in FeedFollowingCodeUnit()
177 case InternalState::kFinished: in FeedFollowingCodeUnit()
212 internal_state_ = InternalState::kCountRIS; in Reset()
217 internal_state_ = InternalState::kFinished; in Finish()
[all …]
H A Dbackward_grapheme_boundary_state_machine.cc58 internal_state_(InternalState::kStart) {} in BackwardGraphemeBoundaryStateMachine()
63 case InternalState::kStart: in FeedPrecedingCodeUnit()
80 case InternalState::kStartWaitLeadSurrogate: in FeedPrecedingCodeUnit()
94 case InternalState::kSearch: in FeedPrecedingCodeUnit()
133 case InternalState::kCountRIS: in FeedPrecedingCodeUnit()
164 case InternalState::kFinished: in FeedPrecedingCodeUnit()
174 case InternalState::kStart: in TellEndOfPrecedingText()
192 case InternalState::kFinished: in TellEndOfPrecedingText()
214 InternalState next_state) { in MoveToNextState()
230 internal_state_ = InternalState::kFinished; in Finish()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets.Client/src/System/Net/WebSockets/
H A DClientWebSocket.cs13 private enum InternalState enum in System.Net.WebSockets.ClientWebSocket
33 _state = (int)InternalState.Created; in ClientWebSocket()
94 switch ((InternalState)_state)
96 case InternalState.Created:
101 Debug.Assert((InternalState)_state == InternalState.Disposed);
125 …var priorState = (InternalState)Interlocked.CompareExchange(ref _state, (int)InternalState.Connect… in ConnectAsync()
146 …if ((InternalState)Interlocked.CompareExchange(ref _state, (int)InternalState.Connected, (int)Inte… in ConnectAsyncCore()
203 if ((InternalState)_state == InternalState.Disposed) in Abort()
216 … var priorState = (InternalState)Interlocked.Exchange(ref _state, (int)InternalState.Disposed); in Dispose()
230 if ((InternalState)_state == InternalState.Disposed) in ThrowIfNotConnected()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/
H A DContextualSearchInternalStateControllerWrapper.java18 Arrays.asList(InternalState.TAP_RECOGNIZED, InternalState.TAP_GESTURE_COMMIT,
19 InternalState.GATHERING_SURROUNDINGS, InternalState.DECIDING_SUPPRESSION,
20 InternalState.START_SHOWING_TAP_UI, InternalState.SHOW_RESOLVING_UI,
21 InternalState.RESOLVING);
23 Arrays.asList(InternalState.LONG_PRESS_RECOGNIZED, InternalState.GATHERING_SURROUNDINGS,
24 InternalState.SHOWING_LITERAL_SEARCH);
26 InternalState.RESOLVING_LONG_PRESS_RECOGNIZED, InternalState.GATHERING_SURROUNDINGS,
27 InternalState.SHOW_RESOLVING_UI, InternalState.RESOLVING);
44 void notifyStartingWorkOn(@InternalState int state) { in notifyStartingWorkOn()
50 void notifyFinishedWorkOn(@InternalState int state) { in notifyFinishedWorkOn()

12345678910>>...13