Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 28) sorted by relevance

12

/Renode-v1.15.3-c57714d/tools/csv2resd/
DREADME.md9 `GROUP ::= --input <csv-file> [--map <type>:<field(s)>:<target(s)>*:<channel>*] --start-time <start…
11 Syntax allows for multiple specification of group, where `--input` is a delimiter between groups.
12 For each `--input`, multiple mappings (`--map`) can be specified. The `*` in `--map` signs, that gi…
19 `./csv2resd.py --input first.csv --map temperature:temp1::0 --map temperature:temp2::1 --start-time…
Dcsv2resd.py169 with open(group.input, 'rt') as csv_file:
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DHelperExtensions.cs14 public static string StripNonSafeCharacters(this string input) in StripNonSafeCharacters() argument
16 …return Encoding.UTF8.GetString(Encoding.UTF8.GetBytes(input).Where(x => (x >= 32 && x <= 126) || (… in StripNonSafeCharacters()
DKeyword.cs61 private object ChangeType(object input, Type type) in ChangeType() argument
64 if(underlyingType != null && input != null) in ChangeType()
68 return Convert.ChangeType(input, type); in ChangeType()
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dgrammar-number-separator.robot26 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected '_'; expected end of input* …
29 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected '_'; expected end of input* …
30 …Run Keyword And Expect Error *Error E00: Syntax error, unexpected 'x'; expected end of input* …
/Renode-v1.15.3-c57714d/tests/peripherals/
DAK09918.robot31 ... "--input", r"${path}"
45 # sensor input value is in nanotesla
66 # sensor input value is in nanotesla
DLIS2DW12.robot102 ... "--input", r"${CURDIR}/LIS2DW12-samples.csv"
135 ... "--input", r"${CURDIR}/LIS2DW12-samples_lowfreq1.csv"
139 ... "--input", r"${CURDIR}/LIS2DW12-samples_highfreq.csv"
143 ... "--input", r"${CURDIR}/LIS2DW12-samples_lowfreq2.csv"
DHS3001.robot31 ... "--input", r"${path}"
DICP_101xx.robot48 ... "--input", r"${path}"
/Renode-v1.15.3-c57714d/scripts/complex/litex_i2s/
DREADME.rst6 …oded in 24-bit PCM format (signed, little-endian) at the 44100Hz rate from the input to the output.
12 * $input_file - an input sound sample (in the format described above).
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
DMuraxAPB3.robot60 # After the initial 'A' char, value 255 is sent to UART which affects the input.
61 …# First three chars are consumed by the 255, and then printed together, so if the input would be '…
62 # would appear "�abc". After that the UART is echoing any input normally.
Dzynq_verilated_fpga_isp.robot44 …[Documentation] Sets image to FPGA ISP input, runs v4l2-ctl and transfers sai…
Dzynq_verilated_fastvdma.robot31 # Check if exit status is 0 (the input files are the same)
/Renode-v1.15.3-c57714d/tests/platforms/
DFomu.robot3 [Arguments] ${input} ${expected_output}
4 Write Line To Uart ${input}
DRenesas_RZ_G2L.robot104 Wait For Line On Uart Invalid input. Input range is from 1 - 2000
107 Wait For Line On Uart Invalid input. Input range is from 1 - 2000
120 …Wait For Line On Uart Enter text input for Master buffer. Data size should not exceed 64…
123 …Wait For Line On Uart Enter text input for Slave buffer. Data size should not exceed 64 …
DRenesas_RA6M5.robot79 ... "--input", r"${path}"
203 …ting the final result is proprietary, we expose a way of providing the complete RField input vector
214 …ting the final result is proprietary, we expose a way of providing the complete RField input vector
275 Wait For Line On Uart Invalid input. Input range is from 1 - 100
DRenesas_RA8M1.robot108 Wait For Line On Uart Invalid input. Input range is from 1 - 100
DARMv8A.robot156 # CRC has many caveats with conversions done on input/output/accumulator.
DArnold.robot93 Wait For Log Entry Starting reception without an input file! Aborting
DOpenTitan-EarlGrey.robot208 … Execute Command sysbus.sysrst_ctrl WriteDoubleWord 0x30 0x40 # Invert the pwrButton input
/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs133 private void HandleData(byte[] input) in HandleData() argument
137 StoreToSRAMBuffer(input); in HandleData()
141 Decode(input); in HandleData()
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DParserPrimitivesTest.cs25 var input = new Input(number); in ShouldParseHexadecimalLong()
26 var result = Grammar.HexadecimalUnsignedLong(input); in ShouldParseHexadecimalLong()
DParserTests.cs37 var input = GetInputFromString(source); in ShouldParseUsingEntry()
38 var result = Grammar.Description(input); in ShouldParseUsingEntry()
/Renode-v1.15.3-c57714d/tests/platforms/LiteX/
DLiteX_VexRiscv_I2S.robot18 # sample input file is around 3s long, but let's give some more time for processing
/Renode-v1.15.3-c57714d/tools/gdb_compare/
Dgdb_compare.py150 def command(self, input: str, expected_log: str = "") -> None:
158 input = input + "\n"
159 self.connection.write(input.encode())

12