Home
last modified time | relevance | path

Searched defs:content (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTable.cs21 private Table(List<string[]> content) in Table()
56 private readonly List<string[]> content; field in Antmicro.Renode.Utilities.Table
DSafeStringBuilder.cs19 public bool TryDump(out string content) in TryDump()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DInterferenceQueue.cs34 …ublic static void Add(IRadio sender, RadioPhyId phyId, int channel, int txPowerDbm, byte[] content) in Add()
194 … public PacketInfo(IRadio sender, RadioPhyId phyId, int channel, int txPowerDbm, byte[] content) in PacketInfo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs735 public Line(string content, double timestamp) in Line()
821 public TerminalTesterResult(string content, double timestamp, string[] groups = null) in TerminalTesterResult()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSVDParserTests.cs1026 private void SetUpDeviceWithString(string content) in SetUpDeviceWithString()