Searched defs:entry (Results 1 – 16 of 16) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/ |
| D | FormattedTextBackend.cs | 14 public override void Log(LogEntry entry) in Log() 43 protected override string FormatLogEntry(LogEntry entry) in FormatLogEntry()
|
| D | LoggerBackend.cs | 17 public abstract void Log(LogEntry entry); in Log() 73 protected bool ShouldBeLogged(LogEntry entry) in ShouldBeLogged()
|
| D | MemoryBackend.cs | 25 public override void Log(LogEntry entry) in Log() 62 public MemoryLogEntry(LogEntry entry, Func<LogEntry, string> formatter) in MemoryLogEntry() argument
|
| D | TextBackend.cs | 16 protected virtual string FormatLogEntry(LogEntry entry) in FormatLogEntry()
|
| D | FileBackend.cs | 26 public override void Log(LogEntry entry) in Log()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | BaseClockSource.cs | 72 public virtual void AddClockEntry(ClockEntry entry) in AddClockEntry() 273 …private static bool HandleDirectionDescendingPositiveRatio(ref ClockEntry entry, TimeInterval time… in HandleDirectionDescendingPositiveRatio() 300 …private static bool HandleDirectionAscendingPositiveRatio(ref ClockEntry entry, TimeInterval time,… in HandleDirectionAscendingPositiveRatio() 453 …private delegate bool UpdateHandlerDelegate(ref ClockEntry entry, TimeInterval time, ref TimeInter… in UpdateHandlerDelegate()
|
| D | IClockSource.cs | 16 void AddClockEntry(ClockEntry entry); in AddClockEntry()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/ |
| D | ILoggerBackend.cs | 15 void Log(LogEntry entry); in Log()
|
| D | LogEntry.cs | 28 public bool EqualsWithoutIdTimeAndCount(LogEntry entry) in EqualsWithoutIdTimeAndCount()
|
| D | Logger.cs | 643 private void WriteLogEntryToBackends(LogEntry entry) in WriteLogEntryToBackends()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/ |
| D | Profiler.cs | 38 public void Log(BaseEntry entry) in Log()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | PeripheralTreeEntry.cs | 43 public void Reparent(PeripheralTreeEntry entry) in Reparent()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/ |
| D | ArmGicRedistributorRegistration.cs | 115 …peripheral, out ARM_GenericInterruptController gic, out ARM_GenericInterruptController.CPUEntry en… in GetGICAndCPUEntry()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | LINDecoder.cs | 56 public bool TryGetEntry(byte protectedIdentifier, out ILINEntry entry) in TryGetEntry()
|
| D | CachingFileFetcher.cs | 350 private bool VerifyCachedFile(string fileName, BinaryEntry entry) in VerifyCachedFile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/ |
| D | DevicesConfig.cs | 399 …e bool IsShortNotation(IPeripheral peripheral, PropertyInfo defaultConnector, IList<dynamic> entry) in IsShortNotation()
|