Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 26) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSealableValue.cs12 public class SealableValue<T> where T: struct class
DSerializableWeakReference.cs14 public sealed class SerializableWeakReference<T> where T : class class
DWeakWrapper.cs13 public class WeakWrapper<T> where T : class class
DConfigurationManager.cs37 public T Get<T>(string group, string name, T defaultValue, Func<T, bool> validation = null) in Get()
DMisc.cs1289 …public static string PrettyPrintCollection<T>(IEnumerable<T> collection, Func<T, string> formatter… in PrettyPrintCollection()
1785 public static IEnumerable<T> Prefix<T>(IEnumerable<T> enumerable, Func<T, T, T> function) in Prefix() argument
1877 public class MethodWithAttribute<T> where T : Attribute class
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterCollection.cs280 public void AddAfterReadHook(long offset, Func<long, T, T?> hook) in AddAfterReadHook() argument
298 public void AddBeforeWriteHook(long offset, Func<long, T, T?> hook) in AddBeforeWriteHook() argument
472 void AddAfterReadHook(long offset, Func<long, T, T?> hook); in AddAfterReadHook() argument
473 void AddBeforeWriteHook(long offset, Func<long, T, T?> hook); in AddBeforeWriteHook() argument
477 public interface IProvidesRegisterCollection<T> where T : IRegisterCollection interface
DRegisterField.cs164 …PeripheralRegister parent, int position, int width, FieldMode fieldMode, Action<T, T> readCallback, in RegisterField()
165 …Action<T, T> writeCallback, Action<T, T> changeCallback, Func<T, T> valueProviderCallback, string … in RegisterField()
DPeripheralRegister.cs768 protected void CallHandlers<T>(List<Action<T, T>> handlers, T oldValue, T newValue) in CallHandlers()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DSamplesData.cs13 public class SamplesData<T> where T : RESDSample, new() class
DRESDStream.cs156 …public RESDStream(ReadFilePath path, uint channel, Func<T, Out> transformer, long sampleOffsetTime… in RESDStream()
276 …public IManagedThread StartSampleFeedThread(IPeripheral owner, uint frequency, Action<T, TimeInter… in StartSampleFeedThread()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DReadHookWrapper.cs17 …public ReadHookWrapper(IBusPeripheral peripheral, Func<long, T> originalMethod, Func<T, long, T> n… in ReadHookWrapper()
DWriteHookWrapper.cs17 …public WriteHookWrapper(IBusPeripheral peripheral, Action<long, T> originalMethod, Func<T, long, T… in WriteHookWrapper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DResourceBlockManager.cs12 public class ResourceBlocksManager<T> where T : ResourceBlock class
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DNetworkWithPHY.cs65 protected bool TryGetPhy<T, V>(uint id, out IPhysicalLayer<T, V> phy) in TryGetPhy()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesPacket.cs16 public class SensorSamplesPacket<T> where T : SensorSample, new() class
DSensorSamplesFifo.cs22 public class SensorSamplesFifo<T> where T : SensorSample, new() class
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs484 …public void SetHookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range?… in SetHookAfterPeripheralRead()
574 …public void SetHookBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Rang… in SetHookBeforePeripheralWrite()
DIBusController.cs83 …void SetHookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subran… in SetHookAfterPeripheralRead()
84 …void SetHookBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subr… in SetHookBeforePeripheralWrite()
DBusControllerProxy.cs255 …public virtual void SetHookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook… in SetHookAfterPeripheralRead()
260 …public virtual void SetHookBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> ho… in SetHookBeforePeripheralWrite()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Input/
DKeyScanCode.cs49 T = 0x17, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeSourceBase.cs951 public void RegisterTestPhase(Func<T, Boolean> predicate) in RegisterTestPhase()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscV64Registers.cs518 public RegistersGroup T { get; private set; } property in Antmicro.Renode.Peripherals.CPU.RiscV64
DRiscV32Registers.cs536 public RegistersGroup T { get; private set; } property in Antmicro.Renode.Peripherals.CPU.RiscV32
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs642 private class DmaBufferDescriptorsQueue<T> where T : DmaBufferDescriptor class in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs894 private class ReusableIdentifiedList<T> where T: class class in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController

12