Searched defs:e (Results 1 – 11 of 11) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/ |
| D | Logger.cs | 141 public static void ErrorLog(this IEmulationElement e, string message, params object[] args) in ErrorLog() 146 public static void ErrorLog(this IEmulationElement e, string message) in ErrorLog() 151 public static void ErrorLog(this IEmulationElement e, string message, object arg1) in ErrorLog() 156 … public static void ErrorLog(this IEmulationElement e, string message, object arg1, object arg2) in ErrorLog() 161 …public static void ErrorLog(this IEmulationElement e, string message, object arg1, object arg2, ob… in ErrorLog() 166 … public static void WarningLog(this IEmulationElement e, string message, params object[] args) in WarningLog() 171 public static void WarningLog(this IEmulationElement e, string message) in WarningLog() 176 public static void WarningLog(this IEmulationElement e, string message, object arg1) in WarningLog() 181 … public static void WarningLog(this IEmulationElement e, string message, object arg1, object arg2) in WarningLog() 186 …public static void WarningLog(this IEmulationElement e, string message, object arg1, object arg2, … in WarningLog() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/ |
| D | XWTEventSource.cs | 34 private void HandleKeyReleased(object sender, KeyEventArgs e) in HandleKeyReleased() 57 private void HandleKeyPressed(object sender, KeyEventArgs e) in HandleKeyPressed() 80 private void HandleButtonReleased(object sender, ButtonEventArgs e) in HandleButtonReleased() 89 private void HandleButtonPressed(object sender, ButtonEventArgs e) in HandleButtonPressed() 98 private void HandleMouseMoved(object sender, MouseMovedEventArgs e) in HandleMouseMoved()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/ |
| D | CrashHandler.cs | 20 public static void HandleCrash(Exception e) in HandleCrash() 76 private static string GetFullStackTrace(Exception e) in GetFullStackTrace()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/ |
| D | ExceptionKeeper.cs | 16 public void AddException(Exception e) in AddException()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/ |
| D | TokenizationResult.cs | 21 … TokenizationResult(int unmatchedCharactersLeft, IEnumerable<Token> tokens, RecoverableException e) in TokenizationResult()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | TimeoutExecutor.cs | 44 public static bool WaitForEvent(ManualResetEvent e, int timeout) in WaitForEvent()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | Monitor.cs | 712 private void PrintExceptionDetails(Exception e, ICommandInteraction writer, int tab = 0) in PrintExceptionDetails() 736 private void PrintException(string commandName, Exception e, ICommandInteraction writer) in PrintException()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | EmulatorController.cs | 394 private void HandleException(IOException e) in HandleException()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | CachingFileFetcher.cs | 262 private static string ResolveWebException(WebException e) in ResolveWebException()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/ |
| D | DevicesConfig.cs | 39 private static void FailDevice(string deviceName, string field = null, Exception e = null) in FailDevice()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/ |
| D | XLibHelper.cs | 172 internal extern static void XNextEvent(IntPtr display, IntPtr e); in XNextEvent()
|