Searched refs:ALLOW (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/irq/ |
H A D | irqbalance01.c | 47 ALLOW = '+', enumerator 227 (acc & (1 << bit)) ? ALLOW : DENY; in collect_irq_info() 280 if (irq_affinity[row * nr_cpus + col] == ALLOW) in evidence_of_change()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | rules.py | 14 ALLOW, DISALLOW and TEMP_ALLOW. 20 ALLOW = '+' variable in Rule 72 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:
|
H A D | graphdeps.py | 176 if ((dst, Rule.ALLOW) not in deps_graph[src]) and \ 195 if allow == Rule.ALLOW and src == dst: 222 if allow == Rule.ALLOW:
|
H A D | checkdeps.py | 132 if rule_type == Rule.ALLOW:
|
/third_party/selinux/libselinux/src/ |
H A D | audit2why.c | 25 #define ALLOW 0 macro 387 RETURN(ALLOW) in analyze() 487 PyModule_AddIntConstant(m,"ALLOW", ALLOW);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_tnc.c | 21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; enumerator 178 case ALLOW: in eap_tnc_build_recommendation() 370 data->recommendation = ALLOW; in tncs_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_tnc.c | 21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; enumerator 178 case ALLOW: in eap_tnc_build_recommendation() 370 data->recommendation = ALLOW; in tncs_process()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 126 %token ALLOW 437 cond_allow_def : ALLOW names names ':' names names ';' 478 allow_def : ALLOW names names ':' names names ';' 521 role_allow_def : ALLOW names names ';'
|
/third_party/node/src/ |
H A D | node_http_common.h | 87 V(ALLOW, "allow") \
|
Completed in 8 milliseconds