Searched refs:go (Results 51 - 75 of 100) sorted by relevance

1234

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DConnectState.java69 abstract String go(SocketChannel sc) throws Exception; method in class:ConnectState.Test
123 note = go(sc);
174 String go(SocketChannel sc) throws Exception {
183 String go(SocketChannel sc) throws Exception {
191 String go(SocketChannel sc) throws Exception {
198 String go(SocketChannel sc) throws Exception {
208 String go(SocketChannel sc) throws Exception {
217 String go(SocketChannel sc) throws Exception {
226 String go(SocketChannel sc) throws Exception {
247 String go(SocketChanne
[all...]
/openjdk7/jdk/test/java/lang/Thread/
H A DGenerifyStackTraces.java35 private static Object go = new Object(); field in class:GenerifyStackTraces
113 synchronized(go) {
115 go.wait();
123 synchronized(go) {
125 go.notifyAll();
H A DStackTraces.java35 private static Object go = new Object(); field in class:StackTraces
113 synchronized(go) {
115 go.wait();
123 synchronized(go) {
125 go.notifyAll();
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DMonitorDeadlock.java37 private Barrier go = new Barrier(1); field in class:MonitorDeadlock
64 while (go.getWaiterCount() != EXPECTED_THREADS) {
80 go.signal();
122 go.await();
H A DSynchronizerDeadlock.java42 private Barrier go = new Barrier(1); field in class:SynchronizerDeadlock
64 while (go.getWaiterCount() != EXPECTED_THREADS) {
80 go.signal();
123 go.await();
/openjdk7/jdk/test/java/net/Socket/asyncClose/
H A DAsyncClose.java56 if (tst.go()) {
H A DServerSocket_accept.java59 public boolean go() throws Exception { method in class:ServerSocket_accept
H A DDatagramSocket_receive.java73 public boolean go() throws Exception { method in class:DatagramSocket_receive
H A DSocket_getOutputStream_write.java52 public boolean go() throws Exception { method in class:Socket_getOutputStream_write
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DMoreKvno.java59 go(OneKDC.SERVER, "com.sun.security.jgss.krb5.accept", pass);
64 go(OneKDC.SERVER, "server", pass);
69 go(OneKDC.SERVER, "com.sun.security.jgss.krb5.accept", pass);
80 static void go(String server, String entry, char[] pass) throws Exception { method in class:MoreKvno
H A DCleanState.java43 x.go();
46 void go() throws Exception { method in class:CleanState
H A DSpnegoReqFlags.java43 new SpnegoReqFlags().go();
46 void go() throws Exception { method in class:SpnegoReqFlags
H A DOkAsDelegate.java36 ok.go(
46 void go( method in class:OkAsDelegate
H A DBasicKrb5Test.java95 new BasicKrb5Test().go(OneKDC.SERVER, OneKDC.BACKEND);
98 void go(final String server, final String backend) throws Exception { method in class:BasicKrb5Test
H A DDynamicKeytab.java45 new DynamicKeytab().go();
48 void go() throws Exception { method in class:DynamicKeytab
/openjdk7/jdk/test/com/sun/jdi/
H A DJdbMethodExitTest.sh169 // test trace go methods
206 cmd trace go methods
208 jdbFailIfNotPresent "trace go methods in effect"
214 cmd trace go method exits
216 jdbFailIfNotPresent "trace go method exits in effect"
222 cmd trace go method exit
224 jdbFailIfNotPresent "trace go method exit in effect for JdbMethodExitTest.bkpt"
229 cmd trace go exits
246 cmd trace go methods
261 cmd trace go metho
[all...]
H A DMethodCallsReflection.java35 (new MethodCallsReflection()).go();
87 void go() throws Exception { method in class:MethodCallsReflection
H A DExceptionEvents.java292 go(target, expectedEvent, exceptionName,
295 go(target, expectedEvent, exceptionName,
297 go(target, expectedEvent, exceptionName,
299 go(target, expectedEvent, exceptionName,
304 static void go(String target, method in class:ExceptionEvents
/openjdk7/jdk/test/java/io/BufferedInputStream/
H A DFill.java75 static void go(int shortFall) throws Exception { method in class:Fill
92 for (int i = 0; i < 8; i++) go(i);
/openjdk7/jdk/test/java/io/InputStreamReader/
H A DOne.java45 go();
48 void go() throws Exception { method in class:One.Test
/openjdk7/jdk/test/java/io/PipedInputStream/
H A DCloseAndAvailableRC.java39 rc.go();
48 private void go() throws Exception { method in class:CloseAndAvailableRC
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DExecWithInput.java45 static int go(int i) throws Exception { method in class:ExecWithInput
75 go(i);
/openjdk7/jdk/test/java/nio/channels/
H A DTestThread.java51 abstract void go() throws Exception; method in class:TestThread
55 go();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java157 go();
173 go();
192 go();
220 go();
249 go();
312 private void go() { method in class:HotSpotAgent
/openjdk7/jdk/test/java/nio/channels/ServerSocketChannel/
H A DBasic.java51 void go() throws Exception { method in class:Basic.Server
98 public void go() throws Exception { method in class:Basic.Client

Completed in 92 milliseconds

1234