Searched refs:msg (Results 1 – 11 of 11) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/buses/ |
D | apb3.cpp | 41 …char msg[] = "APB3 implementation only handles 4-byte accesses, tried %d"; // we sprintf to self, … in write() local 42 sprintf(msg, msg, width); in write() 43 throw msg; in write() 68 …char msg[] = "APB3 implementation only handles 4-byte accesses, tried %d"; // we sprintf to self, … in read() local 69 sprintf(msg, msg, width); in read() 70 throw msg; in read()
|
D | wishbone.cpp | 63 …char msg[] = "Unexpected write width %d"; // we sprintf to self, because width is never longer tha… in write() local 64 sprintf(msg, msg, width); in write() 65 throw msg; in write() 88 …char msg[] = "Unexpected read width %d"; // we sprintf to self, because width is never longer than… in read() local 89 sprintf(msg, msg, width); in read() 90 throw msg; in read()
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/communication/ |
D | socket_channel.cpp | 61 catch(const char* msg) { in sendMain() local 63 throw msg; in sendMain() 72 catch(const char* msg) { in sendSender() local 74 throw msg; in sendSender()
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | robot-integration.robot | 3 ${msg}= Run Keyword And Expect Error * Execute Script nonexistingscript.resc 4 Should Contain ${msg} Could not find file 7 ${msg}= Run Keyword And Expect Error * Execute Command log invalid_commmand 8 Should Contain ${msg} Bad parameters for command 11 ${msg}= Run Keyword And Expect Error * Execute Command Save invalid_value 12 Should Contain ${msg} Parameters did not match the signature 15 … ${msg}= Run Keyword And Expect Error * Execute Command next_value "invalid_value" 16 Should Contain ${msg} unsupported operand type 19 ${msg}= Run Keyword And Expect Error * Execute Command include @nonexistingfile 20 Should Contain ${msg} File does not exist
|
D | riscv-unit-tests.robot | 304 …${msg}= Run Keyword And Expect Error * Execute Command cpu SetRegister ${… 305 Should Contain ${msg} register is read-only
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/ |
D | renode_cfu.cpp | 39 catch(const char* msg) { in execute() local 40 if (msg == "Operation timeout") { in execute()
|
D | renode_bus.cpp | 46 catch(const char* msg) { in writeToBus() local 47 log(LOG_LEVEL_ERROR, msg); in writeToBus() 58 catch(const char* msg) { in readFromBus() local 59 log(LOG_LEVEL_ERROR, msg); in readFromBus()
|
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/ |
D | renode_api.c | 48 …g(x, msg) do { if (unlikely(!(x))) { fprintf(stderr, "Assert not met in %s:%d: %s\n", __FILE__, __… argument
|
/Renode-v1.15.3-c57714d/tests/ |
D | renode-keywords.robot | 46 …File Should Exist ${DIRECTORY}/${BINARY_NAME} msg=Robot Framework remote server binary not fou…
|
D | robot_tests_provider.py | 533 return any(cls.retry_suite_regex.search(msg.text) for msg in test.iter("msg"))
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | ARMv8A.robot | 45 … ... msg="Invalid value of '${name}' system register: ${match[0]}; expected: ${expected_value}"
|