Searched refs:assert (Results 1 – 5 of 5) sorted by relevance
46 #define assert(x) do { if (unlikely(!(x))) { fprintf(stderr, "Assert not met in %s:%d: %s\n", __FIL… macro271 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()
77 Provides string-printed-without-assert84 Requires string-printed-without-assert144 # The LED state is false by default on reset because it is not inverted, so this assert156 # The LED state is false by default, so this assert should fail immediately without
120 …# Wait for the configuration to end, and then for a few more samples. Then assert that samples are…
221 assert(!"Only WRITE and READ messages should initialize TLM payload"); in initialize_payload()
153 * option to assert match on the next line in UART keywords for Robot Framework