/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
H A D | CommandRegistry.kt | 104 help(pw) 112 help(pw) 132 private fun help(pw: PrintWriter) { regex 145 fun help(pw: PrintWriter) regex 154 override fun help(pw: PrintWriter) { 163 help(pw) 171 else -> help(pw)
|
H A D | ParseableCommand.kt | 93 val help by flag(longName = "help", shortName = "h", description = "Print help and return") regex 136 if (help) { 137 help(pw) 139 helpSubCmds.forEach { it.help(pw) } 154 parser.subCommands.filter { it.cmd.help }.map { it.cmd } 195 override fun help(pw: PrintWriter) {
|
H A D | SubCommand.kt | 77 cmd.help(pw) 104 cmd.help(pw)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/ |
H A D | FlagCommand.java | 57 help(pw); in execute() 81 help(pw); in execute() 96 help(pw); in execute() 108 help(pw); in execute() 123 help(pw); in execute() 127 help(pw); in execute() 142 help(pw); in execute() 146 help(pw); in execute() 161 public void help(PrintWriter pw) { in help() method in FlagCommand
|
/aosp14/system/core/storaged/tools/ |
H A D | ranker.py | 52 help="input io FILE, must provide", metavar="FILE") 54 help="output FILE, default to stdout", metavar="FILE") 56 help="set number of uids to display for each rank, " 59 action="store_true", help="add io stats for same uids, " 62 action="store_true", help="only include native apps in " 65 action="store_true", help="display task io under uids, "
|
/aosp14/frameworks/base/tools/lint/fix/ |
H A D | soong_lint_fix.py | 155 help='The soong build module to run ' 159 … help='Which lint to run. Passed to the ANDROID_LINT_CHECK environment variable.') 162 …help='Specific lint module to run. Passed to the ANDROID_LINT_CHECK_EXTRA_MODULES environment vari… 165 help='Just build and run the lint, do NOT apply the fixes.') 168 help='Print the contents of the generated lint-report.txt at the end.')
|
/aosp14/frameworks/base/tools/fonts/ |
H A D | update_font_metadata.py | 17 args_parser.add_argument('--input', help='Input otf/ttf font file.') 18 args_parser.add_argument('--output', help='Output file for updated font file.') 19 …args_parser.add_argument('--revision', help='Updated font revision. Use + to update revision based…
|
/aosp14/frameworks/base/libs/hwui/tests/scripts/ |
H A 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.')
|
/aosp14/system/core/init/ |
H A D | perfboot.py | 399 help='Number of times to repeat boot measurements.') 401 help=('Duration between iterations. If this is not ' 404 parser.add_argument('-o', '--output', help='File name of output data.') 406 help='Show verbose output.') 408 help='Adb device serial number.') 409 parser.add_argument('-t', '--tags', help='Specify the filename from which ' 414 parser.add_argument('--end-tag', help='An event tag on which the script ' 416 parser.add_argument('--apk-dir', help='Specify the directory which contains '
|
H A D | host_builtin_map.py | 13 parser.add_argument('--builtins', required=True, help='Path to builtins.cpp') 14 parser.add_argument('--check_builtins', required=True, help='Path to check_builtins.cpp')
|
/aosp14/frameworks/base/libs/hwui/tests/macrobench/ |
H A D | how_to_run.txt | 5 Pass --help to get help
|
/aosp14/system/core/fastboot/testdata/ |
H A D | fastboot_gen_rand.py | 25 parser.add_argument('--seed', help='Seed to random generator') 26 parser.add_argument('--length', type=int, required=True, help='Length of output')
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/ |
H A D | MediaTttCommandLineHelper.kt | 52 help(pw) 122 override fun help(pw: PrintWriter) { 144 help(pw) 178 override fun help(pw: PrintWriter) {
|
/aosp14/system/core/fs_mgr/libsnapshot/scripts/ |
H A D | dump_snapshot_proto.py | 21 parser.add_argument('type', type = str, help = 'Type (snapshot or update)') 22 parser.add_argument('file', type = str, help = 'Input file')
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/ |
H A D | KeyguardBlueprintCommandListener.kt | 44 help(pw) 56 override fun help(pw: PrintWriter) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsHapticsSimulator.kt | 74 override fun help(pw: PrintWriter) { 84 help(pw)
|
H A D | UdfpsShell.kt | 84 override fun help(pw: PrintWriter) { 101 help(pw)
|
H A D | AuthBiometricViewAdapter.kt | 39 fun onHelp(@BiometricAuthenticator.Modality modality: Int, help: String)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
H A D | DebugModeFilterProvider.kt | 129 help(pw) 132 override fun help(pw: PrintWriter) {
|
/aosp14/system/core/bootstat/ |
H A D | README.md | 10 -h, --help Show this help
|
/aosp14/frameworks/base/startop/apps/ColorChanging/ |
H A D | README.md | 1 This directory contains a simple Android app that is meant to help in
|
/aosp14/frameworks/base/packages/SystemUI/common/ |
H A D | README.md | 5 …em to specific sub-packages, such as `systemui/common/buffer/`. This will help to keep the module …
|
/aosp14/frameworks/base/cmds/idmap2/ |
H A D | static-checks.sh | 100 -h|--help) opt_mode="help"; shift ;;
|
/aosp14/frameworks/base/cmds/incident_helper/ |
H A D | README.md | 3 It is an executable used to help parsing text format data to protobuf.
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/ |
H A D | MediaMuteAwaitConnectionCli.kt | 63 override fun help(pw: PrintWriter) {
|