HomeSort by relevance Sort by last modified time
    Searched defs:ALLOW (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/minijail/tools/
generate_seccomp_policy.py 38 ALLOW = "%s: 1"
161 print ALLOW % syscall
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
AclEntryType.java 38 ALLOW,
  /system/netd/server/
FirewallController.h 27 enum FirewallRule { DENY, ALLOW };
41 * defined ALLOW rules.
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 48 public static final String ALLOW = AllowHeader.NAME; //5
  /packages/apps/Email/provider_src/com/android/email/
AttachmentInfo.java 60 public static final int ALLOW = 0x00;
118 int denyFlags = ALLOW;
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 40 private static enum State {CANCEL, ALLOW}
42 public State mState = State.ALLOW;
50 } else if (mState == State.ALLOW) {
51 s = "Allow";
101 // allow decoding by default
110 getOrCreateThreadStatus(t).mState = State.ALLOW;
  /external/selinux/libselinux/src/
audit2why.c 25 #define ALLOW 0
382 RETURN(ALLOW)
482 PyModule_AddIntConstant(m,"ALLOW", ALLOW);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation;
178 case ALLOW:
370 data->recommendation = ALLOW;
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 123 /** The HTTP {@code Access-Control-Allow-Headers} header field name. */
124 public static final String ACCESS_CONTROL_ALLOW_HEADERS = "Access-Control-Allow-Headers";
125 /** The HTTP {@code Access-Control-Allow-Methods} header field name. */
126 public static final String ACCESS_CONTROL_ALLOW_METHODS = "Access-Control-Allow-Methods";
127 /** The HTTP {@code Access-Control-Allow-Origin} header field name. */
128 public static final String ACCESS_CONTROL_ALLOW_ORIGIN = "Access-Control-Allow-Origin";
129 /** The HTTP {@code Access-Control-Allow-Credentials} header field name. */
130 public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS = "Access-Control-Allow-Credentials";
137 /** The HTTP {@code Allow} header field name. */
138 public static final String ALLOW = "Allow"
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 295 # FUTURE - normalize level fields to allow more comparisons to succeed.
438 allow, dontaudit, and auditallow (indicated by the flags self.ALLOW,
447 even possible to put invalid types like '$1' into the rules to allow
450 ALLOW = 0
461 self.rule_type = self.ALLOW
466 if self.rule_type == self.ALLOW:
467 return "allow"
474 """Add the access from an access vector to this allow
549 return "allow %s %s;" % (self.src_roles.to_comma_str()
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 43 ALLOW = 'allow'
294 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])
314 if ALLOW in types:
315 tertypes.append(ALLOW)
347 ratypes = ['allow']
365 allows = search([ALLOW], {SOURCE: src, TARGET: dest, CLASS: tclass, PERMS: perm})
368 allows = search([ALLOW], {SOURCE: src, CLASS: tclass, PERMS: perm})
413 permlist = search([ALLOW], {'source': setype, 'permlist': ['open', 'write'], 'class': 'file'})
616 permlist = search([ALLOW], {'source': setype}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 295 # FUTURE - normalize level fields to allow more comparisons to succeed.
438 allow, dontaudit, and auditallow (indicated by the flags self.ALLOW,
447 even possible to put invalid types like '$1' into the rules to allow
450 ALLOW = 0
461 self.rule_type = self.ALLOW
466 if self.rule_type == self.ALLOW:
467 return "allow"
474 """Add the access from an access vector to this allow
549 return "allow %s %s;" % (self.src_roles.to_comma_str()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 58 public static final int ALLOW = START + 21;
Lexer.java 152 addKeyword(AllowHeader.NAME.toUpperCase(), TokenTypes.ALLOW);
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 

Completed in 1651 milliseconds

1 2 3 4