Home
last modified time | relevance | path

Searched refs:stateObject (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/state/
H A Dstatedb.go204 if stateObject != nil {
212 if stateObject != nil {
221 if stateObject != nil {
229 if stateObject == nil {
244 if stateObject == nil {
366 func (self *StateDB) updateStateObject(stateObject *stateObject) {
376 func (self *StateDB) deleteStateObject(stateObject *stateObject) {
416 if stateObject == nil || stateObject.deleted {
419 return stateObject
566 if stateObject.suicided || (deleteEmptyObjects && stateObject.empty()) {
[all …]
H A Dstate_object.go63 type stateObject struct { struct
92 func (s *stateObject) empty() bool { argument
113 return &stateObject{
135 func (self *stateObject) markSuicided() { argument
139 func (c *stateObject) touch() { argument
299 func (self *stateObject) deepCopy(db *StateDB) *stateObject { argument
304 stateObject.code = self.code
307 stateObject.suicided = self.suicided
308 stateObject.dirtyCode = self.dirtyCode
309 stateObject.deleted = self.deleted
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/designer/
H A Dqquickdesignersupportstates.cpp49 QQuickState *stateObject = qobject_cast<QQuickState*>(object); in isStateActive() local
51 if (!stateObject) in isStateActive()
54 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in isStateActive()
65 if (!stateObject) in activateState()
68 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in activateState()
79 if (!stateObject) in deactivateState()
82 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in deactivateState()
92 QQuickState *stateObject = qobject_cast<QQuickState*>(state); in changeValueInRevertList() local
94 if (!stateObject) in changeValueInRevertList()
106 if (!stateObject) in updateStateBinding()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/designer/
H A Dqquickdesignersupportstates.cpp49 QQuickState *stateObject = qobject_cast<QQuickState*>(object); in isStateActive() local
51 if (!stateObject) in isStateActive()
54 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in isStateActive()
65 if (!stateObject) in activateState()
68 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in activateState()
79 if (!stateObject) in deactivateState()
82 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in deactivateState()
92 QQuickState *stateObject = qobject_cast<QQuickState*>(state); in changeValueInRevertList() local
94 if (!stateObject) in changeValueInRevertList()
106 if (!stateObject) in updateStateBinding()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/state/
H A Dstate_object.go66 type stateObject struct { struct
97 func (s *stateObject) empty() bool { argument
112 return &stateObject{
135 func (s *stateObject) markSuicided() { argument
139 func (s *stateObject) touch() { argument
447 func (s *stateObject) deepCopy(db *StateDB) *stateObject { argument
452 stateObject.code = s.code
456 stateObject.suicided = s.suicided
457 stateObject.dirtyCode = s.dirtyCode
458 stateObject.deleted = s.deleted
[all …]
H A Dstatedb.go263 if stateObject != nil {
271 if stateObject != nil {
285 if stateObject != nil {
293 if stateObject != nil {
301 if stateObject == nil {
310 if stateObject != nil {
342 if stateObject != nil {
357 if stateObject == nil {
367 if stateObject != nil {
380 if stateObject != nil {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/TaskFactory/
H A DTaskFactory_FromAsyncTests.cs86 stateObject); in RunAPMFactoryTests()
98 stateObject); in RunAPMFactoryTests()
109 stateObject); in RunAPMFactoryTests()
118 stateObject); in RunAPMFactoryTests()
136 stateObject); in RunAPMFactoryTests()
151 stateObject, in RunAPMFactoryTests()
165 stateObject); in RunAPMFactoryTests()
177 stateObject, in RunAPMFactoryTests()
189 stateObject); in RunAPMFactoryTests()
199 stateObject, in RunAPMFactoryTests()
[all …]
/dports/textproc/R-cran-XML/XML/src/
H A DEventParse.c89 USER_OBJECT_ trim, USER_OBJECT_ useExpat, USER_OBJECT_ stateObject, in RS_XML()
143 parserData->stateObject = (stateObject == NULL_USER_OBJECT ? NULL : stateObject); in RS_XML()
149 if(parserData->stateObject && parserData->stateObject != NULL_USER_OBJECT) in RS_XML()
150 R_PreserveObject(parserData->stateObject); in RS_XML()
173 ans = parserData->stateObject ? parserData->stateObject : handlers; in RS_XML()
177 if(parserData->stateObject && parserData->stateObject != NULL_USER_OBJECT) in RS_XML()
178 R_ReleaseObject(parserData->stateObject); in RS_XML()
522 if(!parserData->stateObject || parserData->stateObject == NULL_USER_OBJECT) { in updateState()
527 R_ReleaseObject(parserData->stateObject); in updateState()
530 decr_ref_count(parserData->stateObject, TRUE, Local_data, S_evaluator); in updateState()
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DStateManager.cpp69 stateObject = 0; in StateData()
219 s->stateObject = stateObjects[state]; in pushState()
272 void StateManager::registerStateObject(StateObject *stateObject, const std::string &name) in registerStateObject() argument
276 stateObject->name = name; in registerStateObject()
277 stringToLower(stateObject->name); in registerStateObject()
280 if (stateObject->name.empty()) in registerStateObject()
285 if (!stateObjects[stateObject->name]) in registerStateObject()
286 stateObjects[stateObject->name] = stateObject; in registerStateObject()
354 return s->stateObject; in getTopStateObject()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/Common/SystemDataInternals/
H A DTdsParserStateObjectHelper.cs53 private static void VerifyObjectIsTdsParserStateObject(object stateObject) in VerifyObjectIsTdsParserStateObject() argument
55 if (stateObject == null) in VerifyObjectIsTdsParserStateObject()
57 if (!s_tdsParserStateObjectManaged.IsInstanceOfType(stateObject)) in VerifyObjectIsTdsParserStateObject()
61 internal static object GetSessionHandle(object stateObject) in GetSessionHandle() argument
63 VerifyObjectIsTdsParserStateObject(stateObject); in GetSessionHandle()
64 return s_tdsParserStateObjectManagedSessionHandle.GetValue(stateObject); in GetSessionHandle()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/
H A DRelaxngValidatingReader.cs215 if (stateObject == null) in ToState()
226 ValidationState state = ToState (stateObject); in AfterOpenStartTag()
230 public bool OpenStartTag (object stateObject, in OpenStartTag() argument
233 ValidationState state = ToState (stateObject); in OpenStartTag()
240 ValidationState state = ToState (stateObject); in AfterAttribute()
244 public bool Attribute (object stateObject, in Attribute() argument
247 ValidationState state = ToState (stateObject); in Attribute()
257 public bool CloseStartTag (object stateObject) in CloseStartTag() argument
263 public object AfterEndTag (object stateObject) in AfterEndTag() argument
269 public bool EndTag (object stateObject) in EndTag() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Messaging/Mono.Messaging/
H A DMessageQueueBase.cs59 public IAsyncResult BeginPeek (TimeSpan timeout, object stateObject) in BeginPeek() argument
61 return new PeekAsyncResult (stateObject, Queue, in BeginPeek()
66 object stateObject, in BeginPeek() argument
69 return new PeekAsyncResult (stateObject, Queue, timeout, callback); in BeginPeek()
89 public IAsyncResult BeginReceive (TimeSpan timeout, object stateObject) in BeginReceive() argument
91 return new ReceiveAsyncResult (stateObject, Queue, timeout, NullAsyncCallback); in BeginReceive()
95 object stateObject, in BeginReceive() argument
98 return new ReceiveAsyncResult (stateObject, Queue, timeout, callback); in BeginReceive()
H A DIMessageQueue.cs172 IAsyncResult BeginPeek (TimeSpan timeout, object stateObject); in BeginPeek() argument
174 IAsyncResult BeginPeek (TimeSpan timeout, object stateObject, AsyncCallback callback); in BeginPeek() argument
182 IAsyncResult BeginReceive (TimeSpan timeout, object stateObject); in BeginReceive() argument
184 IAsyncResult BeginReceive (TimeSpan timeout, object stateObject, AsyncCallback callback); in BeginReceive() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DPopStateEvent.cpp34 PopStateEvent::PopStateEvent(PassRefPtr<SerializedScriptValue> stateObject) in PopStateEvent() argument
36 , m_stateObject(stateObject) in PopStateEvent()
44 …AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> stateObject) in initPopStateEvent() argument
51 m_stateObject = stateObject; in initPopStateEvent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DDns.cs131 …AsyncResult BeginGetHostByName (string hostName, AsyncCallback requestCallback, object stateObject) in BeginGetHostByName() argument
141 return BeginAsyncCall (hostName, requestCallback, stateObject); in BeginGetHostByName()
145 return c.BeginInvoke (hostName, requestCallback, stateObject); in BeginGetHostByName()
150 …atic IAsyncResult BeginResolve (string hostName, AsyncCallback requestCallback, object stateObject) in BeginResolve() argument
160 return BeginAsyncCall (hostName, requestCallback, stateObject); in BeginResolve()
164 return c.BeginInvoke (hostName, requestCallback, stateObject); in BeginResolve()
202 return BeginAsyncCall (hostNameOrAddress, requestCallback, stateObject); in BeginGetHostEntry()
206 return c.BeginInvoke (hostNameOrAddress, requestCallback, stateObject); in BeginGetHostEntry()
210 …syncResult BeginGetHostEntry (IPAddress address, AsyncCallback requestCallback, object stateObject) in BeginGetHostEntry() argument
220 return BeginAsyncCall (address.ToString (), requestCallback, stateObject); in BeginGetHostEntry()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/qmlprivategate/
H A Dqmlprivategate.cpp596 if (!stateObject) in isStateActive()
599 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in isStateActive()
610 if (!stateObject) in activateState()
613 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in activateState()
624 if (!stateObject) in deactivateState()
627 QQuickStateGroup *stateGroup = stateObject->stateGroup(); in deactivateState()
635 QQuickState *stateObject = qobject_cast<QQuickState*>(state); in changeValueInRevertList() local
637 if (!stateObject) in changeValueInRevertList()
647 if (!stateObject) in updateStateBinding()
657 if (!stateObject) in resetStateProperty()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/draft/
H A DStateMachine.java157 StateObjectBuilder<T> stateObject = factory.getInstance();
158 stateObject.init(string, this, i);
166 stateObject.push(action.pushState);
168 System.out.println("\t@Pushed " + stateObject);
172 stateObject.handle(i, action);
182 System.out.println("\t@Popping " + stateObject);
184 state = stateObject.pop();
188 return stateObject.getResult();
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSqlCommand.cs29 public IAsyncResult BeginExecuteReader(AsyncCallback callback, object stateObject) => in BeginExecuteReader() argument
30 BeginExecuteReader(CommandBehavior.Default, callback, stateObject); in BeginExecuteReader()
33 …public IAsyncResult BeginExecuteReader(AsyncCallback callback, object stateObject, CommandBehavior… in BeginExecuteReader() argument
34 BeginExecuteReader(behavior, callback, stateObject); in BeginExecuteReader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/navigation/
H A Dcrw_js_navigation_handler.mm174 const std::string* stateObjectJSON = message.FindStringKey("stateObject");
176 DLOG(WARNING) << "JS message parameter not found: stateObject";
179 NSString* stateObject = base::SysUTF8ToNSString(*stateObjectJSON);
199 stateObject:stateObject
241 const std::string* stateObjectJSON = message.FindStringKey("stateObject");
243 DLOG(WARNING) << "JS message parameter not found: stateObject";
246 NSString* stateObject = base::SysUTF8ToNSString(*stateObjectJSON);
248 stateObject:stateObject
260 stateObject:(NSString*)stateObject
278 stateObject:(NSString*)stateObject
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/src/System/Net/
H A DDNS.cs427 …IAsyncResult BeginGetHostByName(string hostName, AsyncCallback requestCallback, object stateObject) in BeginGetHostByName() argument
433 …asyncResult = HostResolutionBeginHelper(hostName, true, true, false, requestCallback, stateObject); in BeginGetHostByName()
536 …sult BeginGetHostEntry(string hostNameOrAddress, AsyncCallback requestCallback, object stateObject) in BeginGetHostEntry() argument
541 …lt = HostResolutionBeginHelper(hostNameOrAddress, false, true, true, requestCallback, stateObject); in BeginGetHostEntry()
547 …AsyncResult BeginGetHostEntry(IPAddress address, AsyncCallback requestCallback, object stateObject) in BeginGetHostEntry() argument
553 …cResult asyncResult = HostResolutionBeginHelper(address, true, true, requestCallback, stateObject); in BeginGetHostEntry()
589 …tatic IAsyncResult BeginResolve(string hostName, AsyncCallback requestCallback, object stateObject) in BeginResolve() argument
595 …yncResult = HostResolutionBeginHelper(hostName, false, false, false, requestCallback, stateObject); in BeginResolve()
631 … (arg, requestCallback, stateObject) => BeginGetHostAddresses(arg, requestCallback, stateObject), in GetHostAddressesAsync()
641 … (arg, requestCallback, stateObject) => BeginGetHostEntry(arg, requestCallback, stateObject), in GetHostEntryAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/ref/
H A DSystem.Net.NameResolution.cs15 …inGetHostByName(string hostName, AsyncCallback requestCallback, object stateObject) { throw null; } in BeginGetHostByName() argument
16 …tEntry(string hostNameOrAddress, AsyncCallback requestCallback, object stateObject) { throw null; } in BeginGetHostEntry() argument
17 …nGetHostEntry(IPAddress address, AsyncCallback requestCallback, object stateObject) { throw null; } in BeginGetHostEntry() argument
19 …lt BeginResolve(string hostName, AsyncCallback requestCallback, object stateObject) { throw null; } in BeginResolve() argument
/dports/textproc/zorba/zorba-2.7.0/src/runtime/base/
H A Dplan_iterator.h69 #define DEFAULT_STACK_INIT(stateType, stateObject, planState) \ argument
70 stateObject = StateTraitsImpl<stateType>::getState(planState, this->theStateOffset); \
71 switch (stateObject->getDuffsLine()) \
75 #define STACK_PUSH(status, stateObject) \ argument
78 stateObject->setDuffsLine(__LINE__); \
83 #define STACK_END( stateObject) \ argument
85 stateObject->setDuffsLine(__LINE__); \
88 stateObject->setDuffsLine(__LINE__ + 1); \
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/IO/
H A DBufferedStream2.cs244 …t BeginRead(byte[] array, int offset, int numBytes, AsyncCallback userCallback, Object stateObject) in BeginRead() argument
282 return BufferedStreamAsyncResult.Complete(n, userCallback, stateObject, false); in BeginRead()
289 return BeginReadCore(array, offset, numBytes, userCallback, stateObject, 0); in BeginRead()
298 return BufferedStreamAsyncResult.Complete(n, userCallback, stateObject, false); in BeginRead()
311 return BeginReadCore(array, offset + n, numBytes - n, userCallback, stateObject, n); in BeginRead()
333 … BeginWrite(byte[] array, int offset, int numBytes, AsyncCallback userCallback, Object stateObject) in BeginWrite() argument
360 return BufferedStreamAsyncResult.Complete(numBytes, userCallback, stateObject, true); in BeginWrite()
364 return BeginWriteCore(array, offset, numBytes, userCallback, stateObject); in BeginWrite()
657 …[] bytes, int offset, int numBytes, AsyncCallback userCallback, Object stateObject, int numBuffere… in BeginReadCore() argument
661 …nWriteCore(byte[] bytes, int offset, int numBytes, AsyncCallback userCallback, Object stateObject); in BeginWriteCore() argument
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/Objects/ObjectTypes/
H A DAnimatedObject.AnimatedObjectState.cs16 public AnimatedObjectState(StaticObject stateObject, Vector3 position) in AnimatedObjectState()
18 Object = stateObject; in AnimatedObjectState()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_StreamFramer.cs186 public IAsyncResult BeginReadMessage(AsyncCallback asyncCallback, object stateObject) { in BeginReadMessage() argument
190 workerResult = new WorkerAsyncResult(this, stateObject, asyncCallback, null, 0, 0); in BeginReadMessage()
194 workerResult = new WorkerAsyncResult(this, stateObject, asyncCallback, in BeginReadMessage()
378 …c IAsyncResult BeginWriteMessage(byte[] message, AsyncCallback asyncCallback, object stateObject) { in BeginWriteMessage() argument
390 return m_NetworkStream.BeginMultipleWrite(buffers, asyncCallback, stateObject); in BeginWriteMessage()
395 asyncCallback, stateObject); in BeginWriteMessage()
399 WorkerAsyncResult workerResult = new WorkerAsyncResult(this, stateObject, asyncCallback, in BeginWriteMessage()

12345678