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

  /external/chromium_org/tools/deep_memory_profiler/subcommands/
buckets.py 8 from lib.subcommand import SubCommand
14 class BucketsCommand(SubCommand):
21 bucket_set = SubCommand.load_basic_files(dump_path, True, True)
stacktrace.py 8 from lib.subcommand import SubCommand
11 class StacktraceCommand(SubCommand):
19 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
upload.py 11 from lib.subcommand import SubCommand
18 class UploadCommand(SubCommand):
31 dump_files = SubCommand._find_all_dumps(dump_path)
32 bucket_files = SubCommand._find_all_buckets(dump_path)
33 prefix = SubCommand._find_prefix(dump_path)
pprof.py 10 from lib.subcommand import SubCommand
16 class PProfCommand(SubCommand):
31 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
32 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
34 with open(SubCommand._find_prefix(dump_path) + '.maps', 'r') as maps_f:
expand.py 10 from lib.subcommand import SubCommand
16 class ExpandCommand(SubCommand):
27 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
28 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
map.py 11 from lib.subcommand import SubCommand
17 class MapCommand(SubCommand):
25 (bucket_set, dumps) = SubCommand.load_basic_files(dump_path, True)
26 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
cat.py 11 from lib.subcommand import SubCommand
18 class CatCommand(SubCommand):
37 (bucket_set, dumps) = SubCommand.load_basic_files(
policies.py 13 from lib.subcommand import SubCommand
19 class PolicyCommands(SubCommand):
40 (bucket_set, dumps) = SubCommand.load_basic_files(
45 shared_dumps = SubCommand._find_all_dumps(shared_first_dump_path)
52 policy_set = PolicySet.load(SubCommand._parse_policy_list(options.policy))
  /external/chromium_org/tools/deep_memory_profiler/lib/
subcommand.py 23 class SubCommand(object):
24 """Subclasses are a subcommand for this executable.
36 prefix = SubCommand._find_prefix(dump_path)
41 alternative_dirs = SubCommand._estimate_alternative_dirs(prefix)
51 dump_list = DumpList.load(SubCommand._find_all_dumps(dump_path))
90 If a file in SubCommand._DEVICE_BINDIRS is found in /proc/maps, it
101 if any([base_dir in name for base_dir in SubCommand._DEVICE_BINDIRS]):
112 prefix = SubCommand._find_prefix(dump_path)
132 prefix = SubCommand._find_prefix(dump_path)
  /external/chromium_org/third_party/sqlite/src/src/
test_thread.c 325 struct SubCommand {
337 struct SubCommand *pSub;
test_multiplex.c     [all...]

Completed in 81 milliseconds