Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 5 of 5) sorted by relevance

/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c46 #define assert(x) do { if (unlikely(!(x))) { fprintf(stderr, "Assert not met in %s:%d: %s\n", __FIL… macro
271 assert(port != NULL && renode != NULL); in renode_connect()
285 assert(renode != NULL && *renode != NULL); in renode_disconnect()
494 assert(api_command != ANY_COMMAND && api_command != EVENT); in renode_execute_command()
495 assert(buffer_size >= sent_data_size); in renode_execute_command()
559 assert(renode != NULL && value < UINT64_MAX / unit); in renode_run_for()
610 assert(renode != NULL); in renode_get_current_time()
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dprecise-pause.robot77 Provides string-printed-without-assert
84 Requires string-printed-without-assert
144 # The LED state is false by default on reset because it is not inverted, so this assert
156 # The LED state is false by default, so this assert should fail immediately without
/Renode-v1.15.3-c57714d/tests/peripherals/
DMC3635.robot120 …# Wait for the configuration to end, and then for a few more samples. Then assert that samples are…
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/src/
Drenode_bridge.cpp221 assert(!"Only WRITE and READ messages should initialize TLM payload"); in initialize_payload()
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst153 * option to assert match on the next line in UART keywords for Robot Framework