Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 40) sorted by relevance

12

/Renode-v1.15.3-c57714d/tests/platforms/
DSAME70.robot75 Get Timestamp From The PTP Packet
78 ${timestamp} = Get Substring ${pktBytes} 48 58
82 Get Clock ID From The PTP Packet
85 ${value} = Get Substring ${pktBytes} 34 42
93 Get Priority1 From The Announce Packet
96 ${value} = Get Substring ${pktBytes} 61 61
100 Get Grand Master Clock Class From The Announce Packet
103 ${value} = Get Substring ${pktBytes} 62 62
107 Get Grand Master Clock Accuracy From The Announce Packet
110 ${value} = Get Substring ${pktBytes} 63 63
[all …]
DARMv8R.robot78 Get Updated Register Value
83 Get Register Field Value
88 Get CPSR Field Value
91 ${result}= Get Register Field Value ${cpsr} ${CPSR_N_MASK}
93 ${result}= Get Register Field Value ${cpsr} ${CPSR_Z_MASK}
95 ${result}= Get Register Field Value ${cpsr} ${CPSR_C_MASK}
97 ${result}= Get Register Field Value ${cpsr} ${CPSR_V_MASK}
99 ${result}= Get Register Field Value ${cpsr} ${CPSR_Q_MASK}
101 ${result}= Get Register Field Value ${cpsr} ${CPSR_SSBS_MASK}
103 ${result}= Get Register Field Value ${cpsr} ${CPSR_PAN_MASK}
[all …]
DARMv8A.robot33 ${names_length} = Get Length ${names}
34 ${values_length} = Get Length ${expected_values}
42 ${match} = Get Regexp Matches ${all_values} ${name}.*(0x[0-9A-F]+) 1 flags=MULTILINE
58 Should Get Correct EL and SS on CPU Creation
DNRF52840.robot196 ${input_file_size}= Get File Size ${input_file}
197 ${output_file_size}= Get File Size ${output_file}
201 ${input_file_content}= Get Binary File ${input_file}
202 ${output_file_content}= Get Binary File ${output_file}
DQuarkC1000.robot40 ${i1}= Get From List ${l} ${i - 1}
41 ${i2}= Get From List ${l} ${i}
DZedboard.robot149 Get Linux Elapsed Seconds
212 Get Raw String Descriptor
317 ${seconds_before}= Get Linux Elapsed Seconds
319 ${seconds}= Get Linux Elapsed Seconds
446 ${cnt}= Get length ${UFS_STRING_DESCRIPTORS}
449 … ${DESCRIPTOR}= Get Raw String Descriptor "${UFS_STRING_DESCRIPTORS}[${i}]"
DSLTB004A.robot32 Should Pass 001 Get Set Test
/Renode-v1.15.3-c57714d/tests/platforms/LiteX/
DLiteX_VexRiscv_I2S.robot24 ${input_file_size}= Get File Size ${input_file}
25 ${output_file_size}= Get File Size ${output_file}
29 ${input_file_content}= Get Binary File ${input_file}
30 ${output_file_content}= Get Binary File ${output_file}
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dsymbols.robot2 Should Get Simple Symbol
7 Should Get Simple Symbol By Index
12 Should Get Complex Symbol By Index
27 Should Get Simple Symbol From Python
32 Should Get Simple Symbol By Index From Python
37 Should Get Complex Symbol By Index From Python
Ddemos.robot2 Suite Setup Get Test Cases
10 Get Test Cases
Dplatform_descriptions.robot2 Suite Setup Get Test Cases
20 Get Test Cases
25 ${list_length}= Get Length ${platforms}
DARMv8R_TCM.robot37 Get System Register As Int
43 Get Register Field
50 ${reg_value}= Get System Register As Int ${register_name}
51 ${field_value}= Get Register Field ${reg_value} ${field_offset} ${field_mask}
Dllvm-asm-disasm.robot10 ${b1}= Get Substring ${hex_code} 0 2
11 ${b2}= Get Substring ${hex_code} 2 4
12 ${b3}= Get Substring ${hex_code} 4 6
13 ${b4}= Get Substring ${hex_code} 6 8
47 ${b5}= Get Substring ${hex_code} 8 10
48 ${b6}= Get Substring ${hex_code} 10 12
49 ${b7}= Get Substring ${hex_code} 12 14
50 ${b8}= Get Substring ${hex_code} 14 16
59 ${len}= Get Length ${hex_str}
62 ${byte}= Get Substring ${hex_str} ${i} ${{$i+$group_size}}
[all …]
Dprofiler-trace.robot77 ${TRACE_FILE_SIZE}= Get File Size ${TEST_TRACE_FILE}
88 ${TRACE_FILE_SIZE}= Get File Size ${TEST_TRACE_FILE}
99 ${TRACE_FILE_SIZE}= Get File Size ${TEST_TRACE_FILE}
Dexecution-tracing.robot47 ${output}= Get File ${trace_file}
66 ${output}= Get Binary File ${trace_file}
69 ${output}= Get File ${trace_file}
128 ${output_file}= Get File ${trace_filepath}
145 ${output_file}= Get Binary File ${trace_filepath}
313 ${content}= Get File ${FILE}
377 ${content}= Get File ${FILE}
508 ${output_file}= Get File ${trace_filepath}
526 ${output_file}= Get Binary File ${trace_filepath}
Driscv-amocas.robot71 Get Cpu On ${platform:(RV32|RV64)}
80 ${cpu}= Get Cpu On ${platform}
118 ${cpu}= Get Cpu On ${platform}
137 ${cpu}= Get Cpu On ${platform}
200 ${cpu}= Get Cpu On ${platform}
Dmonitor-tests.robot27 …${elapsed_matches}= Get Regexp Matches ${time_source_info} Elapsed Virtual Time: ([0-…
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
Dverilated_ibex_pause_resume.robot24 Get Virtual Time
26 … ${match}= Get Regexp Matches ${out} Elapsed Virtual Time: 00:00:([0-9]+).([0-9]+) 1 2
33 ${t1}= Get Virtual Time
35 ${t2}= Get Virtual Time
76 ${t1}= Get Virtual Time
78 ${t2}= Get Virtual Time
/Renode-v1.15.3-c57714d/src/Renode/UI/
DTermsharpProvider.cs36 … window.Width = ConfigurationManager.Instance.Get("termsharp", "window-width", 700, x => x >= 0); in TryOpen()
37 … window.Height = ConfigurationManager.Instance.Get("termsharp", "window-height", 400, x => x >= 0); in TryOpen()
DTerminalWidget.cs44 … modifyLineEndings = ConfigurationManager.Instance.Get("termsharp", "append-CR-to-LF", true); in TerminalWidget()
71 … var fontFace = ConfigurationManager.Instance.Get("termsharp", "font-face", "Roboto Mono"); in TerminalWidget()
72 …defaultFontSize = ConfigurationManager.Instance.Get("termsharp", "font-size", (int)PredefinedFontS… in TerminalWidget()
/Renode-v1.15.3-c57714d/tests/metrics-analyzer/
Dmetrics-analyzer.robot17 ${DUMP_FILE_SIZE} = Get File Size ${TEST_DUMP_FILE}
/Renode-v1.15.3-c57714d/src/Renode/
DProgram.cs109 ConfigurationManager.Instance.Get("general", "terminal", "Termsharp"); in ConfigureEnvironment()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs384 return IsEmpty ? default(T) : Get(); in GetOrDefault()
387 public abstract T Get(); in Get() method in Antmicro.Renode.PlatformDescription.Syntax.Grammar.AbstractOption
404 public override T Get() in Get() method in Antmicro.Renode.PlatformDescription.Syntax.Grammar.Some
417 public override T Get() in Get() method in Antmicro.Renode.PlatformDescription.Syntax.Grammar.None
/Renode-v1.15.3-c57714d/tools/packaging/conda/
Dbld.bat43 powershell -Command "(Get-Content %~1 -Raw).Replace(\"`r\",\"\") |Set-Content -NoNewLine %~1 -Force"
/Renode-v1.15.3-c57714d/tests/
Drenode-keywords.robot128 ${retry_index}= Get Variable Value \${RETRYFAILED_RETRY_INDEX} 0
142 ${retry_index}= Get Variable Value \${RETRYFAILED_RETRY_INDEX} 0

12