Home
last modified time | relevance | path

Searched defs:args (Results 1 – 21 of 21) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DMockExtension.cs17 … public static string MethodThatTakesParamsIntArray(this Emulation emulation, params int[] args) in MethodThatTakesParamsIntArray()
22 …g MethodThatTakesParamsIntArrayAfterString(this Emulation emulation, string arg, params int[] args) in MethodThatTakesParamsIntArrayAfterString()
27 …amsIntArrayAfterOptionalString(this Emulation emulation, string arg = "default", params int[] args) in MethodThatTakesParamsIntArrayAfterOptionalString()
37 …rametersAndParamArray(this Emulation emulation, int a = 1, int b = 2, int c = 3, params int[] args) in MethodWithOptionalParametersAndParamArray()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICpuSupportingGdb.cs13 void EnterSingleStepModeSafely(HaltArguments args); in EnterSingleStepModeSafely()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DEmulatedNetworkService.cs17 …this Emulation emulation, string name, string typeName, string host, ushort port, string args = "") in CreateEmulatedNetworkService()
DEchoService.cs17 public EchoService(string host, ushort port, string args) in EchoService()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BC660K.cs129 protected override Response Qcfg(string function, params int[] args) in Qcfg()
214 protected override Response Qicfg(string parameter, params int[] args) in Qicfg()
347 private bool ConfigureGPIOStatus(out string parameters, params int[] args) in ConfigureGPIOStatus()
DQuectel_BC66.cs120 protected override Response Qcfg(string function, params int[] args) in Qcfg()
182 protected override Response Qicfg(string parameter, params int[] args) in Qicfg()
DQuectel_BG96.cs96 protected override Response Qcfg(string function, params int[] args) in Qcfg()
154 protected override Response Qicfg(string parameter, params int[] args) in Qicfg()
DQuectelModem.cs487 protected virtual Response Qcfg(string function, params int[] args) in Qcfg()
516 protected virtual Response Qicfg(string parameter, params int[] args) in Qicfg()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs91 public static void Log(LogLevel type, string message, params object[] args) in Log()
141 public static void ErrorLog(this IEmulationElement e, string message, params object[] args) in ErrorLog()
166 … public static void WarningLog(this IEmulationElement e, string message, params object[] args) in WarningLog()
191 public static void InfoLog(this IEmulationElement e, string message, params object[] args) in InfoLog()
216 public static void DebugLog(this IEmulationElement e, string message, params object[] args) in DebugLog()
241 public static void NoisyLog(this IEmulationElement e, string message, params object[] args) in NoisyLog()
266 …blic static void Log(this IEmulationElement e, LogLevel type, string message, params object[] args) in Log()
291 public static void LogAs(object o, LogLevel type, string message, params object[] args) in LogAs()
521 … public void ObjectInnerLog(object o, LogLevel type, string message, params object[] args) in ObjectInnerLog()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeStringBuilder.cs69 public void AppendFormat(string str, params object[] args) in AppendFormat()
DTypeManager.cs245 private Assembly ResolveAssembly(object sender, ResolveEventArgs args) in ResolveAssembly()
DMisc.cs790 public static String FormatWith(this String @this, params object[] args) in FormatWith()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfiler.cs66 private void OnPeripheralsChanged(IMachine machine, PeripheralsChangedEventArgs args) in OnPeripheralsChanged()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DS32K_LPIT.cs343 private void DebugLog(string message, params object[] args) in DebugLog()
348 private void Log(LogLevel level, string message, params object[] args) in Log()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DDeprecatedSDCard.cs144 public uint SendAppOpCode(uint args) in SendAppOpCode()
DMMCController.cs45 …protected uint[] ExecuteCommand(Commands command, uint args, bool sendInitSequence, bool dataTrans… in ExecuteCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs95 private void OnHalted(HaltArguments args) in OnHalted()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_DMA.cs894 private void Log(LogLevel level, string format, params object[] args) in Log()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs154 public void EnterSingleStepModeSafely(HaltArguments args) in EnterSingleStepModeSafely()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs306 private void OnMachinePeripheralsChanged(IMachine machine, PeripheralsChangedEventArgs args) in OnMachinePeripheralsChanged()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1237 public void EnterSingleStepModeSafely(HaltArguments args) in EnterSingleStepModeSafely()