Searched refs:terminate (Results 26 - 50 of 73) sorted by relevance

123

/openjdk7/jdk/test/sun/net/ftp/
H A DB6427768.java118 // Give some time to the client thread to properly terminate.
131 server.terminate();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java74 server.terminate();
H A DRelativeRedirect.java103 server.terminate();
H A DB6299712.java80 server.terminate();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java106 public void terminate () { method in class:TunnelProxy
108 servers[i].terminate ();
151 public synchronized void terminate () { method in class:TunnelProxy.Server
153 if (pipe1 != null) pipe1.terminate();
154 if (pipe2 != null) pipe2.terminate();
203 clist.terminate ();
534 public void terminate() { method in class:TunnelProxy.Pipeline
H A DB6216082.java155 proxy.terminate();
156 server.terminate();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp170 terminate();
223 terminate();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DEnvironment.java97 public void terminate() { method in class:Environment
/openjdk7/jdk/test/java/net/ProxySelector/
H A DLoopbackAddresses.java85 server.terminate();
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4933582.java142 server.terminate();
153 server.terminate();
157 server.terminate();
H A DB4769350.java345 server.terminate();
349 server.terminate();
362 server.terminate();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/http/ChunkedOutputStream/
H A DTest.java314 server.terminate();
318 server.terminate();
331 server.terminate();
/openjdk7/jdk/test/sun/net/www/
H A DMarkResetTest.java368 synchronized public void terminate() { method in class:MarkResetTest.FtpServer
437 server.terminate();
448 server.terminate();
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java94 * terminate(). As of now, terminate() is only called by unit tests
317 new AdaptorBootstrap(adaptor,mib).terminate();
369 public synchronized void terminate() { method in class:AdaptorBootstrap
376 jvmmib.terminate();
380 log.debug("jmxremote.AdaptorBootstrap.getTargetList.terminate",
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerCommunicatorAdmin.java111 public void terminate() { method in class:ServerCommunicatorAdmin
113 logger.trace("terminate",
114 "terminate the ServerCommunicatorAdmin object.");
124 // tell Timeout to terminate
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/tasks/
H A DThreadService.java123 // to terminate
124 public void terminate() { method in class:ThreadService
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp135 // Stop and terminate all workers.
153 // Whether the workers should terminate.
177 bool terminate() const { function in class:AbstractWorkGang
242 bool terminate() const { return _terminate; } function in class:WorkData
H A Dworkgroup.cpp178 // Tell all workers to terminate, then wait for them to become inactive.
198 data->set_terminate(terminate());
260 for ( ; /* !terminate() */; ) {
273 tty->print(" terminate: %s",
274 data.terminate() ? "true" : "false");
286 if (data.terminate()) {
307 tty->print(" terminate: %s",
308 data.terminate() ? "true" : "false");
/openjdk7/jdk/test/java/lang/Thread/
H A DThreadStateTest.java90 myThread.terminate();
305 public void terminate() { method in class:ThreadStateTest.MyThread
306 System.out.println("Waiting myThread to terminate.");
308 // wait for MyThread to get to just before terminate
/openjdk7/jdk/test/java/net/CookieHandler/
H A DCookieManagerTest.java81 server.terminate();
/openjdk7/jdk/test/java/net/URL/
H A DPerConnectionProxy.java95 server.terminate();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java153 public void terminate () { method in class:HttpServer
155 servers[i].terminate ();
198 public synchronized void terminate () { method in class:HttpServer.Server
251 clist.terminate ();
/openjdk7/jdk/test/sun/net/www/http/KeepAliveCache/
H A DB5045306.java131 server.terminate();
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java124 public void terminate () { method in class:HttpServer
126 servers[i].terminate ();
169 public synchronized void terminate () { method in class:HttpServer.Server
222 clist.terminate ();
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DBadKdc.java119 k3.terminate(); // shutdown k3

Completed in 702 milliseconds

123