Searched defs:help (Results 1 - 25 of 55) sorted by relevance

123

/external/linux-tools-perf/
H A Dcommon-cmds.h5 char help[80]; member in struct:cmdname_help
H A Dbuiltin-report.c226 const char *help)
244 fprintf(stdout, "#\n# (%s)\n#\n", help);
265 const char *help = "For a higher level overview, try: perf report --sort comm,dso"; local
328 perf_evlist__tui_browse_hists(session->evlist, help);
330 perf_evlist__tty_browse_hists(session->evlist, help);
225 perf_evlist__tty_browse_hists(struct perf_evlist *evlist, const char *help) argument
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl22 'help' => \&help,
27 my $help = {};
85 $help->{help} = << 'EOH';
86 help: Describe the usage of this program or its subcommands. label
87 Usage: help [SUBCOMMAND...]
90 sub help { subroutine
94 print $help->{$cmd};
101 foreach my $cmd (keys %$help) {
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dendtoend_with_external_server.py58 help='external test server port.') variable in class:EndToEndTestWithExternalServer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jar ... eclipse.help.ICriteria[] getCriteria (org.eclipse.help.IToc) } org/eclipse/help/AbstractIndexProvider.class AbstractIndexProvider. ...
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... .properties preferences.ini org/ org/eclipse/ org/eclipse/help/ org/eclipse/help/internal/ org/eclipse/help/internal/appserver/ org ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jar ... afterTag boolean afterSpace String eol private org.eclipse.help.internal.search.LimitedSizeCharArrayWriter writer private Exception exception ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
H A Dhelpbase-ant.jar ... -INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/help/ org/eclipse/help/internal/ org/eclipse/help/internal/base/ org ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DStrip.java248 help();
262 private static void help() { method in class:Strip
/external/javassist/src/main/javassist/tools/reflect/
H A DCompiler.java74 help(System.err);
158 private static void help(PrintStream out) { method in class:Compiler
/external/chromium/chrome/browser/chromeos/login/
H A Dmessage_bubble.cc27 const std::wstring& help,
49 if (!help.empty()) {
78 if (!help.empty()) {
80 help_link_ = new views::Link(help);
112 const std::wstring& help,
116 views::WidgetGtk::TYPE_WINDOW, parent, image, text, help, true, delegate);
129 const std::wstring& help,
133 views::WidgetGtk::TYPE_CHILD, parent, image, text, help, false, delegate);
23 MessageBubble(views::WidgetGtk::Type type, views::Widget* parent, SkBitmap* image, const std::wstring& text, const std::wstring& help, bool grab_enabled, MessageBubbleDelegate* delegate) argument
107 Show(views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, SkBitmap* image, const std::wstring& text, const std::wstring& help, MessageBubbleDelegate* delegate) argument
123 ShowNoGrab( views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, SkBitmap* image, const std::wstring& text, const std::wstring& help, MessageBubbleDelegate* delegate) argument
/external/iproute2/include/
H A Dip6tables.h30 void (*help)(void); member in struct:ip6tables_match
80 void (*help)(void); member in struct:ip6tables_target
H A Diptables.h53 void (*help)(void); member in struct:iptables_match
106 void (*help)(void); member in struct:iptables_target
/external/iptables/extensions/
H A Dlibxt_pkttype.c21 const char *help; member in struct:pkttypes
45 printf("\t%-14s\t\t%s\n", supported_types[i].name, supported_types[i].help);
124 .help = pkttype_help,
/external/llvm/test/Scripts/
H A Delf-dump235 help="Dump the contents of sections", variable
/external/qemu/
H A Dqemu-option.h47 const char *help; member in struct:QEMUOptionParameter
97 const char *help; member in struct:QemuOptDesc
/external/webp/examples/
H A Ddwebp.c28 static void help(const char *s) { function
47 help(argv[0]);
55 help(argv[0]);
64 help(argv[0]);
/external/chromium-trace/
H A Dupdate.py15 help='use a local trace-viewer') variable
17 help='skip minification') variable
/external/hyphenation/
H A Dexample.c10 void help() { function
95 help();
102 help();
/external/oprofile/libopt++/
H A Dpopt_options.cpp213 option::option(bool & value, char const * name, char short_name, char const * help) argument
214 : the_option(new option_imp<void>(value, name, short_name, help))
222 char const * help, char const * arg_help)
224 (value, name, short_name, help, arg_help))
232 char const * help, char const * arg_help)
234 (value, name, short_name, help, arg_help))
242 char const * help, char const * arg_help)
244 (value, name, short_name, help, arg_help))
250 char const * help, char const * arg_help,
255 data, 0, help, arg_hel
221 option(int & value, char const * name, char short_name, char const * help, char const * arg_help) argument
231 option(string & value, char const * name, char short_name, char const * help, char const * arg_help) argument
241 option(vector<string> & value, char const * name, char short_name, char const * help, char const * arg_help) argument
249 option_base(char const * name, char short_name, char const * help, char const * arg_help, void * data, int popt_flags) argument
263 option_imp(bool & val, char const * name, char short_name, char const * help) argument
282 option_imp(int & value, char const * name, char short_name, char const * help, char const * arg_help) argument
289 option_imp(string & val, char const * name, char short_name, char const * help, char const * arg_help) argument
307 option_imp(vector<string> & val, char const * name, char short_name, char const * help, char const * arg_help, char sepchar) argument
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_accessibility.cc234 BSTR* help) {
235 if (help)
236 *help = NULL;
233 get_accHelp(VARIANT var_id, BSTR* help) argument
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c24 void help (char *command_line) function
104 wprintw (show_win,"EXT2ED help");
196 dispatch ("help"); /* Show help screen */
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py614 # these dependencies. This is a compromise to help improve the
746 help="Path to the LLVM source (inferred if not given)",
750 help=(
754 help="Path to the build directory (if needed) [%default]",
760 help="Print out the project component tree [%default]",
763 help="Write out the LLVMBuild.txt files to PATH",
767 help="Write the C++ library dependency table to PATH",
771 help="Write the CMake project information to PATH",
775 help="Write the Makefile project information to PATH",
779 help
790 help=("Treat the named target as the 'native' one, if " variable
795 help=("Enable the given space or semi-colon separated " variable
800 help=("Enable the given space or semi-colon separated " variable
[all...]
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack.h106 union ip_conntrack_help help; member in struct:ip_conntrack
111 union ip_conntrack_nat_help help; member in struct:ip_conntrack::__anon7025
/external/linux-tools-perf/util/
H A Dparse-options.h74 * `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
[all...]

Completed in 1312 milliseconds

123