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

1234

/external/bison/build-aux/
H A Ddo-release-commit-and-tag31 help() function
51 --help print this help, then exit
102 --help|--version) ${1#--};;
H A Dgnu-web-doc-update31 help() function
42 --help print this help, then exit
122 --help|--version) ${1#--};;
/external/linux-tools-perf/
H A Dcommon-cmds.h5 char help[80]; member in struct:cmdname_help
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl28 B<licensecheck> B<--help>|B<--version>
227 GetOptions("help|h" => \$opt_help,
239 or die "Usage: $progname [options] filelist\nRun $progname --help for more details\n";
246 if ($opt_help) { help(); exit 0; }
249 die "Usage: $progname [options] filelist\nRun $progname --help for more details\n" unless @ARGV;
388 sub help { subroutine
392 --help, -h Display this message
/external/chromium_org/tools/gn/
H A Dvariables.h107 const char* help; member in struct:variables::VariableInfo
113 // Note: this is used only for help so this getter is not threadsafe.
117 // Note: this is used only for help so this getter is not threadsafe.
H A Dcommands.h46 const char* help; member in struct:commands::CommandInfo
H A Dfunctions.h236 const char* help; member in struct:functions::FunctionInfo
/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/chromium-trace/trace-viewer/build/
H A Dgenerate_standalone_timeline_view.py129 help="Where to place generated javascript file") variable
131 help="Where to place generated css file") variable
/external/chromium_org/build/
H A Dinstall-chroot.sh23 echo " Default: if local filesystems present, ask user for help"
30 echo "-h this help message"
139 echo "This script will help you through the process of installing a"
446 help() { function
447 echo "Usage ${0##*/} [-h|--help] [-c|--clean] [-C|--clean-all] [-l|--list] [--] args" | wrap "Usage ${0##*/} "
448 echo " help: print this message" | wrap " "
492 -h|--help) shift; help;;
741 # but try to help with the common cases. For more advanced configuration
/external/eigen/bench/spbench/
H A Dspbenchsolver.cpp16 cout<< " -h or --help \n print this help and return\n\n";
26 bool help = ( get_options(argc, args, "-h") || get_options(argc, args, "--help") ); local
27 if(help) {
38 std::cerr << " Run with --help to see the list of all the available options \n";
/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/chromium_org/chrome/common/extensions/docs/server2/
H A Dlink_converter.py75 help='Convert links in single file.') variable
77 help='Write to stdout.') variable
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
H A Dinstall-debian.wheezy.sysroot.py114 default=False, help='Only install sysroot for official '
117 help='Sysroot architecture, i386 or amd64') variable
/external/chromium_org/tools/json_schema_compiler/
H A Dcompiler.py132 help='logical include root directory. Path to schema files from specified' variable
135 help='root directory to output generated files.') variable
137 help='C++ namespace for generated files. e.g extensions::api.') variable
140 help='The generator to use to build the output code. Supported values are' variable
143 help='Adds custom dart from files in the given directory (Dart only).') variable
/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/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsampstat35 help="assume values are in units of UNIT", metavar="UNIT")
38 help="print all values (with units)") variable
/external/chromium_org/tools/json_to_struct/
H A Djson_to_struct.py181 help='base directory of generated files.') variable
183 help='directory to output generated files, relative to destbase.') variable
185 help='C++ namespace for generated files. e.g search_providers.') variable
186 parser.add_option('-s', '--schema', help='path to the schema file, '
/external/iproute2/include/
H A Dip6tables.h30 void (*help)(void); member in struct:ip6tables_match
80 void (*help)(void); member in struct:ip6tables_target

Completed in 707 milliseconds

1234