Home
last modified time | relevance | path

Searched defs:e (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs141 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/
DXWTEventSource.cs34 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/
DCrashHandler.cs20 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/
DExceptionKeeper.cs16 public void AddException(Exception e) in AddException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/
DTokenizationResult.cs21 … TokenizationResult(int unmatchedCharactersLeft, IEnumerable<Token> tokens, RecoverableException e) in TokenizationResult()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTimeoutExecutor.cs44 public static bool WaitForEvent(ManualResetEvent e, int timeout) in WaitForEvent()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs712 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/
DEmulatorController.cs394 private void HandleException(IOException e) in HandleException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DCachingFileFetcher.cs262 private static string ResolveWebException(WebException e) in ResolveWebException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs39 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/
DXLibHelper.cs172 internal extern static void XNextEvent(IntPtr display, IntPtr e); in XNextEvent()