Searched defs:timeout (Results 1 – 9 of 9) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | TimeoutExecutor.cs | 15 public static T Execute<T>(Func<T> func, int timeout) in Execute() 22 public static bool TryExecute<T>(Func<T> func, int timeout, out T result) in TryExecute() 44 public static bool WaitForEvent(ManualResetEvent e, int timeout) in WaitForEvent()
|
| D | SysbusTester.cs | 67 public void WaitForByteWrite(ulong address, byte expectedValue, float timeout) in WaitForByteWrite() 72 public void WaitForWordWrite(ulong address, uint expectedValue, float timeout) in WaitForWordWrite() 77 public void WaitForDoubleWordWrite(ulong address, uint expectedValue, float timeout) in WaitForDoubleWordWrite() 82 public void WaitForQuadWordWrite(ulong address, uint expectedValue, float timeout) in WaitForQuadWordWrite() 96 …te void InnerWaitForWrite(List<Tuple<ulong, ulong>> list, ulong offset, ulong value, float timeout) in InnerWaitForWrite()
|
| D | FrameBufferTester.cs | 39 public FrameBufferTester(TimeSpan timeout) in FrameBufferTester() 86 public FrameBufferTester WaitForFrame(string fileName, float? timeout = null) in WaitForFrame() 93 public FrameBufferTester WaitForFrame(byte[] frame, TimeSpan? timeout = null) in WaitForFrame() 121 …FrameROI(string fileName, uint startX, uint startY, uint width, uint height, float? timeout = null) in WaitForFrameROI() 128 …FrameROI(byte[] frame, uint startX, uint startY, uint width, uint height, TimeSpan? timeout = null) in WaitForFrameROI()
|
| D | TerminalTester.cs | 34 …public TerminalTester(TimeInterval timeout, EndLineOption endLineOption = EndLineOption.TreatLineF… in TerminalTester() 146 …public TerminalTesterResult WaitFor(string pattern, TimeInterval? timeout = null, bool treatAsRege… in WaitFor() 187 …public TerminalTesterResult WaitFor(string[] patterns, TimeInterval? timeout = null, bool treatAsR… in WaitFor() 326 …sterResult WaitForMatch(Func<TerminalTesterResult> resultMatcher, TimeInterval timeout, bool pause… in WaitForMatch() 404 …private TerminalTesterResult WaitForMultilineMatch(string[] patterns, TimeInterval? timeout = null… in WaitForMultilineMatch()
|
| D | LEDTester.cs | 37 public LEDTester AssertState(bool state, float? timeout = null, bool pauseEmulation = false) in AssertState() 276 private TimeoutEvent GetTimeoutEvent(ulong timeout, Action callback = null) in GetTimeoutEvent()
|
| D | NetworkInterfaceTester.cs | 62 public bool TryWaitForOutgoingPacket(float timeout, out NetworkInterfaceTesterResult result) in TryWaitForOutgoingPacket() 82 …tgoingPacketWithBytesAtIndex(string bytes, int index, int maxPackets, float timeout, out NetworkIn… in TryWaitForOutgoingPacketWithBytesAtIndex()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | PtyUnixStream.cs | 169 private bool IsDataAvailable(int timeout, out int pollResult) in IsDataAvailable() 180 private bool IsDataAvailable(int timeout, bool throwOnError = true) in IsDataAvailable()
|
| D | LibCWrapper.cs | 121 public static byte[] Read(int fd, int count, int timeout, Func<bool> shouldCancel) in Read()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | Quectel_BG96.cs | 190 protected /* override */ Response Qiclose(int connectionId, int timeout = 10) in Qiclose()
|