Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 36) sorted by relevance

12

/art/
Dtest.py31 parser.add_argument('-j', default='', dest='n_threads', help='specify number of concurrent tests')
32 parser.add_argument('--run-test', '-r', action='store_true', dest='run_test', help='execute run tes…
33 parser.add_argument('--gtest', '-g', action='store_true', dest='gtest', help='execute gtest tests')
34 parser.add_argument('--target', action='store_true', dest='target', help='test on target system')
35 parser.add_argument('--host', action='store_true', dest='host', help='test on build host system')
36 parser.add_argument('--help-runner', action='store_true', dest='help_runner', help='show help for o…
/art/tools/checker/
Dchecker.py29 help="text file the checks should be verified against")
31 help="path to file/folder with checking annotations")
33 help="prefix of checks in the test files (default: CHECK)")
35 help="print a list of all passes found in the tested file")
37 help="print a compiler pass dump")
39 help="Run tests for the specified target architecture.")
41 help="Run tests for debuggable code.")
43 help="print only errors")
/art/tools/bisection_search/
Dbisection_search.py313 command_opts.add_argument('-cp', '--classpath', type=str, help='classpath')
315 help='name of main class')
317 help='lib to use, default: libart.so')
320 help='additional dalvikvm option')
322 metavar='ARG', help='argument passed to test')
323 command_opts.add_argument('--image', type=str, help='path to image')
325 help='bisect with this command, ignore other '
329 default=False, help='x64 mode')
331 '--device', action='store_true', default=False, help='run on device')
333 '--device-serial', help='device serial number, implies --device')
[all …]
/art/tools/hiddenapi/
Dfind_api_violations.pl70 my $help = 0;
77 "help" => \$help)
80 pod2usage(q(-verbose) => 2) if ($help);
/art/tools/jvmti-agents/ti-alloc-sample/
Dmkflame.py191 parser.add_argument("filename", help="The trace file as input", type=str)
192 parser.add_argument("--use_size", help="Count by allocation size", action="store_true",
194 parser.add_argument("--ignore_type", help="Ignore type of allocation", action="store_true",
196 parser.add_argument("--reverse_stack", help="Reverse root and top of stacks", action="store_true",
198 parser.add_argument("--type_only", help="Only consider allocation type", action="store_true",
200 parser.add_argument("--thread_only", help="Only consider allocation thread", action="store_true",
202 parser.add_argument("--depth_limit", help="Limit the length of a trace", type=int, default=0)
/art/tools/
Dwrap-logcat.py29 help='File to store the logcat to. Will be created if not already existing')
33 help="""Command to run to retrieve logcat data. Defaults to 'adb logcat'.
39 help='The command to run with logcat in the background.')
Ddt_fds_forward.py157 help="Host we will listen for traffic on. Defaults to 'localhost'.")
159 help="jdwp library we pass to -agentpath:. Default is 'libjdwp.so'")
161 help="non-address options we pass to jdwp agent, default is " +
164 help="port we will expose the traffic on. Defaults to 12345.")
166 help="don't pass in arguments for run-test even if it looks like that is " +
169 help="number of 'rest' arguments to put before passing in the debug options")
Dparallel_run.py44 parser.add_argument("--jobs", "-j", type=int, help="max number of jobs. default 60", default=60)
45 parser.add_argument("cmd", help="command to run")
46 parser.add_argument("--out", type=str, help="where to put result", default="out_log")
Dgenerate_cmake_lists.py59 help='name of the project')
60 parser.add_argument('--arch', dest="arch", required=True, help='arch')
Djavac-helper.sh46 --help)
Dbootjars.sh32 --help)
/art/tools/runtime_memusage/
Dprune_sanitizer_output.py107 help="Output Directory")
110 help="Forces each trace to be cut to have "
114 help="minimum number of lines a trace should have")
117 help="File only containing lines that are related to "
Dsymbol_trace_info.py143 help="Output Directory")
147 help="Baksmali Dex File Dump")
153 help="Filters out accesses not between provided"
161 help="Filters out accesses not between provided"
166 help="File containing sanitizer traces filtered by "
170 help="File containing symbolized traces that match "
174 help="File containing starting addresses of Dex Files")
176 help="Keywords expected to show in large amounts of"
/art/tools/jvmti-agents/field-null-percent/
Dcheck-null-fields.py41 help="Android serial to use. Defaults to ANDROID_SERIAL")
44 help="Specific pids to check. By default checks all running dalvik processes")
59 help="Location of 32 bit agent to push")
64 help="Location of 64 bit agent to push")
66 help="fields to check")
/art/tools/jfuzz/
Drun_dex_fuzz_test.py176 help='number of tests to run (default: 1000)')
178 help='number of JFuzz program to generate (default: 10)')
179 parser.add_argument('--device', help='target device serial number')
181 help='defines dexer as dx or d8 (default: dx)')
183 help='include debugging info')
Drun_jfuzz_test.py615 help='number of tests to run')
616 parser.add_argument('--device', help='target device serial number')
618 help='execution mode 1 (default: ri)')
620 help='execution mode 2 (default: hopt)')
622 help='script called for each divergence')
625 help='argument for jfuzz')
627 help='do not bisect timeout divergences')
629 help='defines dexer as dx or d8 (default: dx)')
631 help='include debugging info')
/art/tools/ahat/src/main/com/android/ahat/
DMain.java42 private static void help(PrintStream out) { in help() method in Main
94 help(System.out); in main()
128 help(System.err); in main()
143 help(System.err); in main()
149 help(System.err); in main()
158 help(System.err); in main()
/art/tools/jvmti-agents/field-counts/
Dcount-fields.py42 help="Android serial to use. Defaults to ANDROID_SERIAL")
45 help="Specific pids to check. By default checks all running dalvik processes")
60 help="Location of 32 bit agent to push")
65 help="Location of 64 bit agent to push")
67 help="fields to check")
/art/build/apex/
Druntests.sh79 -h, --help display this help and exit
91 (-h|--help) usage;;
Dart_apex_test.py1107 parser.add_argument('apex', help='APEX file input')
1109 parser.add_argument('--host', help='Check as host APEX', action='store_true')
1111 parser.add_argument('--flattened', help='Check as flattened (target) APEX', action='store_true')
1113 parser.add_argument('--flavor', help='Check as FLAVOR APEX', choices=FLAVORS_ALL,
1116 parser.add_argument('--list', help='List all files', action='store_true')
1117 parser.add_argument('--tree', help='Print directory tree', action='store_true')
1118 parser.add_argument('--size', help='Print file sizes', action='store_true')
1120 parser.add_argument('--tmpdir', help='Directory for temp files')
1121 parser.add_argument('--debugfs', help='Path to debugfs')
1123 parser.add_argument('--bitness', help='Bitness to check', choices=BITNESS_ALL,
/art/test/testrunner/
Dtestrunner.py1031 parser.add_argument('-t', '--test', action='append', dest='tests', help='name(s) of the test(s)')
1039 help="Skip the given test in all circumstances.")
1041 help="""Don't skip any run-test configurations listed in
1045 help="""Don't build dependencies under any circumstances. This is the
1049 help="""Build dependencies under all circumstances. By default we will
1053 help="""If dependencies are to be built, pass `dist` to the build
1061 help="""Pass an option, unaltered, to the run-test script.
1066 help="""Pass an agent to be attached to the runtime""")
1068 help="""Pass an option to the runtime. Runtime options
1072 help='Number of dex2oat jobs')
[all …]
/art/tools/class2greylist/src/com/android/class2greylist/
DClass2Greylist.java120 help(options); in main()
124 help(options); in main()
131 help(options); in main()
255 private static void help(Options options) { in help() method in Class2Greylist
/art/tools/cpp-define-generator/
Dmake_header.py54 parser.add_argument('input', help="Object file as text")
/art/test/518-null-array-get/
Dinfo.txt8 ensure verifier strictness and help the compilers see more
/art/cmdline/
DREADME.md40 .Define("--help")
69 In the above code sample, we define a parser which is capable of parsing something like `--help
78 "--help"}` where both `--help` and `-h` are aliases for the same argument.
162 .Define("-help")
165 will save occurrences of the `-help` argument by doing a `Map.Set(Map::Help, ParsedValue("-help"))`
166 where `ParsedValue` is an imaginary function that parses the `-help` argment into a specific type

12