Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/Transforms/HardwareLoops/
Dunconditional-latch.ll1 …twidth=32 -hardware-loops -S %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-ALLOW
2 …-hardware-loop-guard=true -S %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-ALLOW
9 ; CHECK-ALLOW: bb:
10 ; CHECK-ALLOW: [[COUNT:%[^ ]+]] = add i32 %arg, 1
11 ; CHECK-ALLOW: br label %bb3
12 ; CHECK-ALLOW: bb5:
13 ; CHECK-ALLOW: call void @llvm.set.loop.iterations.i32(i32 [[COUNT]])
14 ; CHECK-ALLOW: br label %bb7
16 ; CHECK-ALLOW: [[CMP:%[^ ]+]] = call i1 @llvm.loop.decrement.i32(i32 1)
17 ; CHECK-ALLOW: br i1 [[CMP]], label %bb10, label %bb16
/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/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAclAttributeProviderTest.java24 import static java.nio.file.attribute.AclEntryType.ALLOW;
56 .setType(ALLOW)
63 .setType(ALLOW)
/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
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentRequirement.java110 ALLOW, enumConstant
135 : NullPolicy.ALLOW; in nullPolicy()
231 nullable ? Optional.of(NullPolicy.ALLOW) : Optional.empty(), in forBoundInstance()
/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/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'})
703 permlist = search([ALLOW], {'source': setype})
721 ruletype=[ALLOW],
837 q = setools.RBACRuleQuery(_pol, ruletype=[ALLOW])
1113 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/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java91 ALLOW, enumConstant
187 return StatusAction.ALLOW; in getShowRowAction()
205 ? StatusAction.ALLOW in getShowRowAction()
215 ? StatusAction.ALLOW in getShowRowAction()
255 return StatusAction.ALLOW; in getAcceptNewItemAction()
260 return StatusAction.ALLOW; in getAcceptNewItemAction()
271 return StatusAction.ALLOW; in getAcceptNewItemAction()
278 return StatusAction.ALLOW; in getAcceptNewItemAction()
285 return StatusAction.ALLOW; in getAcceptNewItemAction()
/external/selinux/libselinux/src/
Daudit2why.c25 #define ALLOW 0 macro
382 RETURN(ALLOW) in analyze()
482 PyModule_AddIntConstant(m,"ALLOW", ALLOW);
/external/mdnsresponder/mDNSShared/
Ddnsextd_lexer.l70 allow return ALLOW;
/external/selinux/checkpolicy/
Dpolicy_scan.l140 ALLOW |
141 allow { return(ALLOW); }
Dpolicy_parse.y127 %token ALLOW
438 cond_allow_def : ALLOW names names ':' names names ';'
479 allow_def : ALLOW names names ':' names names ';'
522 role_allow_def : ALLOW names names ';'
/external/minijail/tools/
Dgenerate_seccomp_policy.py53 ALLOW = '1' variable
351 arg_filter = ALLOW
/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/dagger2/java/dagger/internal/codegen/componentgenerator/
DComponentCreatorImplementationFactory.java240 requirement.nullPolicy(elements, types, metadataUtil).equals(NullPolicy.ALLOW) in normalSetterMethod()
330 case ALLOW: in addNullHandlingForField()
337 if (!requirement.nullPolicy(elements, types, metadataUtil).equals(NullPolicy.ALLOW)) { in addNullHandlingForParameter()
/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/guava/android/guava/src/com/google/common/net/
DHttpHeaders.java206 public static final String ALLOW = "Allow"; field in HttpHeaders
/external/guava/guava/src/com/google/common/net/
DHttpHeaders.java206 public static final String ALLOW = "Allow"; field in HttpHeaders

12