Searched refs:expected_result (Results 1 – 6 of 6) sorted by relevance
45 static const int expected_result[FIFO_SIZE] = { variable92 if (i != expected_result[j++]) { in testfunc()97 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
56 static const char *expected_result[] = { variable106 if (strcmp(buf, expected_result[i++])) { in testfunc()111 if (i != ARRAY_SIZE(expected_result)) { in testfunc()
45 static const unsigned char expected_result[FIFO_SIZE] = { variable99 if (i != expected_result[j++]) { in testfunc()104 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
83 } expected_result; member655 if (ret < 0 && test->expected_result != LOAD_REJECT) { in load_insns()860 if (test->expected_result != LOAD_REJECT) in load_path()1550 if (test->expected_result == LOAD_REJECT && progfd < 0) in run_test_case()1552 else if (test->expected_result == LOAD_REJECT || progfd < 0) in run_test_case()1557 if (test->expected_result == ATTACH_REJECT && err) { in run_test_case()1560 } else if (test->expected_result == ATTACH_REJECT || err) { in run_test_case()1562 } else if (test->expected_result == ATTACH_OKAY) { in run_test_case()1588 if (test->expected_result == SYSCALL_EPERM && err == EPERM) { in run_test_case()1593 if (test->expected_result == SYSCALL_ENOTSUPP && err == ENOTSUPP) { in run_test_case()[all …]
424 enum i2c_channel_operation_result expected_result) in dce_i2c_hw_engine_wait_on_operation_result() argument437 if (result != expected_result) in dce_i2c_hw_engine_wait_on_operation_result()
2829 .expected_result = expected, \2836 int expected_result; member2899 {.dtb_begin = NULL, .dtb_end = NULL, .expected_result = 0, .name = NULL}2951 if (info->expected_result != -9999) { in unittest_unflatten_overlay_base()3022 if (ret != info->expected_result) in overlay_data_apply()3024 info->expected_result, ret, overlay_name); in overlay_data_apply()3026 return (ret == info->expected_result); in overlay_data_apply()