Searched refs:argv (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/os/bsd/
H A Dtest.c29 int main(int argc, char** argv) { argument
36 ph = Pgrab(atoi(argv[1]));
42 ph = Pgrab_core(argv[1], argv[2]);
47 fprintf(stderr, "usage %s <pid> or %s <exec file> <core file>\n", argv[0], argv[0]);
/openjdk7/hotspot/test/runtime/6878713/
H A Dtestcase.jar ... public static void main0 (java.lang.String[]) String[] argv public static void main1 (java.lang.String[]) String ...
/openjdk7/hotspot/agent/src/os/linux/
H A Dtest.c29 int main(int argc, char** argv) { argument
36 ph = Pgrab(atoi(argv[1]));
42 ph = Pgrab_core(argv[1], argv[2]);
/openjdk7/hotspot/src/os/bsd/dtrace/
H A DgenerateJvmOffsetsMain.c31 int main(int argc, const char *argv[]) { argument
39 if (0 == strcmp(argv[1], "-header")) {
42 else if (0 == strcmp(argv[1], "-index")) {
45 else if (0 == strcmp(argv[1], "-table")) {
/openjdk7/hotspot/src/os/solaris/dtrace/
H A DgenerateJvmOffsetsMain.c31 int main(int argc, const char *argv[]) { argument
39 if (0 == strcmp(argv[1], "-header")) {
42 else if (0 == strcmp(argv[1], "-index")) {
45 else if (0 == strcmp(argv[1], "-table")) {
/openjdk7/jdk/test/java/lang/Class/forName/
H A DZ.java29 public static void main(String argv[]) { argument
/openjdk7/jdk/test/java/lang/System/
H A DIgnoreNullSecurityManager.java34 public static void main(String argv[]) throws Exception { argument
H A DIHashCode.java31 public static void main (String argv[]) throws Exception { argument
/openjdk7/jdk/test/tools/launcher/
H A DUnresolvedExceptions.java31 public static void main(String[] argv) throws SomeException { argument
H A DPrintVersion.java34 public static void main(String argv[]) { argument
H A DUglyPrintVersion.java37 public static void main(String argv[]) { argument
/openjdk7/langtools/test/tools/apt/Compile/
H A DHelloWorld.java3 public static void main(String argv[]) { argument
/openjdk7/langtools/test/tools/javac/processing/environment/
H A DHelloWorld.java28 public static void main(String argv[]) { argument
/openjdk7/langtools/test/tools/javac/processing/warnings/
H A DHelloWorld.java29 public static void main(String[] argv) { argument
/openjdk7/jdk/make/tools/src/build/tools/compilefontconfig/
H A DCompileFontConfig.java35 public static void main(String[] argv) { argument
37 if (argv.length != 0 && "-verbose".equals(argv[0])) {
41 if (argv.length != 3)
44 new CompileFontConfig(argv[1], argv[2], true);
46 if (argv.length != 2)
49 new CompileFontConfig(argv[0], argv[1], false);
/openjdk7/hotspot/test/runtime/7020373/
H A Dtestcase.jar ... public static void main0 (java.lang.String[]) String[] argv public void " href="/source/s?defs=% ...
/openjdk7/hotspot/test/compiler/6865265/
H A DStackOverflowBug.java62 public static void main(String argv[]) { argument
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DInsert.java31 public static void main (String argv[]) throws Exception { argument
/openjdk7/jdk/test/com/sun/management/HotSpotDiagnosticMXBean/
H A DDumpHeap.java37 public static void main(String[] argv) throws Exception { argument
39 System.out.println("Dumping to file: " + argv[0] + " ....");
40 list.get(0).dumpHeap(argv[0], true);
/openjdk7/jdk/test/java/net/URLClassLoader/sealing/
H A DCheckSealed.java33 public static void main(String[] argv) throws Exception { argument
36 if ("1".equals(argv[0])) {
39 } else if ("2".equals(argv[0])) {
/openjdk7/jdk/test/sun/jvmstat/testlibrary/
H A DSleeper.java31 public static void main(String argv[]) { argument
35 // if argv[0] is present, use it to set the sleep time. ignore
38 if (argv.length >= 1) {
40 sleep = Long.parseLong(argv[0]);
/openjdk7/langtools/test/tools/javac/4980495/static/
H A DTest.java14 public static void main(String argv[]) { argument
/openjdk7/langtools/test/tools/javac/4980495/std/
H A DTest.java15 public static void main(String argv[]) { argument
/openjdk7/langtools/test/tools/javac/
H A DIllegallyOptimizedException.java37 public static void main (String argv[]) { argument
/openjdk7/jdk/test/java/util/StringTokenizer/
H A DFormFeed.java38 public static void main(String[] argv) { argument

Completed in 138 milliseconds

1234567891011>>