HomeSort by relevance Sort by last modified time
    Searched full:subcommand (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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)
stacktrace.py 7 from lib.subcommand import SubCommand
10 class StacktraceCommand(SubCommand):
18 (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)
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))
pprof.py 9 from lib.subcommand import SubCommand
15 class PProfCommand(SubCommand):
30 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
31 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
33 with open(SubCommand._find_prefix(dump_path) + '.maps', 'r') as maps_f:
expand.py 9 from lib.subcommand import SubCommand
15 class ExpandCommand(SubCommand):
32 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
42 (bucket_set, dump) = SubCommand.load_basic_files(
cat.py 10 from lib.subcommand import SubCommand
17 class CatCommand(SubCommand):
36 (bucket_set, dumps) = SubCommand.load_basic_files(
policies.py 12 from lib.subcommand import SubCommand
18 class PolicyCommands(SubCommand):
42 (bucket_set, dumps) = SubCommand.load_basic_files(
49 shared_dumps = SubCommand._find_all_dumps(shared_first_dump_path)
56 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.
35 prefix = SubCommand._find_prefix(dump_path)
40 alternative_dirs = SubCommand._estimate_alternative_dirs(prefix)
49 dump_list = DumpList.load(SubCommand._find_all_dumps(dump_path))
86 If a file in SubCommand._DEVICE_BINDIRS is found in /proc/maps, it
97 if any([base_dir in name for base_dir in SubCommand._DEVICE_BINDIRS]):
108 prefix = SubCommand._find_prefix(dump_path)
128 prefix = SubCommand._find_prefix(dump_path)
  /external/iptables/iptables/
xtables-multi.c 16 static const struct subcommand multi_subcommands[] = {
xshared.h 69 struct subcommand { struct
84 extern int subcmd_main(int, char **, const struct subcommand *);
xshared.c 183 static mainfunc_t subcmd_get(const char *cmd, const struct subcommand *cb)
191 int subcmd_main(int argc, char **argv, const struct subcommand *cb)
210 fprintf(stderr, "ERROR: No valid subcommand given.\nValid subcommands:\n");
  /external/chromium_org/content/common/
zygote_commands_linux.h 47 // Not a real zygote command, but a subcommand used during the zygote fork
  /external/chromium_org/tools/deep_memory_profiler/tests/
dmprof_test.py 196 subcommand = subcommands.BucketsCommand()
197 returncode = subcommand.do(['buckets', HEAP_PATH], out)
206 subcommand = subcommands.UploadCommand()
207 returncode = subcommand.do([
  /external/lldb/source/Commands/
CommandObjectPlugin.cpp 115 "plugin <subcommand> [<subcommand-options>]")
  /external/lldb/examples/plugins/commands/
fooplugin.cpp 11 An example plugin for LLDB that provides a new foo command with a child subcommand
  /external/lldb/test/functionalities/plugins/commands/
plugin.cpp 11 An example plugin for LLDB that provides a new foo command with a child subcommand
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java 29 * Implementation of the events subcommand
DumpCommand.java 34 * Implementation of the dump subcommand
Launcher.java 102 System.err.println("Usage: uiautomator <subcommand> [options]\n");
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/
libjingle_peerconnection_java_unittest.sh 30 # Exit with error immediately if any subcommand fails.
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 87 Usage: help [SUBCOMMAND...]
98 Usage: port <subcommand> [options] [args]
  /external/lldb/include/lldb/Interpreter/
CommandObjectMultiword.h 29 // These two want to iterate over the subcommand dictionary.
179 // These two want to iterate over the subcommand dictionary.
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/
uiautomator 23 # * special processing for subcommand 'runtest':
31 # * all other subcommand or options are directly passed into Java code for
  /external/chromium_org/tools/gn/
last_commit_position.py 28 Launches git subcommand.

Completed in 2165 milliseconds

1 2 3 4 5 6 7 8 91011>>