Home
last modified time | relevance | path

Searched refs:ALLOW (Results 1 – 25 of 50) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/header/
DAllow.java54 super(ALLOW); in Allow()
61 super(ALLOW); in Allow()
DSIPHeaderNames.java48 public static final String ALLOW = AllowHeader.NAME; //5 field
/external/nist-sip/java/gov/nist/javax/sip/parser/
DAllowParser.java71 headerName(TokenTypes.ALLOW); in parse()
74 allow.setHeaderName(SIPHeaderNames.ALLOW); in parse()
DTokenTypes.java58 public static final int ALLOW = START + 21; field
DLexer.java152 addKeyword(AllowHeader.NAME.toUpperCase(), TokenTypes.ALLOW); in selectLexer()
/external/minijail/tools/
Dgenerate_seccomp_policy.py46 ALLOW = '1' variable
155 arg_filter = ALLOW
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java87 ALLOW, enumConstant
130 public static final StatusAction SHOW_VOTING_AND_ADD = ALLOW;
198 return StatusAction.ALLOW; in getShowRowAction()
212 ? StatusAction.ALLOW in getShowRowAction()
226 ? StatusAction.ALLOW in getShowRowAction()
266 return StatusAction.ALLOW; in getAcceptNewItemAction()
271 return StatusAction.ALLOW; in getAcceptNewItemAction()
282 return StatusAction.ALLOW; in getAcceptNewItemAction()
289 return StatusAction.ALLOW; in getAcceptNewItemAction()
296 return StatusAction.ALLOW; in getAcceptNewItemAction()
/external/selinux/python/sepolicy/sepolicy/
D__init__.py42 ALLOW = 'allow' variable
342 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])
362 if ALLOW in types:
363 tertypes.append(ALLOW)
491 permlist = search([ALLOW], {'source': setype, 'permlist': ['open', 'write'], 'class': 'file'})
704 permlist = search([ALLOW], {'source': setype})
722 ruletype=[ALLOW],
838 q = setools.RBACRuleQuery(_pol, ruletype=[ALLOW])
1114 all_allow_rules = search([ALLOW])
Dbooleans.py33 …allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy…
Dcommunicate.py42 …allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy…
Dnetwork.py26 …allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy…
Dtransition.py27 trans = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src})
/external/selinux/python/sepolgen/tests/
Dtest_policygen.py105 self.assertEqual(av_rule1.rule_type, av_rule1.ALLOW)
121 self.assertEqual(av_rule2.rule_type, av_rule2.ALLOW)
/external/selinux/libselinux/src/
Daudit2why.c25 #define ALLOW 0 macro
382 RETURN(ALLOW) in analyze()
482 PyModule_AddIntConstant(m,"ALLOW", ALLOW);
/external/selinux/checkpolicy/
Dpolicy_scan.l140 ALLOW |
141 allow { return(ALLOW); }
Dpolicy_parse.y127 %token ALLOW
436 cond_allow_def : ALLOW names names ':' names names ';'
477 allow_def : ALLOW names names ':' names names ';'
520 role_allow_def : ALLOW names names ';'
/external/wpa_supplicant_8/src/eap_server/
Deap_server_tnc.c21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; enumerator
178 case ALLOW: in eap_tnc_build_recommendation()
370 data->recommendation = ALLOW; in tncs_process()
/external/mdnsresponder/mDNSShared/
Ddnsextd_lexer.l70 allow return ALLOW;
Ddnsextd_parser.y118 %token ALLOW
/external/guava/guava/src/com/google/common/net/
DHttpHeaders.java138 public static final String ALLOW = "Allow"; field in HttpHeaders
/external/selinux/python/sepolgen/src/sepolgen/
Dpolicygen.py175 if av.type == audit2why.ALLOW:
205 …for i in [x[TCONTEXT] for x in sesearch([ALLOW], {SCONTEXT: av.src_type, CLASS: av.obj_class, PERM…
Drefpolicy.py517 ALLOW = 0 variable in AVRule
528 self.rule_type = self.ALLOW
533 if self.rule_type == self.ALLOW:
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_messages.py691 ALLOW = 1 variable in Rule.ActionValueValuesEnum
/external/selinux/python/audit2allow/
Daudit2why254 if rc == audit2why.ALLOW:
Daudit2allow254 if rc == audit2why.ALLOW:

12