Searched refs:string (Results 1 – 25 of 25) sorted by relevance
52 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()
51 … bool Connect(const std::string& strServer, const std::string& strPort); // connect to a TCP server54 bool Send(const std::string& strData) const;
78 std::string ASocket::StringFormat(const std::string strFormat, ...) in StringFormat()
98 bool CTCPClient::Connect(const std::string& strServer, const std::string& strPort) in Connect()319 bool CTCPClient::Send(const std::string& strData) const in Send()
79 RV32IE ISA string cannot contain both I and E base instruction sets at the same time80 RV32EI ISA string cannot contain both I and E base instruction sets at the same time
72 # Give the sample plenty of virtual time to print the string77 Provides string-printed-without-assert84 Requires string-printed-without-assert210 # The LED should not be turned on yet: the string is printed before actually changing the GPIO286 …# This string should already be present, as the instruction printing it should have finished succe…
73 # Using a string argument allows spaces in the file path.
104 … ${out} There was an error when executing command 'py $a': Variable type has to be a string.
39 # result of evaluating `type(<returned value as a string>)`. There doesn't seem to be
132 …# 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…
177 # if the entire string hadn't already been printed at assertion time then the ? would not
34 def mc_console_log(string): argument35 System.Console.WriteLine(string)
17 ${string} = Set Variable ${EMPTY}19 ${string}= Catenate ${string} 00 ${index}22 ${bytes}= Convert To Bytes ${string} int
213 [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'))
287 Wait For Line On Uart Please enter 'END' string ... pauseEmulation=true
282 # Renode returns it as "0xXXXX\n\n" - get the first line to trim the string
225 Wait For Line On Uart Validation done. The string we ended up with is:
993 Wait For Line On Uart Validation done. The string we ended up with is:
25 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 !";
35 ${string}= Evaluate "${minus}%d.%0${places}d" % (${units}, ${fraction})37 RETURN ${string}
93 # If DMA works correctly, the same string will be printed on stdout
412 model = str(arm_cpu_names[index]['name'].string())
200 std::string response_string = payload->get_response_string(); in print_transaction_status()
396 string: 'Type'470 super().__init__(ty=Type.string, **kwargs)
207 * CS7034 \"specified version string does not conform to recommended format\" warning appearing when…