/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/ |
D | ParserPrimitivesTest.cs | 27 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseHexadecimalLong() 36 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseDecimalRange() 45 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseHexadecimalRange() 54 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseMixedRangeWithPlus() 63 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseHexadecimalRangeWithPlus() 82 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseNumber() 101 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParsePositiveIrqRange() 111 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseNegativeIrqRange() 121 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseIrqSources() 137 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseQuotedString() [all …]
|
D | MergeAndCreationTests.cs | 167 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnUnclosedMultipleMultilineQuotedStrings() 189 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnUnclosedMultilineQuotedStringBetweenQuotedStrings() 281 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnAnyStringAfterClosedMultilineString() 295 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnMultipleMultilineStringSignsInOneLine() 322 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnUnclosedMultilineString()
|
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/ |
D | ConversionResult.cs | 17 Message = message; in ConversionResult() 38 public string Message { get; private set; } property in Antmicro.Renode.PlatformDescription.ConversionResult
|
D | CreationDriver.cs | 233 var message = "Syntax error, " + result.Message; in ParseDescription() 628 exceptionMessage.AppendLine(constructionException.Message); in CreateAndHandleError() 631 exceptionMessage.AppendLine(innerException.Message); in CreateAndHandleError() 1022 …eName, registrationInfo.Register.Value, Environment.NewLine, recoverableException.Message), false); in TryRegisterFromEntry() 1032 …ception was thrown during setting a name: {0}{1}", Environment.NewLine, exception.Message), false); in TryRegisterFromEntry() 1432 … HandleError(simpleConversionResult.Error, value, simpleConversionResult.Message, true); in ConvertFromValue() 1516 … constructorSelectionReport.Add(() => " " + simpleConversionResult.Message); in FindConstructor()
|
/Renode-v1.15.3-c57714d/src/Renode/Backends/Terminals/ |
D | UartPtyTerminal.cs | 54 …string.Format("There was an error when removing symlink `{0}': {1}", symlink.FullName, e.Message)); in Dispose() 101 …tring.Format("There was an error when removing existing `{0}' symlink: {1}", linkName, e.Message)); in CreateSymlink() 111 …(string.Format("There was an error when when creating a symlink `{0}': {1}", linkName, e.Message)); in CreateSymlink()
|
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | NetworkInterfaceKeywords.cs | 69 throw new KeywordException(e.Message); in SendFrame()
|
D | HttpServer.cs | 68 Logger.Log(LogLevel.Error, "Could not create port file: {0}", ex.Message); in TryCreatePortFile()
|
D | XmlRpcServer.cs | 61 …result.Add(KeywordResultError, BuildRecursiveValueFromException(e, ex => ex.Message).StripNonSafeC… in RunKeyword()
|
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/ |
D | TftpServerModule.cs | 118 this.Log(logLevel, args.Message); in HandleLog() 161 … this.Log(LogLevel.Warning, "There was an error when reading {0} file: {1}", path, e.Message); in HandleStream()
|
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/ |
D | ExternalControlServer.cs | 288 this.Log(LogLevel.Error, "{0} command error: {1}", command, e.Message); in TryHandleCommand() 289 response = Response.CommandFailed(command, e.Message); in TryHandleCommand()
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/ |
D | SocketConnection.cs | 229 throw new RecoverableException(e.Message); 504 logger.DebugLog("Send/Receive task exception: {0}", innerException.Message); in WaitSendOrReceiveTask()
|
D | LibraryConnection.cs | 193 var info = "Error starting cosimulated peripheral!\n" + e.Message;
|
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/ |
D | WiresharkSender.cs | 116 if(!e.Message.Contains("finished")) in CloseWireshark()
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | STM32F7.robot | 19 Wait For Message on LTDC
|
D | zynqmp.robot | 471 Wait For Line On Uart PT Sending Message 1 475 Wait For Line On Uart CT Thread Received Message 478 Wait For Line On Uart PT Sending Message 1' 482 Wait For Line On Uart CT Thread Received Message 492 Wait For Line On Uart PT Sending Message 1 496 Wait For Line On Uart CT Thread Received Message 499 Wait For Line On Uart PT Sending Message 1' 503 Wait For Line On Uart CT Thread Received Message
|
D | ARMv8R.robot | 962 Wait For Line On Uart PT Sending Message 1 965 Wait For Line On Uart CT Thread Received Message 967 Wait For Line On Uart PT Sending Message 1' 970 Wait For Line On Uart CT Thread Received Message
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedCFU.cs | 161 LogAndThrowRE(e.Message);
|
/Renode-v1.15.3-c57714d/tests/ |
D | renode-keywords.robot | 165 Set Test Message ${message}
|
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/ |
D | SystemCPeripheral.cs | 443 throw new RecoverableException(e.Message); in StartSystemCProcess()
|
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/ |
D | Grammar.cs | 366 return Result.Failure<IOption<T>>(pr.Remainder, pr.Message, pr.Expectations); in XOptional()
|
/Renode-v1.15.3-c57714d/ |
D | CHANGELOG.rst | 1048 * AES and Message Authentication cores for AthenaX5200
|