Home
last modified time | relevance | path

Searched refs:PASS (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition()
51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition()
189 input->lc_init_prepare != PASS || in mod_hdcp_hdcp2_transition()
190 input->lc_init_write != PASS || in mod_hdcp_hdcp2_transition()
192 input->l_prime_read != PASS) { in mod_hdcp_hdcp2_transition()
209 if (input->eks_prepare != PASS || in mod_hdcp_hdcp2_transition()
210 input->eks_write != PASS) { in mod_hdcp_hdcp2_transition()
504 input->lc_init_write != PASS || in mod_hdcp_hdcp2_dp_transition()
505 input->l_prime_read != PASS) { in mod_hdcp_hdcp2_dp_transition()
518 if (input->eks_prepare != PASS || in mod_hdcp_hdcp2_dp_transition()
[all …]
H A Dhdcp1_transition.c39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition()
55 input->aksv_write != PASS || in mod_hdcp_hdcp1_transition()
56 input->bksv_read != PASS || in mod_hdcp_hdcp1_transition()
68 if (input->bcaps_read != PASS || in mod_hdcp_hdcp1_transition()
69 input->r0p_read != PASS) { in mod_hdcp_hdcp1_transition()
129 input->vp_read != PASS || in mod_hdcp_hdcp1_transition()
131 input->encryption != PASS) { in mod_hdcp_hdcp1_transition()
181 input->aksv_write != PASS || in mod_hdcp_hdcp1_dp_transition()
182 input->bksv_read != PASS || in mod_hdcp_hdcp1_dp_transition()
207 if (input->r0p_read != PASS) { in mod_hdcp_hdcp1_dp_transition()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/
H A Drun-ptest12 ./$T && echo PASS: $T || echo FAIL: $T
18 python3 ./$T && echo PASS: $T || echo FAIL: $T
/openbmc/linux/tools/testing/selftests/futex/include/
H A Dlogging.h51 const char *PASS = PASS_NORMAL; variable
74 PASS = PASS_COLOR; in log_color()
78 PASS = PASS_NORMAL; in log_color()
/openbmc/u-boot/test/fs/
H A Dfs-test.sh418 PASS=$((PASS + 1))
461 PASS=0
558 TOTAL_PASS=$((TOTAL_PASS + PASS))
559 echo "Summary: PASS: $PASS FAIL: $FAIL"
611 TOTAL_PASS=$((TOTAL_PASS + PASS))
612 echo "Summary: PASS: $PASS FAIL: $FAIL"
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c324 case PASS: in result_to_str()
389 RET_ERR(err != len && expected >= PASS, in send_data()
408 nev = epoll_wait(epfd, &ev, 1, expected >= PASS ? 5 : 0); in do_test()
409 RET_IF((nev <= 0 && expected >= PASS) || in do_test()
410 (nev > 0 && expected < PASS), in do_test()
419 if (expected < PASS) in do_test()
489 expected_results[PASS]++; in test_pass()
491 do_test(type, family, &cmd, PASS); in test_pass()
507 expected_results[PASS] += 2; in test_syncookie()
520 do_test(type, family, &cmd, PASS); in test_syncookie()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_redirect_multi.sh32 PASS=0
44 PASS=$((PASS + 1))
213 echo "Summary: PASS $PASS, FAIL $FAIL"
H A Dtest_select_reuseport_common.h14 PASS, enumerator
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A Dtest-output.patch4 Subject: [PATCH 1/2] Add FAIL/PASS output to test output.
33 + echo "PASS: $x"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A Dkeyutils-test-fix-output-format.patch11 where the result can be PASS, FAIL, or SKIP, and the testname can be any
34 + echo "PASS: $i"
/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/
H A DFix-the-test-output-format.patch34 + echo 'PASS: numactl regress'
59 + echo "PASS: $1"
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc.robot46 ... By default this will log Test status PASS/FAIL format
47 ... EX: 20160822041250932049:Test:Test case 1:PASS
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip-perl/
H A Drun-ptest11 echo PASS: $i;
/openbmc/openbmc/poky/meta/recipes-devtools/json-c/json-c/
H A Drun-ptest12 echo PASS: $i
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/files/
H A Drun-ptest7 echo PASS: $i;
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/
H A Drun-ptest4 make -k runtest-TESTS 2>/dev/null| grep -e ^PASS -e ^FAIL
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A Dtest.sh20 then echo PASS: $TESTNAME
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A Drun-ptest10 passed=$(grep -c PASS: "${LOG}")
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A Drun-ptest19 passed=`grep PASS: ${LOG}|wc -l`
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch3 PASS/FAIL lines on standard output.
33 + const char* types[] = { "INVALID", "PASS", "FAIL", "ERROR"};
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c165 GOTO_DONE(PASS); in _select_by_skb_data()
181 return result < PASS ? SK_DROP : SK_PASS; in _select_by_skb_data()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/
H A Drun-ptest27 passed=`grep PASS: ${LOG}|wc -l`
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_bist.c220 PASS, enumerator
320 if (intrvl->vector[curr] == PASS) in interval_proc()
342 if (intrvl->vector[curr % intrvl->size] == PASS) { /* pass at rmarker */ in interval_proc()
349 (intrvl->vector[curr % intrvl->size] == PASS)) in interval_proc()
381 (intrvl->vector[curr % intrvl->size] == PASS)) in interval_proc()
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dtest-add-output-in-the-format-result-testname.patch24 + echo "PASS: $testfile"
/openbmc/linux/tools/testing/selftests/futex/
H A DREADME38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
49 Result: (PASS|FAIL|ERROR)

123