Searched defs:predicate (Results 1 – 7 of 7) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | UartHooksExtensions.cs | 17 … public static void AddCharHook(this IUART uart, Func<byte, bool> predicate, Action<byte> hook) in AddCharHook() 28 … public static void AddLineHook(this IUART uart, Func<string, bool> predicate, Action<string> hook) in AddLineHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | TreeBase.cs | 70 public TNode TryGetNode(Func<TValue, bool> predicate) in TryGetNode()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | MAX32650_SPI.cs | 133 private void DeassertCS(Func<int, bool> predicate) in DeassertCS()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | TimeSourceBase.cs | 951 public void RegisterTestPhase(Func<T, Boolean> predicate) in RegisterTestPhase()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMachine.cs | 23 void AddUserStateHook(Func<string, bool> predicate, Action<string> hook); in AddUserStateHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 393 …public static int IndexOf<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate) in IndexOf() 406 …ic static int LastIndexOf<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate) in LastIndexOf()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 942 public void AddUserStateHook(Func<string, bool> predicate, Action<string> hook) in AddUserStateHook()
|