HomeSort by relevance Sort by last modified time
    Searched defs:help (Results 51 - 75 of 141) sorted by null

1 23 4 5 6

  /external/llvm/utils/llvm-build/llvmbuild/
main.py 616 # these dependencies. This is a compromise to help improve the
748 help="Path to the LLVM source (inferred if not given)",
752 help=(
756 help="Path to the build directory (if needed) [%default]",
762 help="Print out the project component tree [%default]",
765 help="Write out the LLVMBuild.txt files to PATH",
769 help="Write the C++ library dependency table to PATH",
773 help="Write the CMake project information to PATH",
777 help="Write the Makefile project information to PATH",
781 help="""Configure the given file at SUBPATH (relative t
792 help=("Treat the named target as the 'native' one, if " variable
797 help=("Enable the given space or semi-colon separated " variable
802 help=("Enable the given space or semi-colon separated " variable
    [all...]
  /external/oprofile/libpopt/
popthelp.c 58 * Auto help table options.
64 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
75 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
212 * Display help text for an option.
226 const char * help = D_(translation_domain, opt->descrip); local
267 char * t = malloc((help ? strlen(help) : 0) +
272 if (help) {
    [all...]
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 139 // Maximum line length for the help message.
153 const SkString& help = flag->help(); local
154 size_t length = help.size();
155 const char* currLine = help.c_str();
205 if (0 == strcmp("-h", argv[i]) || 0 == strcmp("--help", argv[i])) {
206 // Print help message.
215 // Only print general help message if help for specific flags is not requested.
221 // If no flags followed --help, print them al
    [all...]
SkCommandLineFlags.h 45 * The helpString will be printed if the help flag (-h or -help) is used.
87 * a flag -h or -help which will never be used, since SkCommandLineFlags handles it.
100 * Call to set the help message to be displayed. Should be called before
256 * be set to this value initially. This is also displayed as part of the help output.
362 const SkString& help() const { return fHelpString; } function in class:SkFlagInfo
440 // Both for the help string and in case fStrings is empty.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 446 int help = 0; local
458 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
562 int help = 0; local
582 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
583 if (help)
625 /* provide for help on a particular command */
626 if (help && *argv) {
631 DPRINT_ERR(ERR, "%s: Unrecognized command \"%s\", type -h for help\n",
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.h 40 const char *help; member in struct:cmd
70 .help = (_help), \
73 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \
74 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help)
88 .help = (_help), \
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.h 58 const char *const help; member in struct:param_info
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.h 58 const char *const help; member in struct:param_info
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.h 58 const char *const help; member in struct:param_info
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.h 58 const char *const help; member in struct:param_info
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 361 def help(self, file=None): member in class:NNTP
362 """Process a HELP command. Returns:
366 return self.longcmd('HELP',file)
profile.py 33 __all__ = ["run", "runctx", "help", "Profile"]
87 def help(): function
581 help="Save stats to <outfile>", default=None)
583 help="Sort order when printing to stdout, based on pstats.Stats class",
smtplib.py 18 >>> print s.help()
22 RSET NOOP QUIT HELP VRFY
24 For more info use "HELP <topic>".
28 End of HELP info
453 def help(self, args=''): member in class:SMTP
454 """SMTP 'help' command.
455 Returns help text from server."""
456 self.putcmd("help", args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 361 def help(self, file=None): member in class:NNTP
362 """Process a HELP command. Returns:
366 return self.longcmd('HELP',file)
profile.py 33 __all__ = ["run", "runctx", "help", "Profile"]
87 def help(): function
581 help="Save stats to <outfile>", default=None)
583 help="Sort order when printing to stdout, based on pstats.Stats class",
smtplib.py 18 >>> print s.help()
22 RSET NOOP QUIT HELP VRFY
24 For more info use "HELP <topic>".
28 End of HELP info
453 def help(self, args=''): member in class:SMTP
454 """SMTP 'help' command.
455 Returns help text from server."""
456 self.putcmd("help", args)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 184 /** Help for the parameter, if any */
186 public final String help; field in class:Parameter
232 help = parameter.getAttribute(ATTR_HELP);
270 help = null;
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 156 static void help(void) function
461 help();
517 help();
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 106 union ip_conntrack_help help; member in struct:ip_conntrack
111 union ip_conntrack_nat_help help; member in struct:ip_conntrack::__anon22787
  /external/linux-tools-perf/util/
parse-options.h 74 * `help`::
75 * the short help associated to what the option does.
102 const char *help; member in struct:option
112 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }
113 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }
114 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
115 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
116 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
117 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
118 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
SettingsActivity.java 120 MenuItem help = menu.findItem(R.id.menu_item_help); local
121 if (help != null) {
122 Utils.prepareHelpMenuItem(this, help);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 166 final MenuItem help = menu.add(0, MENU_HELP, 0, R.string.help_label); local
167 HelpUtils.prepareHelpMenuItem(getActivity(), help, helpUrl); local
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 358 const char *help; member in struct:__anon3994
624 bdt_log("%s %s\n", (char*)line, (char*)console_cmd_list[i].help);
683 { "help", do_help, "lists all available console commands", 0 },
  /external/chromium/net/tools/testserver/
testserver.py 1423 help='start up an FTP server.') variable
1427 help='start up a sync server.') variable
1431 help='Enables or disables sys.stdout logging to ' variable
1434 help='Port used by the server. If unspecified, the ' variable
1437 help='Directory from which to read the files.') variable
1439 help='Specify that https should be used, specify ' variable
1443 help='Require SSL client auth on every connection.') variable
1445 help='Specify that the client certificate request ' variable
1452 help='Specify the bulk encryption algorithm(s)' variable
1459 help='Specify a root URL for files served.') variable
1462 help='File handle of pipe to parent process') variable
1465 help='Specify a path to a PEM-encoded private key ' variable
1475 help='Specify the user name the server should ' variable
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 62 help=('Do not optimize/de-dup the expectations after rebaselining (default is to de-dup automatically). ' variable in class:AbstractRebaseliningCommand
67 results_directory_option = optparse.make_option("--results-directory", help="Local results directory to use")
70 help="Comma-separated-list of file types to rebaseline") variable in class:AbstractRebaseliningCommand
82 optparse.make_option("--builder", help="Builder to pull new baselines from"),
83 optparse.make_option("--test", help="Test to rebaseline"),
265 optparse.make_option('--missing', action='store_true', default=False, help='show missing baselines as well'),
554 optparse.make_option("--builders", default=None, action="append", help="Comma-separated-list of builders to pull new baselines from (can also be provided multiple times)"),
606 optparse.make_option("--log-server", help="Server to send logs to.")
    [all...]

Completed in 1931 milliseconds

1 23 4 5 6