Searched refs:Variable (Results 1 – 25 of 41) sorted by relevance
12
19 globalVariables = new Dictionary<string, Variable>(); in VariableStore()20 localVariables = new Dictionary<Tuple<string, string>, Variable>(); in VariableStore()25 …var variable = new Variable(value.GetType(), DeclarationPlace.BuiltinOrAlreadyRegistered) { Value … in AddBuiltinOrAlreadyRegisteredVariable()29 … public Variable DeclareVariable(string name, Type type, Position position, bool local = false) in DeclareVariable()31 var variable = new Variable(type, new DeclarationPlace(position, CurrentScope)); in DeclareVariable()41 public bool TryGetVariableInLocalScope(string name, out Variable variable) in TryGetVariableInLocalScope()46 public Variable GetVariableInLocalScope(string name) in GetVariableInLocalScope()48 Variable result; in GetVariableInLocalScope()56 public bool TryGetVariableFromReference(ReferenceValue reference, out Variable variable) in TryGetVariableFromReference()62 public Variable GetVariableFromReference(ReferenceValue reference) in GetVariableFromReference()[all …]
16 public sealed class Variable class18 public Variable(Type variableType, DeclarationPlace declarationPlace) in Variable() method in Antmicro.Renode.PlatformDescription.Variable39 result.Variable = this; in GetMergedEntry()
33 ${CONFIGURATION}= Set Variable If not ${SKIP_RUNNING_SERVER} and ${SERVER_REMOTE_DEBUG}97 ${allowed_chars}= Set Variable abcdefghijklmnopqrstuvwxyz01234567890_-128 ${retry_index}= Get Variable Value \${RETRYFAILED_RETRY_INDEX} 0129 ${test_name}= Set Variable ${SUITE NAME}.${TEST NAME}.fail${retry_index}.save132 ${snapshots_dir}= Set Variable ${RESULTS_DIRECTORY}/snapshots135 ${snapshot_path}= Set Variable "${snapshots_dir}/${test_name}"142 ${retry_index}= Get Variable Value \${RETRYFAILED_RETRY_INDEX} 0143 ${test_name}= Set Variable ${SUITE NAME}.${TEST NAME}.fail${retry_index}146 ${logs_dir}= Set Variable ${RESULTS_DIRECTORY}/logs149 ${log_path}= Set Variable ${logs_dir}/${test_name}.log[all …]
20 Set Test Variable ${dma_args} ; address: "127.0.0.1"21 Set Test Variable ${fastvdma_linux} ${FASTVDMA_SOCKET_LINUX}22 Set Test Variable ${fastvdma_windows} ${FASTVDMA_SOCKET_WINDOWS}23 Set Test Variable ${fastvdma_macos} ${FASTVDMA_SOCKET_MACOS}24 Set Test Variable ${mem_args} ; address: "127.0.0.1"25 Set Test Variable ${ram_linux} ${RAM_SOCKET_LINUX}26 Set Test Variable ${ram_windows} ${RAM_SOCKET_WINDOWS}27 Set Test Variable ${ram_macos} ${RAM_SOCKET_MACOS}30 Set Test Variable ${fastvdma_linux} ${FASTVDMA_NATIVE_LINUX}31 Set Test Variable ${fastvdma_windows} ${FASTVDMA_NATIVE_WINDOWS}[all …]
107 Set Test Variable ${uartLinux} ${UARTLITE_SLEEP_AFTER_1000_ITERS_SOCKET_LINUX}108 … Set Test Variable ${uartWindows} ${UARTLITE_SLEEP_AFTER_1000_ITERS_SOCKET_WINDOWS}109 Set Test Variable ${uartMacOS} ${UARTLITE_SLEEP_AFTER_1000_ITERS_SOCKET_MACOS}120 Set Test Variable ${uartLinux} ${UARTLITE_WRONG_PORTS_LINUX}121 Set Test Variable ${uartWindows} ${UARTLITE_WRONG_PORTS_WINDOWS}122 Set Test Variable ${uartMacOS} ${UARTLITE_WRONG_PORTS_MACOS}129 Set Test Variable ${uartLinux} ${UARTLITE_WRONG_SECOND_PORT_LINUX}130 Set Test Variable ${uartWindows} ${UARTLITE_WRONG_SECOND_PORT_WINDOWS}131 Set Test Variable ${uartMacOS} ${UARTLITE_WRONG_SECOND_PORT_MACOS}
73 ${cpu}= Set Variable cpu3275 ${cpu}= Set Variable cpu109 ${new_value_lower}= Set Variable ${{str(int(${value}) & 0xFFFFFFFFFFFFFFFF)}}110 … ${new_value_upper}= Set Variable ${{str((int(${value}) >> 64) & 0xFFFFFFFFFFFFFFFF)}}122 ${expected_value_lower}= Set Variable ${{str(int(${expected_value}) & 0xFFFFFFFF)}}123 …${expected_value_upper}= Set Variable ${{str((int(${expected_value}) >> 32) & 0xFFFFFFFF)}}128 …${expected_value_lower}= Set Variable ${{str(int(${expected_value}) & 0xFFFFFFFFFFFFFFFF)}}129 …${expected_value_upper}= Set Variable ${{str((int(${expected_value}) >> 64) & 0xFFFFFFFFFF…144 ${value_lower}= Set Variable ${{${value} & 0xFFFFFFFF}}145 ${value_upper}= Set Variable ${{(${value} >> 32) & 0xFFFFFFFF}}[all …]
6 ${bits}= Set Variable 328 ${bits}= Set Variable 64
77 ${init_value} = Set Variable 0x1234567890abcdef88 ${pydev_address} = Set Variable 0x894 ${new_value} = Set Variable 0xfedcba098765432198 Should Handle Unsupported Variable Types104 … ${out} There was an error when executing command 'py $a': Variable type has to be a …
15 ${b_write}= Set Variable ${b4}${b3}${b2}${b1}16 ${b_disas}= Set Variable ${b1}${b2}${b3}${b4}21 ${b_disas_4B+}= Set Variable ${None}23 …${b_disas}= Set Variable If ${code_size} > 4 ${b_disas}${b_disas_4B+} ${b_dis…34 ${expected}= Set Variable ${hex_code}79 ${b_write}= Set Variable ${w2}${w1}80 ${b_disas}= Set Variable ${w1}${w2}150 ${extra}= Set Variable }153 …${extra}= Set Variable If "${cpu}" == "CortexM" ; nvic: nvic }; nvic: IRQContro…154 …${extra}= Set Variable If "${cpu}" == "ARMv8A" ; genericInterruptController: g…[all …]
13 Set Suite Variable @{scripts}
173 ${quad_test_value}= Set Variable 0xFEDCBA9876543210207 ${new_value_0x100}= Set Variable 0x66208 ${new_value_0x140}= Set Variable 0x77242 ${new_value_0x100}= Set Variable 0x66243 ${new_value_0x140}= Set Variable 0x77267 ${new_value_0x200}= Set Variable 0x99317 ${value}= Set Variable 0x66341 ${flash}= Set Variable mem1342 ${ram}= Set Variable mem2409 …${error}= Set Variable Mapped peripherals registered at the given range * have to be fully …[all …]
42 ${addi_opcode} Set Variable 0x00050593 #addi x11 x10 043 ${vector_opcode} Set Variable 0x00000057 #vadd.vv v0, v0, v0, v0.t44 ${fvf_vector_opcode} Set Variable 0x00005057 #vfadd.vf v0, v0, ft0, v0.t63 ${expected_pc}= Set Variable ${reset_vector}76 ${new_reset_vector_value}= Set Variable 0x123C89 ${new_reset_vector_value}= Set Variable 0x2468404 ${illegal_opcode_1_pc} Set Variable ${start_pc+8}407 ${illegal_opcode_2_pc} Set Variable ${start_pc+24}410 ${illegal_opcode_3_pc} Set Variable ${start_pc+32}
120 ${exp_value}= Set Variable 0x12345121 ${address}= Set Variable ${exp_value}000122 ${signal}= Set Variable DebugROMAddress126 ${address_64b}= Set Variable 0xFEDCB00000000000135 ${address}= Set Variable 0x12340000136 ${signal}= Set Variable PeripheralFilterStart
49 if(entry.VariableName != VariableName || entry.Variable != null || Variable != null) in MergeWith()138 public Variable Variable { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.Entry
29 if(entry.Variable.Value is Machine) in Execute()33 else if(!machine.TryGetAnyName((IPeripheral)entry.Variable.Value, out name)) in Execute()
44 ${expected_vector_udef_addr} Set Variable ${{ ${expected_vector_base_addr} + 0x4 }}50 ${program_start}= Set Variable 0x100084 ${default_vector_base} Set Variable 0x085 ${remapped_vector_base_cpu0} Set Variable 0x100000086 ${remapped_vector_base_cpu2} Set Variable 0x1234560
80 …${result}= Set Variable ${{ (${reg_val} & ~${mask}) | (${new_val} & ${mas…85 ${result}= Set Variable ${{ ${reg_val} & ${mask} }}158 ${mask}= Set Variable ${{ ~${CPSR_MODE_MASK} }}159 ${new_cpsr} Set Variable ${{ ${new_cpsr} | ${CPSR_IL_MASK} }}331 ${mask} Set Variable 0x0333 ${mask}= Set Variable ${{ ${mask} | ${CPSR_A_MASK} }}336 ${mask}= Set Variable ${{ ${mask} | ${CPSR_I_MASK} }}339 ${mask}= Set Variable ${{ ${mask} | ${CPSR_F_MASK} }}464 ${WRITE_VALUE} Set Variable 0xFFFFFFFF473 ${WRITE_VALUE} Set Variable 0xFFFFFFFF[all …]
21 Set Test Variable ${SLEEP_TIME} 200022 Set Test Variable ${SLEEP_TOLERANCE} 2023 Set Test Variable ${REPEATS} 567 Set Test Variable ${WAIT_PERIOD} 287 Set Test Variable ${SENSOR} spi0.lm74103 Set Test Variable ${REPEATS} 5
39 ${name} = Set Variable ${names[${index}]}40 ${expected_value} = Set Variable ${expected_values[${index}]}122 ${MIDR_val} = Set Variable 0x410FD034123 ${new_DAIF} = Set Variable 0x180124 ${new_NZCV} = Set Variable 0xA0000000125 ${new_SCTLR} = Set Variable 0xDEADBEEF
30 ${NUMERATOR}= Set Variable 0x1031 ${DENOMINATOR}= Set Variable 0x02
375 ${MOUNT_POINT}= Set Variable /mnt381 ${DISK_DEVICE}= Set Variable /dev/sd${DISK_LETTER}382 ${FILE_PATH}= Set Variable ${MOUNT_POINT}/file${DISK_LETTER}394 ${DISK_DEVICE}= Set Variable /dev/sd${DISK_LETTER}395 ${FILE_PATH}= Set Variable ${MOUNT_POINT}/file${DISK_LETTER}405 ${MOUNT_POINT}= Set Variable /mnt406 ${LOGICAL_UNIT_INDEX}= Set Variable 0409 ${DISK_DEVICE}= Set Variable /dev/sd${DISK_LETTER}519 Set Test Variable ${TAP_INTERFACE} tap0520 Set Test Variable ${TAP_INTERFACE_IP} 192.0.2.1[all …]
160 ${source}= Set Variable 0x60000100161 ${destination}= Set Variable 0x60000200162 ${expected_value}= Set Variable 0xAABBCCDD163 ${channel_base}= Set Variable 0x41800000212 ${mhu_channel}= Set Variable 1213 ${expected_data}= Set Variable 0xAABBCCDD
28 ${cnt}= Set Variable 4046 ${cnt}= Set Variable 40
26 ${minus}= Set Variable ${EMPTY}28 ${minus}= Set Variable -43 ${sensitivity}= Set Variable 97644 ${shift}= Set Variable 446 ${sensitivity}= Set Variable 24447 ${shift}= Set Variable 2
80 ${cnt}= Set Variable 4097 ${cnt}= Set Variable 40111 ${cnt}= Set Variable 40127 ${cnt}= Set Variable 40