Searched refs:expected_result (Results 1 – 7 of 7) sorted by relevance
58 static const char *expected_result[] = { variable108 if (strcmp(buf, expected_result[i++])) { in testfunc()113 if (i != ARRAY_SIZE(expected_result)) { in testfunc()
47 static const int expected_result[FIFO_SIZE] = { variable94 if (i != expected_result[j++]) { in testfunc()99 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
47 static const unsigned char expected_result[FIFO_SIZE] = { variable101 if (i != expected_result[j++]) { in testfunc()106 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
41 enum i2c_channel_operation_result expected_result);66 enum i2c_channel_operation_result expected_result);
208 enum i2c_channel_operation_result expected_result) in dal_i2c_hw_engine_wait_on_operation_result() argument220 if (result != expected_result) in dal_i2c_hw_engine_wait_on_operation_result()
81 } expected_result; member533 if (ret < 0 && test->expected_result != LOAD_REJECT) { in load_insns()699 if (test->expected_result != LOAD_REJECT) in load_path()1290 if (test->expected_result == LOAD_REJECT && progfd < 0) in run_test_case()1292 else if (test->expected_result == LOAD_REJECT || progfd < 0) in run_test_case()1297 if (test->expected_result == ATTACH_REJECT && err) { in run_test_case()1300 } else if (test->expected_result == ATTACH_REJECT || err) { in run_test_case()1321 if (test->expected_result == SYSCALL_EPERM && err == EPERM) { in run_test_case()1326 if (test->expected_result == SYSCALL_ENOTSUPP && err == ENOTSUPP) { in run_test_case()1331 if (err || test->expected_result != SUCCESS) in run_test_case()
2131 .expected_result = expected, \2138 int expected_result; member2217 if (info->expected_result != -9999) { in unittest_unflatten_overlay_base()2289 if (ret != info->expected_result) in overlay_data_apply()2291 info->expected_result, ret, overlay_name); in overlay_data_apply()2293 return (ret == info->expected_result); in overlay_data_apply()