/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
D | domainGeneratorPolicy.py | 45 help="Top-level parameter-framework configuration file. Mandatory.", 49 help="Criteria file, in XML format: \ 58 help="Criterion types XML file, in \ 67 help="Initial XML settings file (containing a \ 73 help="List of single domain files (each containing a single \ 80 help="List of files in EDD syntax (aka \".pfw\" files)", 87 help="Directory of parameter-framework XML Schemas for generation \ 91 help="Ignored. Kept for retro-compatibility") 93 help="Validate the settings against XML schemas",
|
D | buildStrategiesStructureFile.py | 52 help="Android Audio Policy Engine Configuration file, Mandatory.", 57 help="Product Strategies Structure XML base file, Mandatory.", 62 help="Product Strategies Structure output file, Mandatory.",
|
D | buildPolicyCriterionTypes.py | 55 help="Android Audio Base C header file, Mandatory.", 60 help="Android Audio Policy Configuration file, Mandatory.", 65 help="Criterion types XML base file, in \ 73 help="Criterion types outputfile file. Mandatory.",
|
/frameworks/rs/rsov/compiler/ |
D | bcc_rsov.sh | 18 function help() { function 31 help 43 help
|
/frameworks/base/startop/scripts/app_startup/ |
D | app_startup_runner.py | 66 …required_named.add_argument('-p', '--package', action='append', dest='packages', help='package of … 67 …required_named.add_argument('-r', '--readahead', action='append', dest='readaheads', help='which r… 72 …ment('-c', '--compiler-filter', action='append', dest='compiler_filters', help='which compiler fil… 73 …optional_named.add_argument('-s', '--simulate', dest='simulate', action='store_true', help='Print … 74 …optional_named.add_argument('-d', '--debug', dest='debug', action='store_true', help='Add extra de… 75 …optional_named.add_argument('-o', '--output', dest='output', action='store', help='Write CSV outpu… 76 …optional_named.add_argument('-t', '--timeout', dest='timeout', action='store', type=int, help='Tim… 77 …, '--loop-count', dest='loop_count', default=1, type=int, action='store', help='How many times to … 78 …optional_named.add_argument('-in', '--inodes', dest='inodes', type=str, action='store', help='Path…
|
D | query_compiler_filter.py | 52 …required_named.add_argument('-p', '--package', action='store', dest='package', help='package of th… 57 …i', '--isa', '--instruction-set', action='store', dest='instruction_set', help='which instruction … 58 …optional_named.add_argument('-s', '--simulate', dest='simulate', action='store_true', help='Print … 59 …optional_named.add_argument('-d', '--debug', dest='debug', action='store_true', help='Add extra de…
|
D | force_compiler_filter | 41 -h, --help usage information (this) 56 -h|--help)
|
D | analyze_metrics.py | 61 …parser.add_argument('input_files', metavar='file.csv', nargs='+', help='CSV file produced by app_s… 63 …parser.add_argument('-d', '--debug', dest='debug', action='store_true', help='Add extra debugging … 64 …put-samples', dest='output_samples', default='/dev/null', action='store', help='Store CSV for per-… 65 …mparable', dest='output_comparable', default='/dev/null', action='store', help='Output CSV for com… 66 …est='output_comparable_significant', default='/dev/null', action='store', help='Output CSV for com…
|
D | run_app_with_prefetch | 23 -h, --help usage information (this) 50 -h|--help)
|
/frameworks/base/libs/hwui/tests/scripts/ |
D | process_systrace.py | 12 help='Path to trace file or directory of trace files.') 14 help='Path to output file to store results.') 16 help='Name of javascript mapper function in systrace_parser.html.')
|
/frameworks/rs/tests/lldb/ |
D | run_tests.py | 56 help='Path to a custom config file.') 58 help='Specify the device id of the device to test on.') 61 help='Specify a specific test to run.') 66 help='Test only a core subset of features.') 70 help='Specify a list of Android app types against which' 76 help='It only runs the pre-run stage of the test suite.' 83 help='Stop the test suite installing apks to device.', 88 help='Stop the test suite uninstalling apks after ' 94 help='Print all logging information to standard out.', 99 help='Store extra info in the log.') [all …]
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | how_to_run.txt | 5 Pass --help to get help
|
/frameworks/rs/ |
D | update-prebuilts.py | 46 help='Build number to pull from the build server.') 50 help='The Android branch to pull from build server, default: ' + BRANCH + '.') 54 help='Bug to reference in commit message.') 58 help='Do not repo start a new branch for the update.')
|
/frameworks/ml/nn/tools/test_generator/ |
D | slicing.py | 63 parser.add_argument("spec", help="the spec file") 66 help="number of operations in the sliced model. Default = 1", 69 "-m", "--model", help="the output model file", default="-") 71 "-e", "--example", help="the output example file", default="-")
|
D | cts_generator.py | 66 parser.add_argument("spec", help="the spec file/directory") 68 "-m", "--model", help="the output model file/directory", default="-") 70 "-e", "--example", help="the output example file/directory", default="-") 72 "-t", "--test", help="the output test file/directory", default="-") 74 "-c", "--cts", help="the CTS TestGeneratedOneFile.cpp", default="-") 76 "-f", "--force", help="force to regenerate all spec files", action="store_true") 79 "-l", "--log", help="the optional log file", default="")
|
D | vts_generator.py | 70 parser.add_argument("spec", help="the spec file") 72 "-m", "--model", help="the output model file", default="-") 74 "-e", "--example", help="the output example file", default="-") 76 "-t", "--test", help="the output test file", default="-")
|
D | spec_visualizer.py | 385 parser.add_argument("spec", help="the spec file") 387 "-v", "--variation", help="the target variation name/pattern", default=None) 389 "-o", "--out", help="the output html path", default="out.html")
|
/frameworks/ml/nn/tools/ |
D | parse_benchmark.py | 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})"
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 150 def help : Flag<["-"], "help">, 151 HelpText<"Print this help text">; 152 def _help : Flag<["--"], "help">, Alias<help>; 153 def __help : Flag<["-"], "h">, Alias<help>;
|
/frameworks/base/tools/hiddenapi/ |
D | generate_hiddenapi_lists.py | 95 help='CSV files to be merged into output') 101 help='lists of entries with flag "' + flag + '"') 104 help='lists of entries with flag "' + flag + 108 help='lists of packages to be added to ' + flag + ' list')
|
/frameworks/multidex/library/ |
D | README | 7 It can also help with the linearalloc limit during installation but it 8 won't help with linearalloc at execution time. This means that
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/ |
D | run_tests.sh | 20 -h, --help 38 -h | --help )
|
D | README.md | 8 `run_tests.sh` defaults to running all the tests, invoke it with `--help` to
|
/frameworks/compile/slang/lit-tests/ |
D | scriptc-filecheck-wrapper.sh | 36 --help)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | update_failure_list.py | 42 parser.add_argument('filename', type=str, help='failure list file to update')
|