Searched refs:SubCommand (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dbuckets.py8 from lib.subcommand import SubCommand namespace
14 class BucketsCommand(SubCommand):
21 bucket_set = SubCommand.load_basic_files(dump_path, True, True)
H A Dstacktrace.py8 from lib.subcommand import SubCommand namespace
11 class StacktraceCommand(SubCommand):
19 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
H A Dupload.py11 from lib.subcommand import SubCommand namespace
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)
H A Dexpand.py10 from lib.subcommand import SubCommand namespace
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))
H A Dmap.py11 from lib.subcommand import SubCommand namespace
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))
H A Dpprof.py10 from lib.subcommand import SubCommand namespace
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:
H A Dcat.py11 from lib.subcommand import SubCommand namespace
18 class CatCommand(SubCommand):
37 (bucket_set, dumps) = SubCommand.load_basic_files(
H A Dpolicies.py13 from lib.subcommand import SubCommand namespace
19 class PolicyCommands(SubCommand):
43 (bucket_set, dumps) = SubCommand.load_basic_files(
50 shared_dumps = SubCommand._find_all_dumps(shared_first_dump_path)
57 policy_set = PolicySet.load(SubCommand._parse_policy_list(options.policy))
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsubcommand.py23 class SubCommand(object): class in inherits:object
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/
H A Dtest_thread.c325 struct SubCommand { struct
337 struct SubCommand *pSub;
H A Dtest_multiplex.c1110 struct SubCommand { struct
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1371 milliseconds