Searched defs:parameters (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | MonitorCommands.cs | 82 … 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/ |
| D | SDHelpers.cs | 74 …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/ |
| D | AtCommandModem.cs | 106 …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()
|
| D | AtCommandModemParsing.cs | 93 … private object[] ParseArguments(string argumentsString, IEnumerable<ParameterInfo> parameters) in ParseArguments()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/ |
| D | CPUTracer.cs | 37 …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/ |
| D | SmartParser.cs | 150 …private static bool TryGetParseMethodDelegate(Type type, Type[] parameters, object[] additionalPar… in TryGetParseMethodDelegate()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/ |
| D | DevicesConfig.cs | 810 … public IList<ConstructorInfo> FindSuitableConstructors(Type type, IEnumerable<string> parameters) in FindSuitableConstructors()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | Quectel_BC660K.cs | 347 private bool ConfigureGPIOStatus(out string parameters, params int[] args) in ConfigureGPIOStatus()
|