Searched defs:hello (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/net/URLClassLoader/sealing/a/p/
H A DA.java29 public static void hello() { method in class:A
/openjdk7/jdk/test/java/net/URLClassLoader/sealing/b/p/
H A DB.java29 public static void hello() { method in class:B
/openjdk7/langtools/test/com/sun/javadoc/testPrivateClasses/pkg2/
H A DC.java27 public void hello(String param) { } method in class:C
H A DI.java30 void hello(T param); method in interface:I
/openjdk7/jdk/test/java/rmi/registry/readTest/testPkg/
H A DServer.java28 public String hello = "Hello, world!"; field in class:Server
33 return hello;
/openjdk7/jdk/test/sun/misc/JarIndex/metaInfFilenames/jarA/a/
H A DA.java27 public static void hello() throws Exception { method in class:A
/openjdk7/jdk/test/sun/misc/JarIndex/metaInfFilenames/jarB/b/
H A DB.java27 public static void hello() { method in class:B
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A DUseCustomSocketFactory.java47 Hello hello = null; field in class:UseCustomSocketFactory
/openjdk7/jdk/test/java/net/URLClassLoader/sealing/
H A Db.jar ... %3Cinit%3E" <init> () public static void hello
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBack.c121 char *hello = "JDWP-Handshake"; local
124 for (i=0; i<strlen(hello); i++) {
130 if ((char)b != hello[i]) {
135 for (i=0; i<strlen(hello); i++) {
136 int rv = shmemBase_sendByte(connection, (jbyte)hello[i]);
/openjdk7/jdk/test/java/lang/invoke/
H A DPrivateInvokeTest.java291 public final String hello() { return "hello from "+this; } method in class:PrivateInvokeTest
318 testInvokeDirect(getMethod(THIS_CLASS, "hello"));
/openjdk7/jdk/src/share/transport/socket/
H A DsocketTransport.c140 const char *hello = "JDWP-Handshake"; local
147 helloLen = (int)strlen(hello);
174 if (strncmp(b, hello, received) != 0) {
181 sprintf(msg, "handshake failed - received >%s< - expected >%s<", b, hello);
186 if (send_fully(fd, (char*)hello, helloLen) != helloLen) {
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...

Completed in 102 milliseconds