Searched refs:EndsWith (Results 1 – 7 of 7) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/ |
| D | AtCommandModemParsing.cs | 152 if(command.EndsWith("=?")) // Test command in ParsedCommand() 157 else if(command.EndsWith("?")) // Read command in ParsedCommand()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | TemporaryFilesManager.cs | 97 && !x.EndsWith(CrashSuffix, StringComparison.Ordinal))) in Cleanup()
|
| D | CachingFileFetcher.cs | 157 if(uri.ToString().EndsWith(".gz", StringComparison.InvariantCulture)) in TryFetchFromUriInner()
|
| D | Misc.cs | 375 public static Boolean EndsWith(this String source, char value) in EndsWith() method in Antmicro.Renode.Utilities.Misc
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/ |
| D | ConsoleWindowBackendAnalyzer.cs | 114 …return type.Name.EndsWith("Provider", StringComparison.Ordinal) ? type.Name.Substring(0, type.Name… in GetProviderName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | EmulationManager.cs | 100 using(var stream = path.ToString().EndsWith(".gz", StringComparison.InvariantCulture) in Load()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | Monitor.cs | 909 …fix, StringComparison.Ordinal) ? path.Substring(prefix.Length + (prefix.EndsWith(Path.DirectorySep… in StripPrefix() 917 …var prefixToAdd = prefix.EndsWith(currentCommand, StringComparison.Ordinal) ? prefix.Substring(0, … in SuggestCommands() 924 var allButLastOptional = AllButLastAndAggregate(prefixSplit, prefix.EndsWith(' ')); in SuggestCommands()
|