Searched defs:Attach (Results 1 - 3 of 3) sorted by relevance
/openjdk7/langtools/test/tools/javac/assert/ |
H A D | Attach.java | 31 public class Attach { class 33 Attach.class.getClassLoader(). 34 setClassAssertionStatus("Attach", false);
|
/openjdk7/jdk/src/share/javavm/export/ |
H A D | jdwpTransport.h | 152 /* 3 : Attach */ 153 jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv* env, member in struct:jdwpTransportNativeInterface_ 194 * env->Attach("mymachine:5000", 10*1000, 0); 198 * (*env)->Attach(env, "mymachine:5000", 10*1000, 0); 208 jdwpTransportError Attach(const char* address, jlong attach_timeout, function in struct:_jdwpTransportEnv 210 return functions->Attach(this, address, attach_timeout, handshake_timeout);
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt.h | 287 void Attach(T newValue) { function in class:JLocalRef
|
Completed in 51 milliseconds