/build/soong/scripts/ |
D | lint_project_xml.py | 56 help='file to which the project.xml contents will be written.') 58 help='file to which the lint.xml contents will be written.') 60 help='name of the module.') 62 help='file containing whitespace separated list of source files.') 64 help='file containing whitespace separated list of generated source files.') 66 help='file containing whitespace separated list of resource files.') 68 help='file containing the module\'s classes.') 70 help='file containing classes from dependencies.') 72 help='file containing extra lint checks.') 74 help='file containing the module\'s manifest.') [all …]
|
D | conv_linker_config.py | 95 'proto', help='Convert the input JSON configuration file into protobuf.') 101 help='Source linker configuration file in JSON.') 107 help='Target path to create protobuf file.') 111 'print', help='Print configuration in human-readable text format.') 117 help='Source linker configuration file in protobuf.') 121 'systemprovide', help='Append system provide libraries into the configuration.') 127 help='Source linker configuration file in protobuf.') 133 help='Target linker configuration file to write in protobuf.') 138 …help='Values of the libraries to append. If there are more than one it should be separated by empt… 143 help='Path of the system image.') [all …]
|
D | gen-kotlin-build-file.py | 38 help='file to which the module.xml contents will be written.') 40 help='classpath to pass to kotlinc.') 42 help='name of the module.') 44 help='directory to which kotlinc will write output files.') 46 help='file containing whitespace separated list of source files.') 48 … help='file containing whitespace separated list of common multiplatform source files.')
|
D | test_config_fixer.py | 37 help=('AndroidManifest.xml that contains the original package name')) 39 help=('overwrite package fields in the test config')) 41 help=('overwrite test file name in the test config')) 42 parser.add_argument('input', help='input test config file') 43 parser.add_argument('output', help='output test config file')
|
D | manifest_check.py | 45 help='specify uses-library entries known to the build system') 49 … help='specify uses-library entries known to the build system with required:false') 53 … help='check the uses-library entries known to the build system against the manifest') 57 help='do not fail immediately, just save the error message to file') 60 help='output file to store check status (error message)') 64 help='print the targetSdkVersion from the manifest') 68 help='a paths to a dexpreopt.config of some library') 71 help='path to aapt executable') 72 parser.add_argument('--output', '-o', dest='output', help='output AndroidManifest.xml file') 73 parser.add_argument('input', help='input AndroidManifest.xml file')
|
D | setup_go_workspace_for_soong.sh | 206 function help() ( function 211 --help 212 This help 240 --help ) 241 help 247 help
|
D | manifest_fixer.py | 41 help='specify minSdkVersion used by the build system') 43 help='specify targetSdkVersion used by the build system') 45 help='raise the minimum sdk version in the manifest if necessary') 47 help='manifest is for a static library') 49 … help='specify additional <uses-library> tag to add. android:requred is set to true') 51 … help='specify additional <uses-library> tag to add. android:requred is set to false') 53 help='manifest is for a package built against the platform') 55 help=('specify logging parent as an additional <meta-data> tag. ' 58 help=('specify if the app wants to use embedded dex and avoid extracted,' 63 … help=('specify if the app wants to use embedded native libraries. Must not conflict ' [all …]
|
D | jsonmodify.py | 82 help='write result to a file. If omitted, print to stdout', 85 parser.add_argument('input', nargs='?', help='JSON file') 87 … help='set value of the key specified by path. If path doesn\'t exist, creates new one.', 91 … help='replace value of the key specified by path. If path doesn\'t exist, no op.', 95 help='remove the key specified by path. If path doesn\'t exist, no op.', 99 …help='append values to the list specified by path. If path doesn\'t exist, creates new list for it…
|
D | generate-notice-files.py | 197 help='The text output file path.') 200 help='The html output file path.') 203 help='The xml output file path.') 206 help='The file title.') 209 help='The directory containing notices.') 212 help='The sub directories which should be included.') 215 help='The sub directories which should be excluded.')
|
D | construct_context.py | 31 help='specify target SDK version (as it appears in the manifest)') 34 help='specify context on host for a given SDK version or "any" version') 37 help='specify context on target for a given SDK version or "any" version')
|
D | mergenotice.py | 31 parser.add_argument('--output', help='output file path.') 33 help='input notice file')
|
/build/make/tools/ |
D | generate-enforce-rro-android-manifest.py | 38 help='Indicate that --package-info is a package name.') 41 help='Manifest package name or manifest file path of source module.') 44 help='The partition this RRO package is installed on.') 47 help='The priority for the <overlay>.') 50 help='Output manifest file path.')
|
D | generate-notice-files.py | 197 help='The text output file path.') 200 help='The html output file path.') 203 help='The xml output file path.') 206 help='The file title.') 209 help='The directory containing notices.') 212 help='The sub directories which should be included.') 215 help='The sub directories which should be excluded.')
|
D | extract_kernel.py | 199 help='Input kernel image. If not specified, use stdin', 204 help='If specified, write configs. Use stdout if no file ' 211 help='If specified, write version. Use stdout if no file ' 218 help='If specified, write kernel release. Use stdout if ' 225 help='If specified, write the compiler information. Use stdout if no file ' 232 help='Decompression tools to use. If not specified, PATH '
|
D | checkowners.py | 14 help='Verbose output to debug') 17 help='Check email addresses') 19 help='Path to OWNERS file')
|
D | check_elf_file.py | 502 help='Path to the input file to be checked') 504 help='Shared object name of the input file') 508 help='Path to shared library dependencies') 512 help='System shared libraries to be hidden from fix ' 517 help='Ignore the input file without the ELF magic word') 519 help='Ignore the input file with unknown machine ID') 521 help='Ignore unresolved undefined symbols') 525 help='Path to the llvm-readobj executable')
|
/build/soong/cc/ndkstubgen/ |
D | __init__.py | 97 '--api', required=True, help='API level being targeted.') 100 help='Architecture being targeted.') 102 '--llndk', action='store_true', help='Use the LLNDK variant.') 104 '--apex', action='store_true', help='Use the APEX variant.') 112 help='Path to the API level map JSON file.') 117 help='Path to symbol file.') 121 help='Path to output stub source file.') 125 help='Path to output version script.')
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | prepare_bazel_test_env.py | 52 help="Enables verbose logging.", 61 help="Generates the Bazel environment to the staging directory." 66 help="Synchronizes the staged Bazel environment to the source tree." 71 help=
|
/build/soong/scripts/hiddenapi/ |
D | merge_csv.py | 30 args_parser.add_argument('--header', help='Comma separated field names; ' 32 args_parser.add_argument('--zip_input', help='Treat files as ZIP archives containing CSV files to m… 34 args_parser.add_argument('--key_field', help='The name of the field by which the rows should be sor… 38 args_parser.add_argument('--output', help='Output file for merged CSV.',
|
D | verify_overlaps.py | 24 args_parser.add_argument('all', help='All the flags') 25 args_parser.add_argument('subsets', nargs=argparse.REMAINDER, help='Subsets of the flags')
|
/build/bazel/scripts/milestone-2/ |
D | demo.sh | 24 function help() { function 34 ./demo.sh help -- prints this message. 88 help 106 help
|
/build/make/tools/warn/ |
D | warn_common.py | 72 help='Save capacitor warning file to the passed absolute' 77 help='Save CSV warning file to the passed path') 79 help='Generate CSV file with number of various warnings') 81 help="""Save CSV warning file to the passed path this csv 84 help='Separate warnings in HTML output by project names') 86 help='Root URL of an Android source code tree prefixed ' 89 help='Separator between the end of a URL and the line ' 93 help='Number of parallel processes to process warnings') 98 help='Platform of the build log') 100 parser.add_argument('--log', help='Path to build log file') [all …]
|
/build/make/tools/fs_config/ |
D | fs_config_generator.py | 897 'fsconfig', nargs='+', help='The list of fsconfig files to parse') 902 help='An android_filesystem_config.h file' 908 help='A capability.h file to parse capability defines from') 913 help='Partition to generate contents for') 917 help='Comma separated list of all possible partitions, used to' 922 '--files', action='store_true', help='Output fs_config_files') 925 '--dirs', action='store_true', help='Output fs_config_dirs') 927 opt_group.add_argument('--out_file', required=True, help='Output file') 1140 'hdrfile', help='The android_filesystem_config.h' 1190 'fsconfig', nargs='+', help='The list of fsconfig files to parse.') [all …]
|
/build/soong/bloaty/ |
D | bloaty_merger.py | 75 parser.add_argument("input_list_file", help="List of bloaty csv files.") 76 parser.add_argument("output_proto", help="Output proto.")
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | __init__.py | 106 parser.add_argument('symbol_file', type=os.path.realpath, help='Path to symbol file.') 109 help='The output parsed api coverage file.') 112 help='Path to the API level map JSON file.')
|