Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 16 of 16) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DFormattedTextBackend.cs14 public override void Log(LogEntry entry) in Log()
43 protected override string FormatLogEntry(LogEntry entry) in FormatLogEntry()
DLoggerBackend.cs17 public abstract void Log(LogEntry entry); in Log()
73 protected bool ShouldBeLogged(LogEntry entry) in ShouldBeLogged()
DMemoryBackend.cs25 public override void Log(LogEntry entry) in Log()
62 public MemoryLogEntry(LogEntry entry, Func<LogEntry, string> formatter) in MemoryLogEntry() argument
DTextBackend.cs16 protected virtual string FormatLogEntry(LogEntry entry) in FormatLogEntry()
DFileBackend.cs26 public override void Log(LogEntry entry) in Log()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DBaseClockSource.cs72 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()
DIClockSource.cs16 void AddClockEntry(ClockEntry entry); in AddClockEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DILoggerBackend.cs15 void Log(LogEntry entry); in Log()
DLogEntry.cs28 public bool EqualsWithoutIdTimeAndCount(LogEntry entry) in EqualsWithoutIdTimeAndCount()
DLogger.cs643 private void WriteLogEntryToBackends(LogEntry entry) in WriteLogEntryToBackends()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfiler.cs38 public void Log(BaseEntry entry) in Log()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPeripheralTreeEntry.cs43 public void Reparent(PeripheralTreeEntry entry) in Reparent()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs115 …peripheral, out ARM_GenericInterruptController gic, out ARM_GenericInterruptController.CPUEntry en… in GetGICAndCPUEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs56 public bool TryGetEntry(byte protectedIdentifier, out ILINEntry entry) in TryGetEntry()
DCachingFileFetcher.cs350 private bool VerifyCachedFile(string fileName, BinaryEntry entry) in VerifyCachedFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs399 …e bool IsShortNotation(IPeripheral peripheral, PropertyInfo defaultConnector, IList<dynamic> entry) in IsShortNotation()