Home
last modified time | relevance | path

Searched refs:origState (Results 1 – 25 of 52) sorted by relevance

123

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/storage/etcd3/
H A Dstore.go212 var origState *objState
234 cachedRev := origState.rev
260 cachedRev := origState.rev
271 if cachedRev == origState.rev {
301 return decode(s.codec, s.versioner, origState.data, out, origState.rev)
328 var origState *objState
369 cachedRev := origState.rev
380 if cachedRev == origState.rev {
392 if !origState.stale && bytes.Equal(data, origState.data) {
408 if !origState.stale {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/storage/etcd3/
H A Dstore.go234 return decode(s.codec, s.versioner, origState.data, out, origState.rev)
261 var origState *objState
264 origState, err = s.getStateFromObject(suggestion)
270 origState, err = getCurrentState()
287 origState, err = getCurrentState()
305 origState, err = getCurrentState()
318 if !origState.stale && bytes.Equal(data, origState.data) {
323 origState, err = getCurrentState()
328 if !bytes.Equal(data, origState.data) {
334 if !origState.stale {
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dcheckbox_osx.cpp89 wxCheckBoxState origState ; in OSXHandleClicked() local
91 origState = Get3StateValue(); in OSXHandleClicked()
93 switch (origState) in OSXHandleClicked()
113 if (newState == origState) in OSXHandleClicked()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dcheckbox_osx.cpp89 wxCheckBoxState origState ; in OSXHandleClicked() local
91 origState = Get3StateValue(); in OSXHandleClicked()
93 switch (origState) in OSXHandleClicked()
113 if (newState == origState) in OSXHandleClicked()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dcheckbox_osx.cpp89 wxCheckBoxState origState ; in OSXHandleClicked() local
91 origState = Get3StateValue(); in OSXHandleClicked()
93 switch (origState) in OSXHandleClicked()
113 if (newState == origState) in OSXHandleClicked()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Threading/Tasks/
H A DTaskToAsyncInfoAdapter.cs557 Int32 origState = _state; in SetState()
559 if (useCondition && 0 == (origState & conditionBitMask)) in SetState()
562 return origState; in SetState()
565 Int32 newState = (origState & newStateIgnoreMask) | newStateSetMask; in SetState()
566 Int32 prevState = Interlocked.CompareExchange(ref _state, newState, origState); in SetState()
572 if (prevState == origState) in SetState()
578 origState = _state; in SetState()
580 if (useCondition && 0 == (origState & conditionBitMask)) in SetState()
583 return origState; in SetState()
586 newState = (origState & newStateIgnoreMask) | newStateSetMask; in SetState()
[all …]
/dports/lang/ruby26/ruby-2.6.9/ext/json/generator/
H A Dgenerator.c995 JSON_Generator_State *objState, *origState; in cState_init_copy() local
999 GET_STATE_TO(orig, origState); in cState_init_copy()
1002 MEMCPY(objState, origState, JSON_Generator_State, 1); in cState_init_copy()
1003 objState->indent = fstrndup(origState->indent, origState->indent_len); in cState_init_copy()
1004 objState->space = fstrndup(origState->space, origState->space_len); in cState_init_copy()
1005 objState->space_before = fstrndup(origState->space_before, origState->space_before_len); in cState_init_copy()
1006 objState->object_nl = fstrndup(origState->object_nl, origState->object_nl_len); in cState_init_copy()
1007 objState->array_nl = fstrndup(origState->array_nl, origState->array_nl_len); in cState_init_copy()
1008 if (origState->array_delim) objState->array_delim = fbuffer_dup(origState->array_delim); in cState_init_copy()
1009 if (origState->object_delim) objState->object_delim = fbuffer_dup(origState->object_delim); in cState_init_copy()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/taskrunner/
H A Dlogmon_hook_unix_test.go51 origState := resp.State
87 require.NotEqual(t, origState, resp.State)
120 origState := resp.State
173 require.NotEqual(t, origState, resp.State)
/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/taskrunner/
H A Dlogmon_hook_unix_test.go51 origState := resp.State
87 require.NotEqual(t, origState, resp.State)
120 origState := resp.State
175 require.NotEqual(t, origState, resp.State)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/builtin/audit/file/
H A Dbackend.go94 origState := req.Connection.ConnState
97 origReq.Connection.ConnState = origState
141 origState := req.Connection.ConnState
144 origReq.Connection.ConnState = origState
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/builtin/audit/syslog/
H A Dbackend.go85 origState := req.Connection.ConnState
88 origReq.Connection.ConnState = origState
133 origState := req.Connection.ConnState
136 origReq.Connection.ConnState = origState
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/plugins/chewing/src/
H A Dchewingadapter.cpp91 int origState = chewing_get_escCleanAllBuf(m_chewingContext); in clearChewingPreedit() local
96 chewing_set_escCleanAllBuf(m_chewingContext, origState); in clearChewingPreedit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/promo/
H A DHomepagePromoSnackbarController.java65 HomepageState origState = new HomepageState(useNTP, useDefaultUri, customUri); in showUndoSnackbar() local
73 mContext.getString(org.chromium.chrome.R.string.undo), origState)); in showUndoSnackbar() local
/dports/devel/ragel/ragel-6.10/ragel/
H A Dfsmbase.cpp78 StateList::Iter origState = graph.stateList; in FsmAp() local
79 for ( ; origState.lte(); origState++ ) { in FsmAp()
81 StateAp *newState = new StateAp( *origState ); in FsmAp()
87 origState->alg.stateMap = newState; in FsmAp()
/dports/emulators/aqemu/aqemu-0.9.2/src/Embedded_Display/
H A Dremoteview.cpp83 RemoteStatus origState = m_status; in setStatus() local
84 for (int i = origState; i < s; ++i) { in setStatus()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Lua/
H A DPandocLua.hs64 origState <- getCommonState
67 putCommonState origState
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Lua/
H A DPandocLua.hs65 origState <- getCommonState
68 putCommonState origState
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/audit/
H A Dformat.go57 origState := in.Request.Connection.ConnState
60 in.Request.Connection.ConnState = origState
184 origState := in.Request.Connection.ConnState
187 in.Request.Connection.ConnState = origState
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/vault/audit/
H A Dformat.go57 origState := in.Request.Connection.ConnState
60 in.Request.Connection.ConnState = origState
184 origState := in.Request.Connection.ConnState
187 in.Request.Connection.ConnState = origState
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/audit/
H A Dformat.go57 origState := in.Request.Connection.ConnState
60 in.Request.Connection.ConnState = origState
184 origState := in.Request.Connection.ConnState
187 in.Request.Connection.ConnState = origState
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/audit/
H A Dformat.go58 origState := in.Request.Connection.ConnState
61 in.Request.Connection.ConnState = origState
196 origState := in.Request.Connection.ConnState
199 in.Request.Connection.ConnState = origState
/dports/sysutils/terraform/terraform-1.0.11/internal/states/statemgr/
H A Dfilesystem_test.go172 origState := TestFullInitialState()
173 if !bf.State.Equal(origState) {
174 for _, problem := range deep.Equal(origState, bf.State) {
/dports/devel/llvm90/llvm-9.0.1.src/utils/TableGen/
H A DDFAPacketizerEmitter.cpp230 unsigned prevState, unsigned origState,
375 unsigned prevState, unsigned origState, in AddInsnClassStages() argument
455 ResultingResourceState, origState, in AddInsnClassStages()
/dports/devel/llvm80/llvm-8.0.1.src/utils/TableGen/
H A DDFAPacketizerEmitter.cpp231 unsigned prevState, unsigned origState,
376 unsigned prevState, unsigned origState, in AddInsnClassStages() argument
456 ResultingResourceState, origState, in AddInsnClassStages()
/dports/devel/llvm70/llvm-7.0.1.src/utils/TableGen/
H A DDFAPacketizerEmitter.cpp231 unsigned prevState, unsigned origState,
376 unsigned prevState, unsigned origState, in AddInsnClassStages() argument
456 ResultingResourceState, origState, in AddInsnClassStages()

123