Home
last modified time | relevance | path

Searched refs:oldPolicy (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DFinalizableReferenceQueueClassLoaderUnloadingTest.java163 Policy oldPolicy = Policy.getPolicy(); in testUnloadableWithSecurityManager() local
171 Policy.setPolicy(oldPolicy); in testUnloadableWithSecurityManager()
192 Policy oldPolicy = Policy.getPolicy(); in testUnloadableInStaticFieldIfClosed() local
201 Policy.setPolicy(oldPolicy); in testUnloadableInStaticFieldIfClosed()
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlPolicyBuilder.java333 AttributePolicy oldPolicy = globalAttrPolicies.get(attributeName); in allowAttributesGlobally() local
335 attributeName, AttributePolicy.Util.join(oldPolicy, policy)); in allowAttributesGlobally()
351 AttributePolicy oldPolicy = policies.get(attributeName); in allowAttributesOnElements() local
354 AttributePolicy.Util.join(oldPolicy, policy)); in allowAttributesOnElements()
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...