Home
last modified time | relevance | path

Searched defs:parameters (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs82 … private bool RunCommand(ICommandInteraction writer, Command command, IList<Token> parameters) in RunCommand()
969 … private object InvokeExtensionMethod(object device, MethodInfo method, List<object> parameters) in InvokeExtensionMethod()
982 private object InvokeMethod(object device, MethodInfo method, List<object> parameters) in InvokeMethod()
995 private void InvokeSetIndex(object device, PropertyInfo property, List<object> parameters) in InvokeSetIndex()
1008 private object InvokeGetIndex(object device, PropertyInfo property, List<object> parameters) in InvokeGetIndex()
1021 … private object InvokeWithContext(InvokeContext context, MethodInfo method, object[] parameters) in InvokeWithContext()
1093 …private bool TryPrepareParameters(IList<Token> values, IList<ParameterInfo> parameters, out List<o… in TryPrepareParameters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDHelpers.cs74 …c bool TryFindParameters(long capacity, BlockLength blockSize, out SDCapacityParameters parameters) in TryFindParameters()
92 …rametersStandardCapacity(long capacity, BlockLength blockSize, out SDCapacityParameters parameters) in TryFindParametersStandardCapacity()
127 …ndParametersHighCapacity(long capacity, BlockLength blockSize, out SDCapacityParameters parameters) in TryFindParametersHighCapacity()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs106 …public void OverrideResponseForCommand(string command, string status, string parameters = "", bool… in OverrideResponseForCommand()
443 … public Response(string status, params string[] parameters) : this(status, "", parameters, null) in Response()
447 public Response WithParameters(params string[] parameters) in WithParameters()
452 public Response WithParameters(byte[] parameters) in WithParameters()
501 private Response(string status, string trailer, string[] parameters, byte[] binaryBody) in Response()
DAtCommandModemParsing.cs93 … private object[] ParseArguments(string argumentsString, IEnumerable<ParameterInfo> parameters) in ParseArguments()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs37 …public void TraceFunction(string name, IEnumerable<FunctionCallParameter> parameters, Action<Trans… in TraceFunction()
97 …ate void EvaluateTraceCallback(ulong pc, string name, IEnumerable<FunctionCallParameter> parameter… in EvaluateTraceCallback()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs150 …private static bool TryGetParseMethodDelegate(Type type, Type[] parameters, object[] additionalPar… in TryGetParseMethodDelegate()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs810 … public IList<ConstructorInfo> FindSuitableConstructors(Type type, IEnumerable<string> parameters) in FindSuitableConstructors()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BC660K.cs347 private bool ConfigureGPIOStatus(out string parameters, params int[] args) in ConfigureGPIOStatus()