Home
last modified time | relevance | path

Searched refs:ioState (Results 1 – 25 of 97) sorted by last modified time

1234

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.c245 pCL->ioState = ISFLUSHING; in DisconnectClient()
1957 pCL->ioState = INSSLACCEPT; in AttemptSSL()
2315 pCE->ioState == ISNORMAL) in CommandHosts()
2505 pCEServing->ioState == INCONNECT)) { in CommandOpen()
4662 switch (pCEServing->ioState) { in Kiddie()
4737 pCEServing->ioState = ISNORMAL; in Kiddie()
4824 pCEServing->ioState); in Kiddie()
4834 switch (pCLServing->ioState) { in Kiddie()
4843 pCLServing->ioState = ISNORMAL; in Kiddie()
4885 pCLServing->ioState); in Kiddie()
[all …]
H A Dconsent.c297 pCE->ioState == in StopInit()
690 switch (pCE->ioState) { in ConsState()
726 pCE->ioState = ISFLUSHING; in ConsDown()
852 pCE->ioState = ISNORMAL;
872 pCE->ioState = ISNORMAL;
1023 pCE->ioState = ISNORMAL;
1026 pCE->ioState = INCONNECT;
1094 pCE->ioState = ISNORMAL;
1097 pCE->ioState = INCONNECT;
1162 pCE->ioState = ISNORMAL;
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Ddebug_test.go499 *ioState anonMember
519 s.ioState = newIoState(s.cmd)
575 expect("", s.ioState.writeRead("q\n"))
584 *ioState anonMember
605 s.ioState = newIoState(s.cmd)
681 s.ioState.history.addVar(response)
755 response := s.ioState.writeRead("q\n")
766 s.ioState.writeRead("Y\n")
770 type ioState struct { struct
782 s := &ioState{}
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/common/transporter/
H A DTransporterRegistry.cpp1826 TransporterRegistry::ioState(NodeId nodeId) const { in ioState() function in TransporterRegistry
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/transporter/
H A DTransporterRegistry.hpp310 IOState ioState(NodeId nodeId) const;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/common/transporter/
H A DTransporterRegistry.cpp1826 TransporterRegistry::ioState(NodeId nodeId) const { in ioState() function in TransporterRegistry
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/common/transporter/
H A DTransporterRegistry.cpp1826 TransporterRegistry::ioState(NodeId nodeId) const { in ioState() function in TransporterRegistry
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/transporter/
H A DTransporterRegistry.hpp310 IOState ioState(NodeId nodeId) const;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/transporter/
H A DTransporterRegistry.hpp310 IOState ioState(NodeId nodeId) const;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/common/transporter/
H A DTransporterRegistry.cpp1826 TransporterRegistry::ioState(NodeId nodeId) const { in ioState() function in TransporterRegistry
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/transporter/
H A DTransporterRegistry.hpp310 IOState ioState(NodeId nodeId) const;
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/shapes/
H A DProbeShape.java53 public Interactor applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
54 inValue = ioState.getInput(0); in applyStateMonitor()
H A DPullUpShape.java48 public InteractorInterface applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
H A DRGBLEDShape.java35 private IOState ioState; field in RGBLEDShape
62 public Interactor applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
63 this.ioState = ioState; in applyStateMonitor()
69 if (ioState != null) { in readObservableValues()
70 long r = getCol(ioState.getInput(0)); in readObservableValues()
71 long g = getCol(ioState.getInput(1)); in readObservableValues()
72 long b = getCol(ioState.getInput(2)); in readObservableValues()
H A DRelayShape.java67 public InteractorInterface applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
68 relay = (Relay) ioState.getElement(); in applyStateMonitor()
H A DResetShape.java47 public Interactor applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
H A DRotEncoderShape.java56 public InteractorInterface applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
63 …public void clicked(CircuitComponent cc, Point pos, IOState ioState, Element element, SyncAccess m… in applyStateMonitor() argument
67 …public void pressed(CircuitComponent cc, Point pos, IOState ioState, Element element, SyncAccess m… in applyStateMonitor() argument
72 …public void released(CircuitComponent cc, Point pos, IOState ioState, Element element, SyncAccess … in applyStateMonitor() argument
76 …uitComponent cc, Point posOnScreen, Vector pos, Transform trans, IOState ioState, Element element,… in applyStateMonitor() argument
77 if (ioState != null) { in applyStateMonitor()
92 ioState.getOutput(0).setBool(a); in applyStateMonitor()
93 ioState.getOutput(1).setBool(b); in applyStateMonitor()
H A DSevenSegShape.java73 public Interactor applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
74 inputValues = ioState.getInputs(); in applyStateMonitor()
H A DBreakShape.java50 public Interactor applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
H A DDiodeShape.java50 public InteractorInterface applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
H A DDipSwitchShape.java55 private IOState ioState; field in DipSwitchShape
77 public Interactor applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
78 this.ioState = ioState; in applyStateMonitor()
81 …public void clicked(CircuitComponent cc, Point pos, IOState ioState, Element element, SyncAccess m… in applyStateMonitor()
82 ObservableValue value = ioState.getOutput(0); in applyStateMonitor()
90 if (ioState != null)
91 value = ioState.getOutput(0).getCopy();
H A DFuseShape.java65 public InteractorInterface applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
H A DDILShape.java68 public InteractorInterface applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/shapes/ieee/
H A DIEEEGenericShape.java59 public InteractorInterface applyStateMonitor(IOState ioState) { in applyStateMonitor() argument
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/model/
H A DModelEntry.java36 private IOState ioState; field in ModelEntry
103 ioState = new IOState(values, element.getOutputs(), element); in applyInputs()
118 if (ioState == null) in connectToGui()
120 visualElement.setState(ioState); in connectToGui()
150 return ioState; in getIoState()

1234