Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 54) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DCommandRegistry.kt104 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 DParseableCommand.kt93 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 DSubCommand.kt77 cmd.help(pw)
104 cmd.help(pw)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
H A DFlagCommand.java57 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 Dranker.py52 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 Dsoong_lint_fix.py155 help='The soong build module to run '
159help='Which lint to run. Passed to the ANDROID_LINT_CHECK environment variable.')
162help='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 Dupdate_font_metadata.py17 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 Dprocess_systrace.py12 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 Dperfboot.py399 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 Dhost_builtin_map.py13 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 Dhow_to_run.txt5 Pass --help to get help
/aosp14/system/core/fastboot/testdata/
H A Dfastboot_gen_rand.py25 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 DMediaTttCommandLineHelper.kt52 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 Ddump_snapshot_proto.py21 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 DKeyguardBlueprintCommandListener.kt44 help(pw)
56 override fun help(pw: PrintWriter) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsHapticsSimulator.kt74 override fun help(pw: PrintWriter) {
84 help(pw)
H A DUdfpsShell.kt84 override fun help(pw: PrintWriter) {
101 help(pw)
H A DAuthBiometricViewAdapter.kt39 fun onHelp(@BiometricAuthenticator.Modality modality: Int, help: String)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DDebugModeFilterProvider.kt129 help(pw)
132 override fun help(pw: PrintWriter) {
/aosp14/system/core/bootstat/
H A DREADME.md10 -h, --help Show this help
/aosp14/frameworks/base/startop/apps/ColorChanging/
H A DREADME.md1 This directory contains a simple Android app that is meant to help in
/aosp14/frameworks/base/packages/SystemUI/common/
H A DREADME.md5 …em to specific sub-packages, such as `systemui/common/buffer/`. This will help to keep the module …
/aosp14/frameworks/base/cmds/idmap2/
H A Dstatic-checks.sh100 -h|--help) opt_mode="help"; shift ;;
/aosp14/frameworks/base/cmds/incident_helper/
H A DREADME.md3 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 DMediaMuteAwaitConnectionCli.kt63 override fun help(pw: PrintWriter) {

123