Searched refs:variable (Results 1 – 13 of 13) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/ |
D | VariableStore.cs | 25 …var variable = new Variable(value.GetType(), DeclarationPlace.BuiltinOrAlreadyRegistered) { Value … in AddBuiltinOrAlreadyRegisteredVariable() 26 globalVariables.Add(name, variable); in AddBuiltinOrAlreadyRegisteredVariable() 31 var variable = new Variable(type, new DeclarationPlace(position, CurrentScope)); in DeclareVariable() 34 localVariables.Add(Tuple.Create(CurrentScope, name), variable); in DeclareVariable() 35 return variable; in DeclareVariable() 37 globalVariables.Add(name, variable); in DeclareVariable() 38 return variable; in DeclareVariable() 41 public bool TryGetVariableInLocalScope(string name, out Variable variable) in TryGetVariableInLocalScope() argument 43 …lVariables.TryGetValue(name, out variable) || localVariables.TryGetValue(Tuple.Create(CurrentScope… in TryGetVariableInLocalScope() 56 public bool TryGetVariableFromReference(ReferenceValue reference, out Variable variable) in TryGetVariableFromReference() argument [all …]
|
D | CreationDriver.cs | 74 … var wasDeclared = variableStore.TryGetVariableInLocalScope(entry.VariableName, out var variable); in ProcessVariableDeclarations() 78 …variable = variableStore.DeclareVariable(entry.VariableName, resolved, entry.StartPosition, entry.… in ProcessVariableDeclarations() 82 HandleDoubleDeclarationError(variable, entry); in ProcessVariableDeclarations() 102 … var wasDeclared = variableStore.TryGetVariableInLocalScope(entry.VariableName, out var variable); in CollectVariableEntries() 119 variable.AddEntry(entry); in CollectVariableEntries() 128 private void HandleDoubleDeclarationError(Variable variable, Entry entry) in HandleDoubleDeclarationError() argument 131 if(variable.DeclarationPlace != DeclarationPlace.BuiltinOrAlreadyRegistered) in HandleDoubleDeclarationError() 133 …restOfErrorMessage = string.Format(", previous declaration was {0}", variable.DeclarationPlace.Get… in HandleDoubleDeclarationError() 362 var variable = variableStore.GetVariableFromReference(referenceValue); in BuildDependencyGraph() 363 if(variable.DeclarationPlace == DeclarationPlace.BuiltinOrAlreadyRegistered) in BuildDependencyGraph() [all …]
|
/Renode-v1.15.3-c57714d/scripts/complex/hci_uart/ |
D | README.rst | 3 …ct in the ``.resc`` file (uncomment the proper line or set the ``$bin`` variable before loading th… 8 ``$port`` variable must be set before loading ``.resc`` file, which will allow to connect Zephyr BL…
|
/Renode-v1.15.3-c57714d/scripts/ |
D | monitor.py | 78 def mc_get_environ(variable): argument 79 v = System.Environment.GetEnvironmentVariable(variable)
|
/Renode-v1.15.3-c57714d/scripts/complex/litex_i2s/ |
D | litex_vexriscv_i2s.resc | 1 # NOTE: set the `$output_file` variable before including this script
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | robot-integration.robot | 40 # a way to get the type of a variable itself without this stringifying and evaluation 71 …# Let's set a Python variable to check in the next test that Renode was restarted when handling th… 79 # Timeout handling should restart Renode so this variable shouldn't be available.
|
/Renode-v1.15.3-c57714d/scripts/multi-node/quark-c1000-zephyr/ |
D | demo.resc | 26 # The `$bin` variable contains the path to the server ELF file. The `$name` variable will indicate
|
D | quark_c1000.resc | 9 # The ?= notation indicates a default value if the variable is not set.
|
/Renode-v1.15.3-c57714d/tools/tlib_helper/ |
D | README.md | 12 * Access to current guest PC through the `$guest_pc` variable.
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | quark_c1000.resc | 8 # The ?= notation indicates a default value if the variable is not set.
|
/Renode-v1.15.3-c57714d/ |
D | CHANGELOG.rst | 349 * easier access to externals in Python scripts via externals variable 411 * variable expansion in Monitor 671 * exposed Monitor as a variable in Python hooks 847 * tags can now have zero width to ease the creation of variable width registers 871 * compilation on Windows when the PLATFORM environment variable is set 1642 * ``pythonEngine`` variable is now availalbe in Python scripting
|
/Renode-v1.15.3-c57714d/tests/ |
D | robot_tests_provider.py | 847 …top_on_error, output=log_file, log=None, loglevel='TRACE', report=None, variable=variables, skipon…
|
/Renode-v1.15.3-c57714d/images/ |
D | renode-screencast.svg | 190 …variable lock/unlock flash on time set to 0x25</text><text x="640" textLength="184" class="foregro…
|