HomeSort by relevance Sort by last modified time
    Searched full:policyset (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/lib/
policy.py 349 class PolicySet(object):
370 A PolicySet object.
372 default_policy_directory = PolicySet._load_default_policy_directory()
379 return PolicySet._load_policies(specified_policy_directory)
381 return PolicySet._load_policies(default_policy_directory)
408 return PolicySet(policies)
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
expand.py 9 from lib.policy import PolicySet
33 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
map.py 10 from lib.policy import PolicySet
26 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
pprof.py 9 from lib.policy import PolicySet
32 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
policies.py 12 from lib.policy import PolicySet
57 policy_set = PolicySet.load(SubCommand._parse_policy_list(options.policy))
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 104 * Create a Policy using the arguments formerly used to create a PolicySet; this minimizes the
105 * changes needed for re-using the PolicySet unit test logic
479 private boolean policySetEqualsPolicy(PolicySet ps, Policy policy) {
499 PolicySet ps = new PolicySet(flags);
503 ps = new PolicySet(flags);
507 ps = new PolicySet(flags);
513 * The old PolicySet class fields and constructor; we use this to test conversion to the
516 private static class PolicySet {
531 private PolicySet(long flags)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 151 Set policySet = new HashSet();
153 policySet.add(RFC3280CertPathUtilities.ANY_POLICY);
155 PKIXPolicyNode validPolicyTree = new PKIXPolicyNode(new ArrayList(), 0, policySet, null, new HashSet(),
CertPathValidatorUtilities.java 653 Set policySet)
655 return policySet == null || policySet.contains(ANY_POLICY) || policySet.isEmpty();
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 142 * include a PolicySet that is required by the account. A successful validation implies a host
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 142 // EAS gives us seconds, which is, happily, what the PolicySet requires

Completed in 1198 milliseconds