Searched refs:exception (Results 1 – 11 of 11) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/ |
| D | ExceptionKeeper.cs | 53 foreach(var exception in exceptions) in PrintExceptions() 55 Console.WriteLine(exception.SourceException); in PrintExceptions()
|
| D | NativeBinder.cs | 244 var exception = il.DeclareLocal(typeof(Exception)); in WrapExport() 261 … il.Emit(OpCodes.Stloc, exception); // We need this local because MSIL doesn't have an instruction in WrapExport() 264 il.Emit(OpCodes.Ldloc, exception); in WrapExport()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/ |
| D | Tokenizer.cs | 94 RecoverableException exception = null; in Tokenize() 115 exception = exception ?? e; in Tokenize() 130 return new TokenizationResult(input.Length, producedTokens, exception); in Tokenize()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_LFXO_1.cs | 27 private void BusFault(uint exception) in BusFault() argument 35 translationCPU.RaiseException(exception); in BusFault()
|
| D | EFR32xG2_CMU_3.cs | 41 private void BusFault(uint exception) in BusFault() argument 49 translationCPU.RaiseException(exception); in BusFault()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | AmbiqApollo4_Security.cs | 63 catch(Exceptions.RecoverableException exception) in CalculateCrc32() 65 … this.Log(LogLevel.Debug, "Error when reading memory to calculate CRC32: {0}", exception.Message); in CalculateCrc32()
|
| D | MAX32650_TPU.cs | 41 catch(RecoverableException exception) in CalculateCrc32() 43 …og(LogLevel.Warning, "Error occured when reading memory to calculate CRC: {0}", exception.Message); in CalculateCrc32()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/ |
| D | TokenizerTests.cs | 213 …nizationResult(TokenizationResult result, int unmatchedCharacters, Type exception = null, params T… in AssertTokenizationResult() argument 215 if(exception != null) in AssertTokenizationResult() 217 Assert.AreEqual(result.Exception.GetType(), exception); in AssertTokenizationResult()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/ |
| D | NVIC.cs | 1663 private static string ExceptionToString(int exception) in ExceptionToString() argument 1665 if(Enum.IsDefined(typeof(SystemException), exception)) in ExceptionToString() 1667 return ((SystemException)exception).ToString(); in ExceptionToString() 2065 private static int MapSystemExceptionToInteger(int exception) in MapSystemExceptionToInteger() argument 2067 if(exception < BankedExcpSecureBit) in MapSystemExceptionToInteger() 2069 return exception; in MapSystemExceptionToInteger() 2071 switch(exception) in MapSystemExceptionToInteger()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | Monitor.cs | 725 foreach(var exception in aggregateException.InnerExceptions) in PrintExceptionDetails() 727 PrintExceptionDetails(exception, writer, tab + 1); in PrintExceptionDetails()
|
| /Renode-Infrastructure-v1.15.3-29f510e/licenses/ |
| D | LGPL.txt | 271 6. As an exception to the Sections above, you may also combine or 320 reproducing the executable from it. However, as a special exception,
|