/system/extras/simpleperf/scripts/ |
D | api_profiler.py | 97 prepare_parser.add_argument('--max-sample-rate', nargs=1, type=int, default=[100000], help=""" 99 prepare_parser.add_argument('--max-cpu-percent', nargs=1, type=int, default=[25], help=""" 101 prepare_parser.add_argument('--max-memory-in-kb', nargs=1, type=int, 108 collect_parser.add_argument('-p', '--app', nargs=1, required=True, help="""
|
D | annotate.py | 465 parser.add_argument('-i', '--perf_data_list', nargs='+', action='append', help=""" 467 parser.add_argument('-s', '--source_dirs', type=extant_dir, nargs='+', action='append', help=""" 469 parser.add_argument('--comm', nargs='+', action='append', help=""" 471 parser.add_argument('--pid', nargs='+', action='append', help=""" 473 parser.add_argument('--tid', nargs='+', action='append', help=""" 475 parser.add_argument('--dso', nargs='+', action='append', help="""
|
D | report_sample.py | 70 parser.add_argument('record_file', nargs='?', default='perf.data',
|
D | binary_cache_builder.py | 221 parser.add_argument('-lib', '--native_lib_dir', type=extant_dir, nargs='+', help=""" 225 parser.add_argument('--ndk_path', nargs=1, help='Find tools in the ndk path.')
|
D | pprof_proto_generator.py | 550 parser.add_argument('--show', nargs='?', action='append', help='print existing pprof.profile.') 555 parser.add_argument('--comm', nargs='+', action='append', help=""" 557 parser.add_argument('--pid', nargs='+', action='append', help=""" 559 parser.add_argument('--tid', nargs='+', action='append', help=""" 561 parser.add_argument('--dso', nargs='+', action='append', help="""
|
D | app_profiler.py | 362 target_group.add_argument('--pid', nargs='+', help="""Profile native processes running on device 365 target_group.add_argument('--tid', nargs='+', help="""Profile native threads running on device
|
D | report_html.py | 814 parser.add_argument('-i', '--record_file', nargs='+', default=['perf.data'], help=""" 828 parser.add_argument('--source_dirs', nargs='+', help='Source code directories.') 830 parser.add_argument('--binary_filter', nargs='+', help="""Annotate source code and disassembly 832 parser.add_argument('--ndk_path', nargs=1, help='Find tools in the ndk path.')
|
D | debug_unwind_reporter.py | 460 parser.add_argument('-i', '--record_file', nargs=1, default=['perf.data.debug'], help="""
|
D | test.py | 1298 parser.add_argument('--test-from', nargs=1, help='Run left tests from the selected test.') 1301 parser.add_argument('pattern', nargs='*', help='Run tests matching the selected pattern.')
|
/system/ca-certificates/google/ |
D | extract_from_pem.py | 62 parser.add_argument('--pem_file', nargs='?', default='roots.pem') 63 parser.add_argument('--output_dir', nargs='?', default='files') 64 parser.add_argument('--timestamp_file', nargs='?', default='TIMESTAMP')
|
/system/sepolicy/build/ |
D | build_sepolicy.py | 111 parser.add_argument('-f', '--filter_out_files', nargs='+', 113 parser.add_argument('-d', '--dependent_cils', nargs='+', 133 parser.add_argument('-f', '--filter_out_files', required=True, nargs='+',
|
/system/update_engine/scripts/ |
D | paycheck.py | 103 check_args.add_argument('--part_sizes', metavar='NUM', nargs='+', type=int, 132 apply_args.add_argument('--src_part_paths', metavar='FILE', nargs='+', 134 apply_args.add_argument('--dst_part_paths', metavar='FILE', nargs='+', 136 apply_args.add_argument('--out_dst_part_paths', metavar='FILE', nargs='+', 140 parser.add_argument('--part_names', metavar='NAME', nargs='+',
|
/system/sepolicy/tests/ |
D | searchpolicy.py | 9 parser.add_argument("policy", help="Path to the SELinux policy to search.", nargs="?") 10 parser.add_argument("--libpath", dest="libpath", help="Path to the libsepolwrap.so", nargs="?")
|
/system/bt/test/ |
D | run_host_unit_tests.py | 169 nargs='?', 177 nargs='?', 184 nargs=argparse.REMAINDER,
|
/system/libufdt/utils/src/ |
D | mkdtboimg.py | 564 parser.add_argument('dt_file', nargs='?', 771 parser.add_argument('--output', '-o', nargs='?', 775 parser.add_argument('--dtb', '-b', nargs='?', type=str, 791 parser.add_argument('conf_file', nargs='?', 795 parser.add_argument('--dtb-dir', '-d', nargs='?', type=str, 978 create_parser.add_argument('argfile', nargs='?', 984 config_parser.add_argument('argfile', nargs='?', 990 dump_parser.add_argument('argfile', nargs='?', 996 help_parser.add_argument('argfile', nargs='?', action='store')
|
/system/core/lmkd/ |
D | lmkd.c | 874 int nargs; in ctrl_command_handler() local 888 nargs = len / sizeof(int) - 1; in ctrl_command_handler() 889 if (nargs < 0) in ctrl_command_handler() 894 targets = nargs / 2; in ctrl_command_handler() 895 if (nargs & 0x1 || targets > (int)ARRAY_SIZE(lowmem_adj)) in ctrl_command_handler() 900 if (nargs != 3) in ctrl_command_handler() 905 if (nargs != 1) in ctrl_command_handler() 910 if (nargs != 0) in ctrl_command_handler() 915 if (nargs != 2) in ctrl_command_handler()
|
/system/extras/perfprofd/scripts/ |
D | perf_proto_stack.py | 557 parser.add_argument('file', help='proto file to parse', metavar='file', nargs='+') 558 parser.add_argument('--syms', help='directory for symbols', nargs=1) 559 parser.add_argument('--json-out', help='output file for JSON', nargs=1)
|
D | perf_proto_json2sqlite.py | 145 parser.add_argument('file', help='JSON files to parse and combine', metavar='file', nargs='+')
|
/system/extras/ext4_utils/ |
D | mkuserimg_mke2fs.py | 59 parser.add_argument("file_contexts", nargs='?',
|
/system/extras/tests/bootloader/ |
D | bootloadertest.py | 217 parser.add_argument("extra_args", nargs="*")
|
/system/core/mkbootimg/ |
D | mkbootimg.py | 123 def __init__(self, option_strings, dest, nargs=None, **kwargs): argument
|
/system/extras/boottime_tools/bootanalyze/ |
D | bugreport_anayze.py | 62 parser.add_argument('bugreport_file', nargs=1, help='bugreport txt file',
|