| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Table.cs | 14 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()
|
| D | CRCEngine.cs | 45 crc = (crc << 8) ^ Table[table_index]; in Update() 131 private uint[] Table property in Antmicro.Renode.Utilities.CRCEngine
|
| D | SnapshotTracker.cs | 78 var table = new Table().AddRow("Path", "Timestamp", "Size"); in PrintDetailedSnapshotsInfo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/ |
| D | Instructions.cs | 13 private Table __p; 18 public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); } in __init()
|
| D | Instruction.cs | 13 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/ |
| D | HPSHostController.cs | 526 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/ |
| D | TranslationCPU_OpcodesCounting.cs | 70 return new Table() in GetAllOpcodesCounters()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithRegisters.cs | 85 var table = new Table().AddRow(" Name ", " Index ", " Value "); in GetRegistersValues()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/ |
| D | SocketsManager.cs | 42 var table = new Table().AddRow("Owner", "Type", "EndPoint", "Bound", "Connected"); in List()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Plugins/ |
| D | PluginManager.cs | 53 … var table = new Table().AddRow("Name", "Description", "Vendor", "Version", "Mode", "State"); in GetPlugins()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | ARMv8A.cs | 46 var table = new Renode.Utilities.Table().AddRow("Name", "Value"); in GetAllSystemRegisterValues()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | NXPGPIOPort.cs | 96 var result = new Table(); in PrintCurrentConfiguration()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 716 …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/ |
| D | SynopsysDWCEthernetQualityOfService_Registers.cs | 57 var table = new Table(); in GetCoutersInfo()
|