HomeSort by relevance Sort by last modified time
    Searched refs:PolicySet (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/lib/
policy.py 345 class PolicySet(object):
366 A PolicySet object.
368 default_policy_directory = PolicySet._load_default_policy_directory()
375 return PolicySet._load_policies(specified_policy_directory)
377 return PolicySet._load_policies(default_policy_directory)
404 return PolicySet(policies)
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
expand.py 9 from lib.policy import PolicySet
28 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
52 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
530 private boolean policySetEqualsPolicy(PolicySet ps, Policy policy) {
550 PolicySet ps = new PolicySet(flags);
554 ps = new PolicySet(flags);
558 ps = new PolicySet(flags);
564 * The old PolicySet class fields and constructor; we use this to test conversion to the
567 private static class PolicySet {
582 private PolicySet(long flags)
    [all...]

Completed in 1860 milliseconds