Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 35) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Network/
DIBasicNetworkNode.cs13 …public delegate bool BasicNetworkSendDataDelegate<TData, TAddress>(TData data, TAddress source, TA… in BasicNetworkSendDataDelegate()
17 void ReceiveData(TData data, TAddress source, TAddress destination); in ReceiveData()
DBasicNetwork.cs53 private bool SendData(TData data, TAddress source, TAddress destination) in SendData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DILogger.cs19 int GetOrCreateSourceId(object source); in GetOrCreateSourceId()
21 bool TryGetSourceId(object source, out int id); in TryGetSourceId()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DAddress.cs25 public Address(ArraySegment<byte> source) in Address()
35 public Address(byte[] source) in Address()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPythonEngine.cs160 protected CompiledCode Compile(ScriptSource source) in Compile()
165 protected CompiledCode Compile(ScriptSource source, Action<string> errorCallback) in Compile()
204 …public override void ErrorReported(ScriptSource source, string message, SourceSpan span, int error… in ErrorReported()
DICoalescable.cs12 void Coalesce(T source); in Coalesce()
DRange.cs262 public void AddAll(IEnumerable<Range> source) in AddAll()
270 public void Coalesce(MinimalRangesCollection source) in Coalesce()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorTimeExtensions.cs69 private static void SetSerialExecutionRecursively(TimeSourceBase source, bool val) in SetSerialExecutionRecursively()
78 private static void SetAdvanceImmediatelyRecursively(TimeSourceBase source, bool val) in SetAdvanceImmediatelyRecursively()
87 private static void SetQuantumRecursively(TimeSourceBase source, TimeInterval quantum) in SetQuantumRecursively()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/
DX11EventSource.cs18 public X11EventSource(FrameBufferDisplayWidget source) in X11EventSource()
129 private FrameBufferDisplayWidget source; field in Antmicro.Renode.Extensions.Analyzers.Video.Events.X11EventSource
DXWTEventSource.cs18 public XWTEventSource(Widget source) in XWTEventSource()
123 private Widget source; field in Antmicro.Renode.Extensions.Analyzers.Video.Events.XWTEventSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTable.cs32 … public Table AddRows<TEntry>(IEnumerable<TEntry> source, params Func<TEntry, string>[] selectors) in AddRows()
DMisc.cs366 public static Boolean StartsWith(this String source, char value) in StartsWith()
375 public static Boolean EndsWith(this String source, char value) in EndsWith()
393 …public static int IndexOf<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate) in IndexOf()
406 …public static int LastIndexOf<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predi… in LastIndexOf()
427 …public static string Stringify<TSource>(this IEnumerable<TSource> source, string separator = " ", … in Stringify()
432 …public static string Stringify(this IEnumerable<string> source, string separator = " ", int limitP… in Stringify()
506 …ublic static IEnumerable<TSource> DistinctBy<TSource, TKey>(this IEnumerable<TSource> source, Func… in DistinctBy()
531 public static IEnumerable<T> Append<T>(this IEnumerable<T> source, params T[] element) in Append()
554 IEnumerable<T> source, bool insertAtStart) in ConcatIterator()
908 …public static void FillPacketWithChecksums(IPeripheral source, byte[] packet, params TransportLaye… in FillPacketWithChecksums()
[all …]
DBitHelper.cs61 public static uint SetBitsFrom(uint source, uint newValue, int position, int width) in SetBitsFrom()
68 public static ulong SetBitsFrom(ulong source, ulong newValue, int position, int width) in SetBitsFrom()
135 …public static void ReplaceBits(ref uint destination, uint source, int width, int destinationPositi… in ReplaceBits()
151 …public static void ReplaceBits(ref ulong destination, ulong source, int width, int destinationPosi… in ReplaceBits()
170 …public static byte ReplaceBits(this byte destination, byte source, int width, int destinationPosit… in ReplaceBits()
186 …public static uint ReplaceBits(this uint destination, uint source, int width, int destinationPosit… in ReplaceBits()
202 …public static ulong ReplaceBits(this ulong destination, ulong source, int width, int destinationPo… in ReplaceBits()
553 public static uint SetMaskedValue(uint source, uint value, int maskOffset, int maskSize) in SetMaskedValue()
568 public static ulong SetMaskedValue(ulong source, ulong value, int maskOffset, int maskSize) in SetMaskedValue()
DConfigurationManager.cs182 private IniConfigSource source; field in Antmicro.Renode.Utilities.ConfigSource
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/ConsoleBackendAnalyzers/
DProcessBasedProvider.cs72 protected void LogError(string source, string arguments, int exitCode) in LogError()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Memory/
DArrayMemoryWithReadonlys.cs18 public ArrayMemoryWithReadonlys(byte[] source):base(source) in ArrayMemoryWithReadonlys()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMPFS_RTC.cs316 private BitConcatenator GetDateTimeAlarmCompareLower(BitConcatenator source = null) in GetDateTimeAlarmCompareLower()
325 private BitConcatenator GetDateTimeAlarmCompareUpper(BitConcatenator source = null) in GetDateTimeAlarmCompareUpper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPeripheralPythonEngine.cs78 private ScriptSource source; field in Antmicro.Renode.Peripherals.Python.PeripheralPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSTM32H7_QuadSPI.cs357 private void TriggerTransfer(TriggerTransferSource source) in TriggerTransfer()
416 private bool VerifyIfTransferShouldTrigger(TriggerTransferSource source) in VerifyIfTransferShouldTrigger()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/
DIOHandler.cs211 private IEventSource source; field in Antmicro.Renode.Extensions.Analyzers.Video.Handlers.IOHandler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs25 …void AttachGPIO(IPeripheral source, int sourceNumber, IGPIOReceiver destination, int destinationNu… in AttachGPIO()
26 …void AttachGPIO(IPeripheral source, IGPIOReceiver destination, int destinationNumber, int? localRe… in AttachGPIO()
27 …void AttachGPIO(IPeripheral source, string connectorName, IGPIOReceiver destination, int destinati… in AttachGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs22 public ArrayMemory(byte[] source) in ArrayMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs103 public void Coalesce(PeripheralCollection source) in Coalesce()
DSymbolLookup.cs474 private static void CopyCake(ICollection<Symbol> destination, ISymbolProvider source) in CopyCake()
490 private static void CopyRest(ICollection<Symbol> destination, ISymbolProvider source) in CopyRest()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommandsManager.cs199 …onary<string, Tuple<GDBCustomType, uint>> types, string id, uint width, List<GDBCustomType> source) in AddFeatureTypes()

12