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

  /external/chromium_org/tools/deep_memory_profiler/subcommands/
__init__.py 5 from subcommands.buckets import BucketsCommand
6 from subcommands.cat import CatCommand
7 from subcommands.expand import ExpandCommand
8 from subcommands.map import MapCommand
9 from subcommands.policies import CSVCommand
10 from subcommands.policies import JSONCommand
11 from subcommands.policies import ListCommand
12 from subcommands.pprof import PProfCommand
13 from subcommands.stacktrace import StacktraceCommand
14 from subcommands.upload import UploadComman
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/
dmprof.py 14 import subcommands namespace
22 'buckets': subcommands.BucketsCommand,
23 'cat': subcommands.CatCommand,
24 'csv': subcommands.CSVCommand,
25 'expand': subcommands.ExpandCommand,
26 'json': subcommands.JSONCommand,
27 'list': subcommands.ListCommand,
28 'map': subcommands.MapCommand,
29 'pprof': subcommands.PProfCommand,
30 'stacktrace': subcommands.StacktraceCommand
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/tests/
dmprof_test.py 22 import subcommands namespace
196 subcommand = subcommands.BucketsCommand()
206 subcommand = subcommands.UploadCommand()
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 86 help: Describe the usage of this program or its subcommands.
100 say "Available subcommands:";
  /external/qemu/android/
console.c 334 CommandDef subcommands; /* if handler is NULL */ member in struct:CommandDefRec_
396 if (cmd->subcommands) {
397 cmd = cmd->subcommands;
431 if (cmd->subcommands == NULL) {
445 commands = cmd->subcommands;
491 if ( !args || !subcmd->subcommands ) {
495 cmd = subcmd->subcommands;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]

Completed in 314 milliseconds