Home
last modified time | relevance | path

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

123

/packages/apps/Dialer/java/com/android/dialer/commandline/
DCommandLineModule.java47 private final Help help; field in CommandLineModule.AospCommandInjector
56 Help help, in AospCommandInjector() argument
62 this.help = help; in AospCommandInjector()
71 builder.addCommand("help", help); in inject()
/packages/apps/Car/tests/tools/rro/
Dgenerate-overlayable.py47 …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…
Dverify-overlayable.py30 …optional_args.add_argument('-e', '--excludeFiles', nargs='*', help='File paths (absolute or relati…
32 …required_args.add_argument('-r', '--resourcePath', help='Path to resource directory (absolute or r…
33 …required_args.add_argument('-o', '--overlayableFilePath', help='Filepath to overlayable.xml (absol…
/packages/apps/Car/libs/car-ui-lib/tests/tools/
Dquick_rro.py251 help='A resource in the form type,name,value. '
254 help='res folder rro')
256 help='The package to override. Defaults to paintbooth.')
258 help='The name of the overlayable entry to RRO, if any.')
260 help='Uninstall all RROs created by this script')
262 help='Path to android.jar or framework-res.apk. If not provided, will '
266 help='The location where temporary files are made. Defaults to /tmp. '
/packages/modules/ArtPrebuilt/
Dupdate-art-module-prebuilts.py293 help="Build number to fetch from branch {}, target {}"
296 help="Take prebuilts from this local dist dir instead of "
299 help="Do not fetch .apex files.")
301 help="Do not fetch and unpack sdk and module_export zips.")
303 help="Do not create branches or git commits")
305 help="Add a 'Bug' line with this number to commit "
308 help="Upload the CLs to Gerrit")
/packages/services/Car/tools/emulator/
Dprop_event_simulator.py45 help='Device serial number. Optional')
50 help='Property name from vhal_consts_2_0.py, e.g. VEHICLEPROPERTY_EV_CHARGE_PORT_OPEN')
55 help='Area id for the property, "0" for global')
59 help='Property value. If the value is MIXED type, you should provide the JSON string \
Dobd2_to_diagjson.py210 help='The source file to convert from', required=True)
212 help='The destination file to convert to', required=True)
/packages/modules/Gki/
Dota_from_raw_image.py39 help="A list of real paths of tools that this script depends on.")
41 help="Key to use to sign the package. If unspecified, script does not sign "
44 help="Required output directory to payload.bin and payload_properties.txt")
46 help="Name of the image and path to the image, e.g. boot:path/to/boot.img")
Ddownload_boot_prebuilt.py51 help="the build id to download the build for, e.g. 6148204")
56 help="optional bug number for git commit.")
/packages/modules/common/tools/
Dfinalize_sdk.py74 parser.add_argument('-f', '--finalize_sdk', type=int, required=True, help='The numbered SDK to fina…
75 parser.add_argument('-b', '--bug', type=int, required=True, help='The bug number to add to the comm…
76 parser.add_argument('-a', '--amend_last_commit', action="store_true", help='Amend current HEAD comm…
77 parser.add_argument('bid', help='Build server build ID')
Dconv_classpaths_proto.py49 help='human-readable format, either json or text(proto), '
60 help='convert classpaths protobuf message from '
67 help='print classpaths config in JSON format',
/packages/modules/SdkExtensions/gen_sdk/
Dgen_sdk.py47 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. Required for action=new_sdk.'
/packages/modules/Wifi/
Dmetrics_pdd_hook.py49 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')
/packages/apps/Car/libs/car-ui-lib/tests/apitest/
Dverify_rro.py28 …parser.add_argument('--sha', help='Git hash of current changes. This script will not run if this i…
29 parser.add_argument('-r', '--rro', action='append', nargs=1, help='res folder of an RRO')
30 …parser.add_argument('-b', '--base', action='append', nargs=1, help='res folder of what is being RR…
Dauto-generate-resources.py60 …parser.add_argument('--sha', help='Git hash of current changes. This script will not run if this i…
61 parser.add_argument('-f', '--file', default='current.xml', help='Name of output file.')
63 help='Pass this flag if resources need to be compared.')
/packages/modules/NeuralNetworks/tools/
Dparse_benchmark.py27 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})"
/packages/modules/NeuralNetworks/tools/api/
Dgenerate_api.py337 help="token identifying kind of file to generate (per \"kind\" directive)")
339 help="path to generated output file")
341 help="path to input specification file")
343 help="path to input template file")
/packages/apps/Car/tests/tools/
Dgo_rotary.sh20 function help { function
74 help
/packages/apps/Stk/src/com/android/stk/
DStkMenuActivity.java292 menu.add(0, CONTEXT_MENU_HELP, 0, R.string.help); in onCreateContextMenu()
448 private void sendResponse(int resId, int itemId, boolean help) { in sendResponse() argument
450 "] help[" + help + "]"); in sendResponse()
463 args.putBoolean(StkAppService.HELP, help); in sendResponse()
DStkInputActivity.java278 void sendResponse(int resId, String input, boolean help) { in sendResponse() argument
296 + help + "]"); in sendResponse()
303 args.putBoolean(StkAppService.HELP, help); in sendResponse()
316 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help); in createOptionsMenuInternal()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDicttool.java90 private static void help() { in help() method in Dicttool
134 help(); in main()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/overlay/
DFeatureFactoryImpl.java39 import com.android.tv.settings.help.SupportFeatureProvider;
40 import com.android.tv.settings.help.SupportFeatureProviderImpl;
DFeatureFactoryImplTwoPanel.java42 import com.android.tv.settings.help.SupportFeatureProvider;
43 import com.android.tv.settings.help.SupportFeatureProviderImpl;
/packages/services/Car/service/
DAndroid.bp124 // Build a static library to help mocking various car services in testing. This is meant to be used
149 // Build a library to help generate a testing library for external apps.
/packages/modules/NeuralNetworks/tools/test_generator/
Dspec_visualizer.py246 parser.add_argument("spec", help="the spec file")
247 parser.add_argument("-o", "--out", help="the output html path", default="out.html")

123