Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 14 of 14) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTable.cs14 public class Table class
16 public Table() in Table() method in Antmicro.Renode.Utilities.Table
21 private Table(List<string[]> content) in Table() method in Antmicro.Renode.Utilities.Table
26 public Table AddRow(params string[] elements) in AddRow()
32 … public Table AddRows<TEntry>(IEnumerable<TEntry> source, params Func<TEntry, string>[] selectors) in AddRows()
DCRCEngine.cs45 crc = (crc << 8) ^ Table[table_index]; in Update()
131 private uint[] Table property in Antmicro.Renode.Utilities.CRCEngine
DSnapshotTracker.cs78 var table = new Table().AddRow("Path", "Timestamp", "Size"); in PrintDetailedSnapshotsInfo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstructions.cs13 private Table __p;
18 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init()
DInstruction.cs13 private Table __p;
18 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DHPSHostController.cs526 var table = new Table().AddRow("Value", "Bit", "Name", "Description"); in FormatSystemStatus()
552 var table = new Table().AddRow("Value", "Bit", "Name", "Description"); in FormatCommonErrorStatus()
578 var table = new Table().AddRow("Value", "Bit", "Name", "Description"); in FormatEnabledFeatures()
604 var table = new Table().AddRow("Value", "Bit", "Name", "Description"); in FormatFeature()
630 var table = new Table().AddRow("Value", "Bit", "Name", "Description"); in FormatCameraConfiguration()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_OpcodesCounting.cs70 return new Table() in GetAllOpcodesCounters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithRegisters.cs85 var table = new Table().AddRow(" Name ", " Index ", " Value "); in GetRegistersValues()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/
DSocketsManager.cs42 var table = new Table().AddRow("Owner", "Type", "EndPoint", "Bound", "Connected"); in List()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Plugins/
DPluginManager.cs53 … var table = new Table().AddRow("Name", "Description", "Vendor", "Version", "Mode", "State"); in GetPlugins()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8A.cs46 var table = new Renode.Utilities.Table().AddRow("Name", "Value"); in GetAllSystemRegisterValues()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNXPGPIOPort.cs96 var result = new Table(); in PrintCurrentConfiguration()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs716 …var table = new Table().AddRow("Owner", "Enabled", "Frequency", "Limit", "Value", "Step", "Event f… in GetClockSourceInfo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Registers.cs57 var table = new Table(); in GetCoutersInfo()