Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 10 of 10) sorted by relevance

/Renode-v1.15.3-c57714d/tests/unit-tests/
Dgrammar-number-separator.robot27 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected '_'; expected constructor or …
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs591 var constructor = entry.Constructor; in CreateFromEntry()
592 …entry.Variable.Value = CreateAndHandleError(constructor, entry.Attributes, string.Format("'{0}'", … in CreateFromEntry()
597 var constructor = value.Constructor; in CreateFromObjectValue()
612 …private object CreateAndHandleError(ConstructorInfo constructor, IEnumerable<Syntax.Attribute> att… in CreateAndHandleError() argument
617 …result = constructor.Invoke(PrepareConstructorParameters(constructor, attributes.OfType<Constructo… in CreateAndHandleError()
648 …private object[] PrepareConstructorParameters(ConstructorInfo constructor, IEnumerable<Constructor… in PrepareConstructorParameters() argument
650 var parameters = constructor.GetParameters(); in PrepareConstructorParameters()
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/src/peakrdl_renode/
Dcs_exporter.py159 constructor = True,
304 constructor = True,
Dmemory.py206 constructor = True,
274 constructor = True,
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/
DREADME.md21 Create a server or client object and provide to its constructor a callable object (for log printing)
46 Please note that the constructor of CTCPServer or the SSL/TLS version throws only an exception in t…
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/
DREADME.md62 First of all, the constructor is defined in the generated code. Use `void Init()` partial method in…
/Renode-v1.15.3-c57714d/
DCONTRIBUTING.md112 * constructor before method before property before field before constant
DCHANGELOG.rst147 * ability to specify aliases for names of constructor parameters in REPL, simplifying adaptation to…
1749 * RISC-V CPUs now don't need CLINT in their constructor, but will accept any abstract time provider
1882 * RISC-V CPUs no longer require CLINT provided as a constructor parameter
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/src/peakrdl_renode/csharp/
Dast.py649 constructor: bool = False,
656 self.ctor = constructor
/Renode-v1.15.3-c57714d/tests/platforms/
DZedboard.robot211 # value passed to UFS device constructor is converted to that form using custom keyword.