Home
last modified time | relevance | path

Searched refs:expected_retval (Results 1 – 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Draw_tp_test_run.c15 int expected_retval = 0x1234 + 0x5678; in test_raw_tp_test_run() local
59 CHECK(test_attr.retval != expected_retval, "check_retval", in test_raw_tp_test_run()
60 "expect 0x%x, got 0x%x\n", expected_retval, test_attr.retval); in test_raw_tp_test_run()
72 CHECK(opts.retval != expected_retval, in test_raw_tp_test_run()
74 expected_retval, opts.retval); in test_raw_tp_test_run()
/external/vboot_reference/tests/
Dvboot_api_firmware_tests.c135 static void TestVbSf(VbError_t expected_retval, in TestVbSf() argument
139 TEST_EQ(VbSelectFirmware(&cparams, &fparams), expected_retval, desc); in TestVbSf()
Dvboot_firmware_tests.c197 static void TestLoadFirmware(VbError_t expected_retval, in TestLoadFirmware() argument
201 TEST_EQ(LoadFirmware(&cparams, &fparams, &vnc), expected_retval, desc); in TestLoadFirmware()
Dvboot_api_init_tests.c142 static void TestVbInit(VbError_t expected_retval, in TestVbInit() argument
147 TEST_EQ(VbInit(&cparams, &iparams), expected_retval, desc); in TestVbInit()
Dcgptlib_test.c244 int expected_retval; in ParameterTests() member
262 EXPECT(cases[i].expected_retval == CheckParameters(gpt)); in ParameterTests()
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs1591 for (i, (r_input, a, w, expected_retval, expected_r)) in TEST_CASES.iter().enumerate() { in test_mul_add_words()
1599 actual_retval, *expected_retval, in test_mul_add_words()
1601 i, actual_retval, *expected_retval in test_mul_add_words()
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py1017 for expected_retval, encoding, xml_declaration in TESTCASES:
1026 expected_retval