Home
last modified time | relevance | path

Searched refs:ToString (Results 1 – 25 of 36) sorted by relevance

12

/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DParserTests.cs27 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEmptyFile()
39 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseUsingEntry()
51 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseSimpleEntry()
64 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithSimpleRegistrationInfo()
79 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithRangeRegistrationPoint()
94 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithStringRegistrationPoint()
110 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithManyRegistrationPoints()
131 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithOneAttribute()
152 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithTwoAttributes()
171 Assert.IsTrue(result.WasSuccessful, result.ToString()); in ShouldParseEntryWithAllAttributes()
[all …]
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DIrqAttribute.cs34 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.IrqAttribute
60 return destinations.ToString(); in PrettyPrintDestinations()
62 return destinations.Select(x => x.ToString()).Aggregate((x, y) => x + " | " + y); in PrettyPrintDestinations()
DIrqEnd.cs18 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.IrqEnd
25 return PropertyName ?? Number.ToString(); in ToShortString()
DNumericalValue.cs17 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.NumericalValue
DBoolValue.cs18 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.BoolValue
DStringValue.cs17 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.StringValue
DConstructorOrPropertyAttribute.cs21 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.ConstructorOrPropertyAttribute
DReferenceValue.cs20 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.ReferenceValue
DRangeValue.cs28 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.RangeValue
DStringWithPosition.cs29 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.StringWithPosition
DIrqDestinations.cs21 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.IrqDestinations
DObjectValue.cs23 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.ObjectValue
DEnumValue.cs29 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.EnumValue
DIrqReceiver.cs31 … return Reference.ToShortString() + (LocalIndex != null ? "#" + LocalIndex.ToString() : ""); in ToShortString()
DSingleOrMultiIrqEnd.cs37 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.Syntax.SingleOrMultiIrqEnd
/Renode-v1.15.3-c57714d/tools/analyzers/
DRenodeCopyrightAnalyzer.cs51 var content = comment.ToString(); in CheckCopyrights()
96 var content = commentNode.ToString(); in CheckAntmicroCopyrights()
102 var currentYear = DateTime.Today.Year.ToString(); in CheckAntmicroCopyrights()
116 var content = commentNode.ToString(); in CheckAdditionalCopyrights()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DAccessConditionParser.cs58 ).ToString(); in EvaluateWithStateBits()
172 public override string ToString() => $"({Left} && {Right})"; in ToString() method in Antmicro.Renode.PlatformDescription.AccessConditionParser.AndNode
191 public override string ToString() => $"({Left} || {Right})"; in ToString() method in Antmicro.Renode.PlatformDescription.AccessConditionParser.OrNode
223 public override string ToString() => $"!{Operand}"; in ToString() method in Antmicro.Renode.PlatformDescription.AccessConditionParser.NotNode
238 public override string ToString() => $"{(Negated ? "!" : "")}{Condition}"; in ToString() method in Antmicro.Renode.PlatformDescription.AccessConditionParser.ConditionNode
262 public override string ToString() => $"({string.Join(" && ", Conditions)})"; in ToString() method in Antmicro.Renode.PlatformDescription.AccessConditionParser.DnfTerm
321 public override string ToString() => $"{string.Join(" || ", Terms)}"; in ToString() method in Antmicro.Renode.PlatformDescription.AccessConditionParser.DnfFormula
DDeclarationPlace.cs43 public override string ToString() in ToString() method in Antmicro.Renode.PlatformDescription.DeclarationPlace
DPreLexer.cs144 line = newLine.ToString(); in HandleComments()
201 line = newLine.ToString(); in HandleComments()
321 return builder.Append('{', newIndentLevel - oldIndentLevel).ToString(); in DecorateLineIfNecessary()
330 return builder.ToString(); in DecorateLineIfNecessary()
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/AccessCondition/
DParserTests.cs20 …Assert.AreEqual(expectedDnfString, dnfExpression.ToString(), $"Input condition: '{conditionString}… in ShouldParseAndConvertToDnf()
/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DAsciinemaRecorder.cs133 var encodedValue = "\\u" + ((int)c).ToString("x4"); in EncodeNonPrintableCharacters()
141 return builder.ToString(); in EncodeNonPrintableCharacters()
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DResponse.cs115 public override string ToString() in ToString() method in Antmicro.Renode.Network.ExternalControl.Response
143 .ToString(); in ToString()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/Protocols/
DProtocolMessage.cs62 public override string ToString() in ToString() method
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DHttpServer.cs64 File.WriteAllText(file, actualPort.ToString()); in TryCreatePortFile()
DXmlRpcServer.cs95 return result.ToString(); in BuildRecursiveValueFromException()

12