Searched refs:help (Results 1 – 25 of 113) sorted by relevance
12345
220 help="Branch to fetch, defaults to " + BRANCH)222 help="Target to fetch modules from, defaults to " +225 help="Target to fetch SDKs from, defaults to " +228 help="Build number to fetch")230 help="Take prebuilts from this local dist dir instead of "233 help="Do not fetch .apex files. Defaults to true.")235 help="Do not fetch and unpack sdk and module_export zips.")237 help="Do not create branches or git commits")239 help="Add a 'Bug' line with this number to commit "242 help="Upload the CLs to Gerrit")
169 help='Only start the container. Prints the commands it would have ran.')170 …parser.add_argument('--only-stop', action='store_true', default=False, help='Only stop the contain…171 …parser.add_argument('--image-tag', default='floss:latest', help='Container image to use to build.')174 … help='Name of volume to use. This is where build artifacts will be stored by default.')177 … help='Staging directory to use instead of volume. Build artifacts will be written here.')180 help='What to name the started container.')184 help='Use flag to use Docker to build Floss. Defaults to using podman.')188 help='Use flag to disable pseudo tty for docker container.')
46 help='CPU config file', )49 help='CPU Settings to apply')51 help='android device serial number')53 help='wait for up to this time in secs to after CPU settings change.' +\57 help='Location of perfetto/tool directory.' +\60 help='Output trace file for perfetto. If this is not specified' +\64 help='duration of trace capturing. Default is 5 sec.')68 help='change CPU settings permanently and do not restore original setting')71 help='CPU governor to apply, overrides the CPU Settings')
225 help='CPU config file', )228 help='CPU Settings to apply')231 help='Number of processes to show in performance report')233 help='Name of process to filter')235 help='Name of thread to filter. Format: <process-name>:<thread-name>')237 help='Perfetto trace file to analyze')
32 help='Path to pre-jarjar JAR. Multiple jars can be specified.')35 help='Package prefix to use for jarjared classes, '38 '--output', required=True, help='Path to output jarjar rules file.')41 help='Path to API stubs jar. Classes that are API will not be jarjared. Can be repeated to '45 help='Column(:)-separated paths to UnsupportedAppUsage hidden API .txt lists. '49 help='Path to files listing classes that should not be jarjared. Can be repeated to '
849 help='Directory to run bootstrap on (or was previously run on).',852 help='Run bootstrap code to verify build env is ok to build.',856 help='Print environment variables used for build.',859 …parser.add_argument('--no-clang', help='Don\'t use clang compiler.', default=False, action='store_…861 help='Skip stripping binaries during install.',864 parser.add_argument('--use', help='Set a specific use flag.')865 …parser.add_argument('--notest', help='Don\'t compile test code.', default=False, action='store_tru…866 parser.add_argument('--test-name', help='Run test with this string in the name.', default=None)867 parser.add_argument('--target', help='Run specific build target')868 parser.add_argument('--sysroot', help='Set a specific sysroot path', default='/')[all …]
47 private final Help help; field in CommandLineModule.AospCommandInjector56 Help help, in AospCommandInjector() argument62 this.help = help; in AospCommandInjector()71 builder.addCommand("help", help); in inject()
47 …optional_args.add_argument('-t', '--policyType', default='system|product|signature', help='Policy …48 …optional_args.add_argument('-e', '--excludeFiles', nargs='*', help='File paths (absolute or relati…49 …optional_args.add_argument('-o', '--outputFile', default='', help='Output file path (absolute or r…51 …required_args.add_argument('-n', '--targetName', help='Overlayable name for the overlay.', require…52 …required_args.add_argument('-r', '--resourcePath', help='Path to resource directory (absolute or r…
30 …optional_args.add_argument('-e', '--excludeFiles', nargs='*', help='File paths (absolute or relati…31 …optional_args.add_argument('-m', '--errorMessage', nargs='*', help='Custom error message if resour…33 …required_args.add_argument('-r', '--resourcePath', help='Path to resource directory (absolute or r…34 …required_args.add_argument('-o', '--overlayableFilePath', help='Filepath to overlayable.xml (absol…
46 …parser.add_argument('-o', '--outputFile', default='', help='Output file path. If empty, output to …47 …parser.add_argument('-a', '--appResources', help="Path to the app's resource folder. If given, wil…49 …required_args.add_argument('-r', '--resourcePath', help="Path to the RRO's resource directory", re…
115 parser.add_argument('-f', '--finalize_sdk', type=int, required=True, help='The numbered SDK to fina…116 parser.add_argument('-b', '--bug', type=int, required=True, help='The bug number to add to the comm…117 parser.add_argument('-r', '--readme', required=True, help='Version history entry to add to %s' % (C…118 parser.add_argument('-a', '--amend_last_commit', action="store_true", help='Amend current HEAD comm…119 parser.add_argument('-m', '--modules', action='append', help='Modules to include. Can be provided m…120 parser.add_argument('-l', '--local_mode', action="store_true", help='Local mode: use locally built …121 parser.add_argument('bid', help='Build server build ID')
49 help='human-readable format, either json or text(proto), '60 help='convert classpaths protobuf message from '67 help='print classpaths config in JSON format',
23 const char* help; member27 static int help(int argc, char** argv);39 {"help", "<command> - shows help text for <command>.", help},54 static int help(int argc, char** argv) { in help() function66 printf("%s %s\n", argv[0], command->help); in help()
40 help='Device serial number. Optional')44 help='Property name from vhal_consts_2_0.py, e.g. VEHICLEPROPERTY_EV_CHARGE_PORT_OPEN')49 help='Area id for the property, "0" for global')53 help='Property value. If the value is MIXED type, you should provide the JSON string \
300 …parser.add_argument('--input', type=argparse.FileType('r'), default=sys.stdin, help='Input PDL-JSO…301 …parser.add_argument('--output', type=argparse.FileType('w'), default=sys.stdout, help='Output C++ …302 …parser.add_argument('--test-vectors', type=argparse.FileType('r'), required=True, help='Input PDL …303 …parser.add_argument('--namespace', type=str, default='pdl', help='Namespace of the generated file')304 …parser.add_argument('--parser-test-suite', type=str, default='ParserTest', help='Name of the parse…308 help='Name of the serializer test suite')309 …parser.add_argument('--include-header', type=str, default=[], action='append', help='Added include…314 help='Added using namespace statements')
314 help='bluetooth apex name. Default: com.android.btservices')316 '--java', action='store_true', help='generate Java coverage')318 '--native', action='store_true', help='generate native coverage')323 help='out directory for coverage reports. Default: ./out_coverage')328 help='trace directory with .ec and .profraw files. Default: ./trace')332 help='run all tests and compute coverage report')
510 argv_parser.add_argument("BTSNOOP", help="BLUETOOTH BTSNOOP file.")511 argv_parser.add_argument("-f", "--folder", help="select output folder.", dest="folder")515 help="set a fake connection handle 1 to capture \522 help="set a fake connection handle 2 to capture \529 help="No audio 'Start' cmd is \536 help="set a default \543 help="force to select audio control attr handle.",547 "-d", "--debug", help="dump full debug buffer content.", dest="full_debug", default="False")549 …"-sd", "--simple-debug", help="dump debug buffer header content.", dest="simple_debug", default="F…
81 help='Verify the Virt APEX')85 help='verbose execution')89 help='Optional flag that specifies the AVB tool to use. Defaults to `avbtool`.')92 help='the extra signing arguments passed to avbtool.'98 help='Overrides a signing key for a file e.g. microdroid_bootloader=mykey (for testing)')101 help='path to the private key file.')104 help='the directory having files to be packaged')108 help='This will NOT update the vbmeta related bootconfigs while signing the apex.\
32 help='path to the target file.')35 help='path to the file containing old bytes')38 help='path to the file containing new bytes')
49 parser.add_argument('metrics_file', type=str, help='path to the metrics Protobuf file')50 parser.add_argument('commit_msg', type=str, help='commit message')51 parser.add_argument('commit_files', type=str, nargs='*', help='files changed in the commit')
84 .help("Open <PATH> read-only to pass as fd <FD>") in args_command()89 .help("Open/create <PATH> read-write to pass as fd <FD>") in args_command()94 .help("Open <DIR> to pass as fd <FD>") in args_command()97 .help("Command line to execute with pre-opened FD inherited") in args_command()
47 help='The existing text-proto database to use. (default: extensions_db.textpb)'54 help='Which action to take (print_binary|new_sdk|validate).'60 help='The extension SDK level to deal with (int)'65 help='Comma-separated list of modules providing new APIs. Used for action=new_sdk to create a '
145 help='Input wave file', type=argparse.FileType('r'))147 help='Bitrate in bps', type=int, required=True)149 help='Frame duration in ms', type=float, default=10)151 help='Python output file', type=argparse.FileType('w'))153 help='C output file', type=argparse.FileType('w'))
27 parser.add_argument("input", help="input filename")28 parser.add_argument("--format", help="output format ({0}|{1})"31 parser.add_argument("--output", help="output data ({0}|{1})"
554 help="File with the CarWatchdog dump")556 help="protobuf binary with parsed performance stats")558 help="File with Android device build information")561 help="protobuf binary with build information")563 help="prints the parsed performance data to the console "566 help="Protobuf binary to be printed in console. If this "570 help="Specifies that the proto to be read is a "575 help="Generate a JSON file from the protobuf binary read.")