Searched defs:usage (Results 1 - 25 of 162) sorted by relevance

1234567

/openjdk7/hotspot/agent/make/
H A Djdbcore.sh26 usage() function
28 echo "usage: $0 <java executable> <core file>"
33 usage
H A Djdbcore64.sh26 usage() function
28 echo "usage: $0 <java executable> <core file>"
33 usage
H A Djdbproc.sh26 usage() function
28 echo "usage: $0 <java process ID>"
33 usage
H A Djdbproc64.sh26 usage() function
28 echo "usage: $0 <java process ID>"
33 usage
/openjdk7/hotspot/agent/test/jdi/
H A Dsasanity.sh31 usage() { function
32 echo "usage: ./sasanity.sh <jdk>"
38 usage
42 usage
H A Dmultivm.java48 private static void usage() { method in class:multivm
85 usage();
89 usage();
H A Dserialvm.java50 private static void usage() { method in class:serialvm
85 usage();
89 usage();
/openjdk7/hotspot/agent/test/libproc/
H A Dlibproctest.sh31 usage() { function
32 echo "usage: $0"
40 usage
H A Dlibproctest64.sh31 usage() { function
32 echo "usage: $0"
38 usage
/openjdk7/hotspot/make/solaris/
H A Dbuild.sh31 usage() { function
68 usage
75 usage
/openjdk7/jdk/test/
H A Dstart-Xvfb.sh30 usage() { function
32 echo " usage:"
/openjdk7/make/scripts/
H A Dnormalizer.pl34 &usage;
57 &usage;
198 sub usage { subroutine
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat27 if "%1" == "-help" goto usage
39 :usage label
H A Dstart-rmiregistry.bat29 if "%1" == "-help" goto usage
41 :usage label
42 @echo usage: start-rmiregistry
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DProjectCreator.java27 public static void usage() { method in class:ProjectCreator
80 usage();
/openjdk7/jdk/src/share/sample/nio/file/
H A DXdd.java33 * This source code is provided to illustrate the usage of a given feature
53 static void usage() { method in class:Xdd
64 usage();
94 usage();
119 usage();
/openjdk7/jdk/src/share/sample/nio/multicast/
H A DSender.java33 * This source code is provided to illustrate the usage of a given feature
54 private static void usage() { method in class:Sender
55 System.err.println("usage: java Sender group:port[@interface] message");
61 usage();
H A DReader.java33 * This source code is provided to illustrate the usage of a given feature
50 static void usage() { method in class:Reader
51 System.err.println("usage: java Reader group:port@interf [-only source...] [-block source...]");
72 usage();
77 usage();
86 usage();
96 usage();
99 usage();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DTestDebugger.java35 private static void usage() { method in class:TestDebugger
36 System.out.println("usage: java TestDebugger [pid]");
44 usage();
52 usage();
H A DDebugServer.java32 private void usage() { method in class:DebugServer
33 System.out.println("usage: java " + getClass().getName() + " <pid> [server id]");
50 usage();
55 usage();
73 usage();
/openjdk7/jdk/make/tools/reorder/tools/
H A DMaxTime.java51 private static void usage() { method in class:MaxTime
67 usage();
73 usage();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDumpExports.java28 private static void usage() { method in class:DumpExports
29 System.err.println("usage: java DumpExports [.dll name]");
35 usage();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DSADebugServer.java31 private static void usage() { method in class:SADebugServer
46 usage();
51 usage();
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DMain.java35 static void usage() { method in class:Main
65 usage();
75 usage();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DPackageScanner.java78 usage();
84 private static void usage() { method in class:PackageScanner

Completed in 78 milliseconds

1234567