Home
last modified time | relevance | path

Searched defs:function (Results 1 – 12 of 12) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DApplicationExtensions.cs60 public static T InvokeInUIThreadAndWait<T>(Func<T> function) in InvokeInUIThreadAndWait()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs174 …e GetFromCacheOrAdd(Dictionary<Type, Delegate> cacheDict, Type outputType, Func<Delegate> function) in GetFromCacheOrAdd()
DMisc.cs1718 public static IEnumerable<T> Iterate<T>(Func<T> function) in Iterate()
1785 public static IEnumerable<T> Prefix<T>(IEnumerable<T> enumerable, Func<T, T, T> function) in Prefix() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DWirelessMedium.cs44 public void SetMediumFunction(IMediumFunction function) in SetMediumFunction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/
DTraceCommand.cs112 public void RegisterFunctionName(string function, Type callbackType) in RegisterFunctionName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DWindowsTapInterface.cs258 … private static uint CalculateControlCode(uint deviceType, uint function, uint method, uint access) in CalculateControlCode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BC66.cs120 protected override Response Qcfg(string function, params int[] args) in Qcfg()
DQuectel_BG96.cs96 protected override Response Qcfg(string function, params int[] args) in Qcfg()
DQuectel_BC660K.cs129 protected override Response Qcfg(string function, params int[] args) in Qcfg()
DQuectelModem.cs487 protected virtual Response Qcfg(string function, params int[] args) in Qcfg()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs722 public void SetEntropySource(Func<byte[]> function) in SetEntropySource()
736 private Func<byte[]> function; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG.FakeEntropy
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs817 private bool IsValidQueryOpcode(QueryFunction function, QueryFunctionOpcode opcode) in IsValidQueryOpcode()