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

/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DOptions.java74 public boolean help; field in class:Options
/openjdk7/jdk/src/share/classes/sun/tools/jps/
H A DArguments.java45 private boolean help; field in class:Arguments
55 ps.println("usage: jps [-help]");
67 || (args[0].compareTo("-help")== 0)) {
68 help = true;
136 return help;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavacOption.java180 void help(PrintWriter out) { method in class:JavacOption.Option
274 void help(PrintWriter out) {} method in class:JavacOption.XOption
276 void xhelp(PrintWriter out) { super.help(out); }
291 void help(PrintWriter out) {} method in class:JavacOption.HiddenOption
H A DMain.java106 help();
150 void help() { method in class:Main
153 recognizedOptions[i].help(out);
377 help();
388 // it is allowed to compile nothing if just asking for help or version info
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java213 help function prints help message for global functions and variables.
215 public void help(Object[] args) { method in class:JSJavaScriptEngine
222 println("help() prints this help message");
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DArguments.java55 private boolean help; field in class:Arguments
76 ps.println("Usage: jstat -help|-options");
149 || (args[0].compareTo("-help") == 0)) {
150 help = true;
340 return help;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java256 void help() { method in class:TTY
257 MessageOutput.println("zz help text");
289 {"help", "y", "y"},
404 MessageOutput.println("Unrecognized command. Try help...", cmd);
412 MessageOutput.println("Unrecognized command. Try help...", cmd);
553 } else if (cmd.equals("help") || cmd.equals("?")) {
554 help();
564 MessageOutput.println("Unrecognized command. Try help...", cmd);
994 } else if (token.equals("-help")) {
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/main/
H A DMain.java164 void help() { method in class:Main.Option
204 void help() { method in class:Main.SharedOption
226 void help() { method in class:Main.AptOption
244 void help() {} method in class:Main.XOption
275 void help() {} method in class:Main.HiddenOption
429 new AptOption("-help", "opt.help") {
431 Main.this.help();
662 void help() { method in class:Main
665 recognizedOptions[i].help();
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java55 private String lastCommand = "help";
461 //### Issue: help message says default is all threads.
485 //### Issue: help message says default is all threads.
1270 * Display help message.
1273 private void help() { method in class:CommandInterpreter
1325 out.println("help (or ?) -- list commands");
1432 } else if (cmd.equals("help") || cmd.equals("?")) {
1433 help();
1454 out.println("huh? Try help...");
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTask.java181 new Option(false, "-h", "-help", "--help", "-?") {
183 task.help = true;
385 !(noArgs || help || version || fullVersion)) {
441 if (noArgs || help) {
443 return help; // treat noArgs as an error for purposes of exit code
658 boolean help; field in class:JavahTask
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp760 void help() { function
761 Command c("help");
809 (char *)"help", CMDID_HELP, " Dump this list",

Completed in 102 milliseconds