Searched refs:policy (Results 1 - 6 of 6) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
H A DBlockGuard.java69 * 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 DTSTInfo.java43 * 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/luni/src/main/java/java/net/
H A DCookieManager.java27 * 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 DPolicy.java57 public static void setPolicy(Policy policy) { } argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DCookieManagerTest.java93 Map<String, List<String>> responseHeaders, CookiePolicy policy)
95 CookieManager manager = new CookieManager(null, policy);
179 // When key is null, no cookie can be stored/retrieved, even if policy =
188 // All cookies will be rejected if policy == ACCEPT_NONE
92 store(String[][] cookies, Map<String, List<String>> responseHeaders, CookiePolicy policy) argument
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 230 milliseconds