Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/Socket/
DSocket.h52 typedef std::function<void(const std::string&)> LogFnCallback;
83 static std::string StringFormat(const std::string strFormat, ...);
118 explicit EResolveError(const std::string &strMsg) : std::logic_error(strMsg) {} in EResolveError()
DTCPClient.h51 … bool Connect(const std::string& strServer, const std::string& strPort); // connect to a TCP server
54 bool Send(const std::string& strData) const;
DSocket.cpp78 std::string ASocket::StringFormat(const std::string strFormat, ...) in StringFormat()
DTCPClient.cpp98 bool CTCPClient::Connect(const std::string& strServer, const std::string& strPort) in Connect()
319 bool CTCPClient::Send(const std::string& strData) const in Send()
/Renode-v1.15.3-c57714d/tests/unit-tests/
Driscv-isa-string.robot79 RV32IE ISA string cannot contain both I and E base instruction sets at the same time
80 RV32EI ISA string cannot contain both I and E base instruction sets at the same time
Dprecise-pause.robot72 # Give the sample plenty of virtual time to print the string
77 Provides string-printed-without-assert
84 Requires string-printed-without-assert
210 # The LED should not be turned on yet: the string is printed before actually changing the GPIO
286 …# This string should already be present, as the instruction printing it should have finished succe…
Dfile-paths.robot73 # Using a string argument allows spaces in the file path.
Dpython-engine.robot104 … ${out} There was an error when executing command 'py $a': Variable type has to be a string.
Drobot-integration.robot39 # result of evaluating `type(<returned value as a string>)`. There doesn't seem to be
Dllvm-asm-disasm.robot132 …# This string is safe to eval because it's formatted as a Python list by PrintActionResult in Moni…
149 …# "extra" will be appended to the cpu creation string after cpuType (at least it has to close curl…
Duart-tester.robot177 # if the entire string hadn't already been printed at assertion time then the ? would not
/Renode-v1.15.3-c57714d/scripts/
Dmonitor.py34 def mc_console_log(string): argument
35 System.Console.WriteLine(string)
/Renode-v1.15.3-c57714d/tests/platforms/
DArnold.robot17 ${string} = Set Variable ${EMPTY}
19 ${string}= Catenate ${string} 00 ${index}
22 ${bytes}= Convert To Bytes ${string} int
DZedboard.robot213 [Arguments] ${string}
214 …${length}= Evaluate '0x\{:02x\}'.format(len("${string}".encode('utf-16le')…
215 … Evaluate ' '.join(r'0x{:02x}'.format(chr) for chr in bytes("${string}", 'utf-16le'))
DSTM32L072.robot287 Wait For Line On Uart Please enter 'END' string ... pauseEmulation=true
DSAME70.robot282 # Renode returns it as "0xXXXX\n\n" - get the first line to trim the string
Dzynqmp.robot225 Wait For Line On Uart Validation done. The string we ended up with is:
DARMv8R.robot993 Wait For Line On Uart Validation done. The string we ended up with is:
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/
DREADME.md25 void(const std::string&)
29 a socket or by providing a callable object that does nothing with the string message.
37 auto LogPrinter = [](const std::string& strLogMsg) { std::cout << strLogMsg << std::endl; }
73 const std::string strSendData = "Hello World !";
86 const std::string strSendData = "Hello World !";
/Renode-v1.15.3-c57714d/tests/peripherals/
DLIS2DW12.robot35 ${string}= Evaluate "${minus}%d.%0${places}d" % (${units}, ${fraction})
37 RETURN ${string}
DPL330_DMA.robot93 # If DMA works correctly, the same string will be printed on stdout
/Renode-v1.15.3-c57714d/tools/tlib_helper/
Dgdbscript.py412 model = str(arm_cpu_names[index]['name'].string())
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/src/
Drenode_bridge.cpp200 std::string response_string = payload->get_response_string(); in print_transaction_status()
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/src/peakrdl_renode/csharp/
Dast.py396 string: 'Type'
470 super().__init__(ty=Type.string, **kwargs)
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst207 * CS7034 \"specified version string does not conform to recommended format\" warning appearing when…