Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCreatePlatformCommand.cs31 public string[] ProvideSuggestions(string prefix) in ProvideSuggestions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs166 public string[] GetPythonCommands(string prefix = "mc_", bool trimPrefix = true) in GetPythonCommands()
DMonitor.cs873 …private static IEnumerable<String> SuggestFiles(String allButLast, String prefix, String directory… in SuggestFiles()
903 private static string StripPrefix(string path, string prefix) in StripPrefix()
912 private IEnumerable<String> SuggestCommands(String prefix) in SuggestCommands()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DExternalsManager.cs206 …private void GetNamesInner(List<string> result, string prefix, IEnumerable<object> objects, IEnume… in GetNamesInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs801 private readonly byte[] prefix; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs219 protected virtual string CeregContent(bool urc = false, string prefix = "+CEREG") in CeregContent()