Searched refs:parameter (Results 1 – 7 of 7) sorted by relevance
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | platform-file-aliases.robot | 39 Wait For Log Entry Using alias 'ctorAlias' for parameter 'aliasedParameter' 40 …Should Not Be In Log Using alias 'ctorAliasDefault' for parameter 'aliasedParameterDefa… 44 …Run Keyword And Expect Error *Could not find corresponding attribute for parameter 'aliasedPara…
|
D | array_memory.robot | 35 …Wait For Line On Uart You can try to call commands with <-h> or <--help> parameter for m…
|
D | profiler-trace.robot | 121 # parameter is set to one, so it should disable the profiler upon the second interrupt.
|
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/ |
D | CreationDriver.cs | 654 var parameter = parameters[i]; in PrepareConstructorParameters() 655 …attribute = attributes.SingleOrDefault(x => ParameterNameMatches(x.Name, parameter, silent: true)); in PrepareConstructorParameters() 658 FillDefaultParameter(ref parameterValues[i], parameter); in PrepareConstructorParameters() 662 …if(TryConvertSimpleValue(parameter.ParameterType, attribute.Value, out parameterValues[i], silent:… in PrepareConstructorParameters() 687 private void FillDefaultParameter(ref object destination, ParameterInfo parameter) in FillDefaultParameter() argument 689 if(parameter.HasDefaultValue) in FillDefaultParameter() 691 destination = parameter.DefaultValue; in FillDefaultParameter() 695 if(!TryGetValueOfOurDefaultParameter(parameter.ParameterType, out destination)) in FillDefaultParameter()
|
/Renode-v1.15.3-c57714d/ |
D | .editorconfig | 112 dotnet_naming_symbols.parameters_group.applicable_kinds = parameter
|
D | CHANGELOG.rst | 162 * ExecutionTracer tracks values written to/read from memory if TrackMemoryAccesses parameter is used 172 * improved flexibility of parameter passing to registration points in REPL, as used by GIC 664 * GDB ``autostart`` parameter now starts the simulation as soon as the debugger is connected 844 * OnMemoryAccess hooks now receive the current PC as a parameter 889 * handling of Step parameter in ClockEntry 1186 * startup parameter for specifying the config file 1198 * CPU Id parameter in ARM cores 1262 * enabled passing the -e parameter to Renode even when providing a script file parameter 1671 * ``-e`` parameter for commands executed at startup can be provided multiple times 1882 * RISC-V CPUs no longer require CLINT provided as a constructor parameter
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/ |
D | README.md | 77 /* or even an std::vector<char> as a second parameter */
|