Home
last modified time | relevance | path

Searched refs:exp_result (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/commands/unshare/
H A Dunshare01.sh113 local exp_result="$3"
134 check_id "$(cat temp)" "${exp_result}" "${unshare_cmd}"
137 check_mount "dir_B" "${exp_result}" "${unshare_cmd}"
/third_party/curl/tests/unit/
H A Dunit2600.c91 CURLcode exp_result; member
242 if(tr->result != tc->exp_result in check_result()
247 tc->id, tc->exp_result, tr->result); in check_result()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java141 String exp_result = "5:53\u202FPM"; in Test4250359()
143 if(!act_result.equals(exp_result)){ in Test4250359()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java144 String exp_result = "5:53 PM"; in Test4250359()
146 if(!act_result.equals(exp_result)){ in Test4250359()
/third_party/openssl/test/
H A Dbntest.c2893 BIGNUM *exp_result = NULL; in test_mod_exp2_mont() local
2897 if (!TEST_ptr(exp_result = BN_new()) in test_mod_exp2_mont()
2914 if (!TEST_int_eq(BN_mod_exp2_mont(exp_result, exp_a1, exp_p1, exp_a2, in test_mod_exp2_mont()
2921 BN_free(exp_result); in test_mod_exp2_mont()
/third_party/python/Lib/test/
H A Dtest_builtin.py604 for num, denom, exp_result in [ (3.25, 1.0, (3.0, 0.25)),
609 self.assertAlmostEqual(result[0], exp_result[0])
610 self.assertAlmostEqual(result[1], exp_result[1])

Completed in 9 milliseconds