HomeSort by relevance Sort by last modified time
    Searched refs:HELP (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
ensure-valid-python 49 'help|h' => \$showHelp,
52 print STDERR <<HELP;
55 -h|--help Show this help message.
56 HELP
  /ndk/tests/
check-release.sh 35 HELP=
43 --help|-h|-?)
44 HELP=true
53 panic "Unknown option '$opt'. See --help for list of valid ones."
59 panic "Only one parameter (ndk directory) is supported. See --help."
65 if [ "$HELP" ]; then
73 echo " --help|-h|-? Print this message."
97 panic "Please specify an NDK installation directory, or use --package=<file> option. See --help."
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 63 qw(-buildfile -debug -emacs -f -find -help -listener -logfile
88 open( HELP, "$antCmd -projecthelp -f '$buildFile'|" ) || return();
90 while( <HELP> ) {
  /frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh 19 HELP=no
66 --help|-h|-\?)
67 HELP=yes
109 echo "ERROR: Unknown option '$opt', use --help for list of valid ones."
123 if [ "$HELP" = "yes" ] ; then
139 echo " --help|-h|-? Print this help"
  /external/skia/tools/skpdiff/
generate_pmetric_tables.py 16 HELP = '// To regenerate SkPMetricUtil_generated.h, simply run ./generate_pmetric_tables.py'
133 print(HELP, file=stream)
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 6 # type perl symshift.pl -help to get help
68 "help" => \$HELP
72 ## Help
75 $help = <<EOHELP
79 $0 -help
81 print this help
108 die $help if $HELP;
    [all...]
genlingware.pl 8 # type perl genlingware.pl -help to get help
76 "help" => \$HELP
80 ## Help
83 $help = <<EOHELP
88 $0 -help
90 print this help
104 die $help if $HELP;
    [all...]
  /ndk/tests/standalone/
run.sh 50 HELP=
64 --help|-h|-?)
65 HELP=true
86 panic "Unknown option '$opt'. See --help for list of valid ones."
94 if [ "$HELP" ]; then
129 echo " --help|-h|-? Print this message."
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 119 * The style definition corresponding to {@link DrawingStyle#HELP}
121 HELP(new RGB(0xFF, 0xFF, 0xFF), 255, new RGB(0x00, 0x00, 0x00), 128, 1, SWT.LINE_SOLID),
279 case HELP:
280 return HELP;
SelectionOverlay.java 129 gcWrapper.useStyle(DrawingStyle.HELP);
136 // Compute the location to display the help. This is done in
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 79 HELP,
107 "\t-h or -? or --help print this usage text\n"
163 if(argc<0 || options[HELP].doesOccur || options[HELP_QUESTION_MARK].doesOccur) {
181 /* print the help message */
  /external/icu4c/tools/gensprep/
gensprep.c 80 HELP,
108 "\t-h or -? or --help print this usage text\n"
164 if(argc<0 || options[HELP].doesOccur || options[HELP_QUESTION_MARK].doesOccur) {
182 /* print the help message */
  /external/chromium_org/build/android/
adb_gdb 12 # Use --help to print full usage instructions.
73 # in the --help output.
89 HELP=
124 --help|-h|-?)
125 HELP=true
186 panic "Unknown option $OPT, see --help." >&2
191 See --help."
203 if [ "$HELP" ]; then
289 --help|-h|-? Print this message.
326 panic "Please specify a package name on the command line. See --help.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrint.java 94 // this.stream.print("<a href=\"help.html\"><img hspace=\"10\" border=\"0\" src=\""+Utils.LIGHT+"\" title=\"Some tips on fingerprints\"/></a>\n");
97 this.stream.print("<img hspace=\"10\" border=\"0\" src=\""+Utils.LIGHT+"\"><a href=\""+Utils.HELP+"\">Help on fingerprints</a>\n");
Utils.java 77 public final static String HELP = "doc/help.html";
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 187 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help);
230 // send help needed response.
324 private void sendResponse(int resId, int itemId, boolean help) {
329 args.putBoolean(StkAppService.HELP, help);
StkInputActivity.java 188 private void sendResponse(int resId, String input, boolean help) {
195 args.putBoolean(StkAppService.HELP, help);
205 menu.add(0, StkApp.MENU_ID_HELP, 2, R.string.help);
StkAppService.java 97 static final String HELP = "help";
505 boolean helpRequired = args.getBoolean(HELP, false);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py 439 failures = ['--bar', '-fbar', '-b B', 'B', '-f', '--bar B', '-baz', '-h', '--help', '+h', '::help', '/help']
451 """When ``-`` not in prefix_chars, default operators created for help
3038 help=' oddly \\n' variable in class:TestHelpReformatting
3492 help='x %(prog)s %(default)s %(type)s %%'), variable in class:TestHelpVariableExpansion
3494 help='y %(prog)s %(default)s %(const)s'), variable in class:TestHelpVariableExpansion
3496 help='foo %(prog)s %(default)s %(choices)s'), variable in class:TestHelpVariableExpansion
3498 help='bar %(prog)s %(default)s %(dest)s'), variable in class:TestHelpVariableExpansion
3558 help = usage variable in class:TestHelpVariableExpansionNoArguments
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py 439 failures = ['--bar', '-fbar', '-b B', 'B', '-f', '--bar B', '-baz', '-h', '--help', '+h', '::help', '/help']
451 """When ``-`` not in prefix_chars, default operators created for help
3038 help=' oddly \\n' variable in class:TestHelpReformatting
3492 help='x %(prog)s %(default)s %(type)s %%'), variable in class:TestHelpVariableExpansion
3494 help='y %(prog)s %(default)s %(const)s'), variable in class:TestHelpVariableExpansion
3496 help='foo %(prog)s %(default)s %(choices)s'), variable in class:TestHelpVariableExpansion
3498 help='bar %(prog)s %(default)s %(dest)s'), variable in class:TestHelpVariableExpansion
3558 help = usage variable in class:TestHelpVariableExpansionNoArguments
    [all...]
  /external/qemu/android/
hw-events.h 191 KEY_CODE(HELP ,138) \
  /ndk/build/tools/
build-mingw64-toolchain.sh 33 HELP=
168 -h|-?|--help) HELP=true;;
186 -*) panic "Unknown option '$opt', see --help for list of valid ones.";;
187 *) panic "This script doesn't take any parameter, see --help for details.";;
192 if [ "$HELP" ]; then
198 echo " -h|-?|--help Print this message."
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 132 HELP,
278 if(options[HELP].doesOccur || options[HELP_QUESTION_MARK].doesOccur) {
287 fprintf(stderr, "Run '%s --help' for help.\n", progname);
296 fprintf(stderr, "Run '%s --help' for help.\n", progname);
309 fprintf(stderr, "Run '%s --help' for help.\n", progname);
316 "Run '%s --help' for help.\n", progname)
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 93 HELP,
266 if(options[HELP].doesOccur || options[HELP_QUESTION_MARK].doesOccur) {
275 fprintf(stderr, "Run '%s --help' for help.\n", progname);
284 fprintf(stderr, "Run '%s --help' for help.\n", progname);
297 fprintf(stderr, "Run '%s --help' for help.\n", progname);
304 "Run '%s --help' for help.\n", progname)
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 2931 milliseconds

1 2