Searched defs:policy (Results 1 - 5 of 5) sorted by relevance
/libcore/luni/src/main/java/java/net/ |
H A D | CookieManager.java | 27 * the storage of cookies from the policy which decides to accept or deny 38 * the policy by implementing CookiePolicy. Any accepted HTTP cookie is stored 58 private CookiePolicy policy; field in class:CookieManager 77 * cookie policy. 88 policy = cookiePolicy == null ? CookiePolicy.ACCEPT_ORIGINAL_SERVER 167 // if the cookie doesn't have a domain, set one. The policy will do validation. 186 // if the cookie conforms to the policy, add it into the store 187 if (policy.shouldAccept(uri, cookie)) { 229 * Sets the cookie policy of this cookie manager. 231 * ACCEPT_ORIGINAL_SERVER is the default policy fo [all...] |
/libcore/luni/src/main/java/java/security/ |
H A D | Policy.java | 57 public static void setPolicy(Policy policy) { } argument
|
/libcore/dalvik/src/main/java/dalvik/system/ |
H A D | BlockGuard.java | 69 * Returns the policy bitmask, for shipping over Binder calls 70 * to remote threads/processes and reinstantiating the policy 109 return "policy=" + mPolicyState + " violation=" + mPolicyViolated + 115 * The default, permissive policy that doesn't prevent any operations. 133 * Get the current thread's policy. 135 * @return the current thread's policy. Never returns null. 143 * Sets the current thread's block guard policy. 145 * @param policy policy to set. May not be null. Use the public LAX_POLICY 146 * if you want to unset the active policy 148 setThreadPolicy(Policy policy) argument [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
H A D | TSTInfo.java | 43 * policy TSAPolicyId, 68 private final String policy; field in class:TSTInfo 86 public TSTInfo(int version, String policy, MessageImprint messageImprint, argument 91 this.policy = policy; 108 res.append(policy); 175 * @return Returns the policy. 178 return policy; 248 ASN1Oid.getInstance(), // policy 288 values[1] = ObjectIdentifier.toIntArray(info.policy); [all...] |
/libcore/benchmarks/libs/ |
H A D | caliper.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ... |
Completed in 421 milliseconds