HomeSort by: relevance | last modified time | path
    Searched refs:PASS (Results 1 - 25 of 200) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp1_transition.c 44 if (input->bksv_read != PASS || input->bcaps_read != PASS) {
54 if (input->add_topology != PASS ||
55 input->create_session != PASS) {
60 } else if (input->an_write != PASS ||
61 input->aksv_write != PASS ||
62 input->bksv_read != PASS ||
63 input->bksv_validation != PASS ||
74 if (input->bcaps_read != PASS ||
75 input->r0p_read != PASS) {
    [all...]
amdgpu_hdcp2_transition.c 44 if (input->hdcp2version_read != PASS ||
45 input->hdcp2_capable_check != PASS) {
55 if (input->add_topology != PASS ||
56 input->create_session != PASS ||
57 input->ake_init_prepare != PASS) {
62 } else if (input->ake_init_write != PASS) {
71 if (input->ake_cert_available != PASS) {
87 } else if (input->ake_cert_read != PASS ||
88 input->ake_cert_validation != PASS) {
106 if (input->no_stored_km_write != PASS) {
    [all...]
  /src/external/gpl2/dtc/dist/tests/
dtc-fatal.sh 14 PASS
dtc-fails.sh 30 PASS
find_property.c 29 PASS();
getprop.c 30 PASS();
propname_escapes.c 30 PASS();
string_escapes.c 31 PASS();
fdtget-runtest.sh 17 PASS
boot-cpuid.c 35 PASS();
get_mem_rsv.c 36 PASS();
root_node.c 40 PASS();
truncated_property.c 37 PASS();
asm_tree_dump.c 49 PASS();
char_literal.c 37 PASS();
get_alias.c 45 PASS();
get_prop_offset.c 44 PASS();
  /src/external/gpl3/gcc/dist/gcc/
pass_manager.h 26 /* Define a list of pass lists so that both passes.cc and plugins can easily
27 find all the pass lists. */
54 void register_one_dump_file (opt_pass *pass);
78 void register_pass_name (opt_pass *pass, const char *name);
89 /* The root of the compilation pass tree, once constructed. */
96 /* A map from static pass id to optimization pass. */
103 void set_pass_for_id (int id, opt_pass *pass);
104 void register_dump_files (opt_pass *pass);
116 within pass-instances.def means that there is a field
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
pass_manager.h 26 /* Define a list of pass lists so that both passes.cc and plugins can easily
27 find all the pass lists. */
54 void register_one_dump_file (opt_pass *pass);
78 void register_pass_name (opt_pass *pass, const char *name);
89 /* The root of the compilation pass tree, once constructed. */
96 /* A map from static pass id to optimization pass. */
103 void set_pass_for_id (int id, opt_pass *pass);
104 void register_dump_files (opt_pass *pass);
116 within pass-instances.def means that there is a field
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
unit_tests.sh 63 # [expected_result] = [PASS|FAIL]
67 local PASS="$3"
70 [[ $EXPECT == "PASS" ]] && EXP="0" || EXP="1"
72 LD_LIBRARY_PATH="${LIB_PATH}" ./ppm_test "${USER}" "${PASS}" "${CONF}"
76 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${GREEN}PASS${NC}"
78 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${RED}FAIL${NC}"
90 launch_test "ppm1.conf" "uid=test,ou=users,dc=my-domain,dc=com" "azeRTY123" "PASS"
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_query.in 46 --pass=PASS:foobar \
52 --pass=PASS:foobar \
57 --pass=PASS:foobar \
63 --pass=PASS:foobar \
69 --pass=PASS:foobar
    [all...]
  /src/external/bsd/openldap/dist/tests/scripts/
test022-ppolicy 40 PASS=testpassword
98 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS >> $SEARCHOUT 2>&1
114 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS \
132 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS \
135 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS \
138 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS \
141 $LDAPSEARCH -e ppolicy -H $URI1 -D "$USER" -w $PASS \
159 -w secret -s $PASS \
169 $LDAPMODIFY -v -D "$USER" -H $URI1 -w $PASS >> \
174 userpassword: $PASS
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
normalize_ws.c 65 #define PASS (0)
95 return (PASS);
109 return (PASS);
124 int pass = 0; local
138 msg_info("PASS %s", tp->label);
139 pass++;
142 msg_info("PASS=%d FAIL=%d", pass, fail);
  /src/external/apache2/llvm/dist/llvm/utils/lit/examples/many-tests/
ManyTests.py 18 return Test.PASS, ""
  /src/external/bsd/openldap/dist/tests/data/regressions/its4184/
its4184 24 PASS="abc"
73 $LDAPMODIFY -v -D "$USER" -w $PASS -H $URI1 \

Completed in 31 milliseconds

1 2 3 4 5 6 7 8