Home
last modified time | relevance | path

Searched defs:description (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSudoTools.cs28 …ic static Process EnsureSudoExecute(string command, string arguments = "", string description = "") in EnsureSudoExecute()
41 public static void EnsureSudoProcess(Process process, string description = "") in EnsureSudoProcess()
99 private static Process SudoExecute(string command, string description = "") in SudoExecute()
115 …private static string SudoDecorateCommand(string sudoName, string command, string description = "") in SudoDecorateCommand()
DProgressMonitor.cs17 …public MonitoredAction Start(string description, bool cancelable = false, bool progressable = fals… in Start()
104 …public MonitoredAction(ProgressMonitor monitor, string description, bool cancelable, bool progress… in MonitoredAction()
113 public void UpdateProgress(int progress, string description = null) in UpdateProgress()
DIProgressMonitorHandler.cs15 void Update(int id, string description, int? progress); in Update()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCommand.cs20 …protected AutoLoadCommand(Monitor monitor, string name, string description, params string[] altern… in AutoLoadCommand()
29 …protected Command(Monitor monitor, string name, string description, params string[] alternativeNam… in Command()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBConfiguration.cs19 string description = null, in USBConfiguration()
78 string description = null, in WithInterface()
DUSBInterface.cs22 string description = null) : base(9, (byte)DescriptorType.Interface) in USBInterface()
DUSBDeviceCore.cs229 …public USBDeviceCore WithConfiguration(string description = null, bool selfPowered = false, bool r… in WithConfiguration()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCLIProgressMonitor.cs22 public void Update(int id, string description, int? progress) in Update()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/
DInterface.cs19string description = null) : base(device, identifier, USBClassCode.MassStorage, subClassCode, prot… in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/Progress/
DProgressWidget.cs48 public void Update(int id, string description, int? progress) in Update()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/CDC/
DInterface.cs21string description = null) : base(device, identifier, USBClassCode.CommunicationsCDCControl, subCl… in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DInterface.cs21 string description = null, in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs74 … private bool InitializeDevice(KeyValuePair<string, dynamic> description, string groupName = null) in InitializeDevice()