Home
last modified time | relevance | path

Searched defs:type (Results 1 – 10 of 10) sorted by relevance

/Renode-v1.15.3-c57714d/.vscode/
Dlaunch.json10 "type": "mono", string
18 "type": "mono", string
26 "type": "mono", string
33 "type": "cppdbg", string
Dtasks.json9 "type": "shell", string
20 "type": "shell", string
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/src/peakrdl_renode/csharp/
Dhelper.py57 def m_get_all_subclasses(ty: type):
64 def m_iterate_class_hierarchy(ty: type) -> Iterable[type]:
Dast.py56 def __init__(self, got: type, expected: type) -> None:
64 def expect_type(obj: Any, ty: type) -> Any:
805 def type(self) -> Type: member in Class
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DVariableStore.cs29 … public Variable DeclareVariable(string name, Type type, Position position, bool local = false) in DeclareVariable()
DCreationDriver.cs1451 …private ConstructorInfo FindConstructor(Type type, IEnumerable<ConstructorOrPropertyAttribute> att… in FindConstructor()
1597 private bool TryGetValueOfOurDefaultParameter(Type type, out object value) in TryGetValueOfOurDefaultParameter()
1613 private bool TypeNameMatches(string given, Type type, bool silent = false) in TypeNameMatches()
1741 private static IEnumerable<PropertyInfo> GetGpioProperties(Type type) in GetGpioProperties()
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DKeyword.cs61 private object ChangeType(object input, Type type) in ChangeType()
DRenodeKeywords.cs165 public void Provides(string state, ProviderType type = ProviderType.Serialization) in Provides()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DEntry.cs18 …public Entry(string variableName, StringWithPosition type, IEnumerable<RegistrationInfo> registrat… in Entry()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs275 … public void Write(ICoSimulationConnectible connectible, ActionType type, long offset, ulong value) in Write()
286 public ulong Read(ICoSimulationConnectible connectible, ActionType type, long offset) in Read()