Searched refs:clist (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java130 ClosedChannelList clist; field in class:TunnelProxy.Server
140 clist = new ClosedChannelList ();
201 clist.check();
203 clist.terminate ();
321 clist.add (key);
/openjdk7/jdk/test/tools/launcher/
H A DExecutionEnvironment.java111 String[] clist = new String[codeList.size()];
112 TestHelper.createJar(testJarFile, codeList.toArray(clist));
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java149 ClosedChannelList clist; field in class:HttpServer.Server
158 clist = new ClosedChannelList ();
220 clist.check();
222 clist.terminate ();
384 clist.add (key);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java178 ClosedChannelList clist; field in class:HttpServer.Server
187 clist = new ClosedChannelList ();
247 clist.check();
251 clist.terminate ();
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp3787 ComponentList clist = inst->_components; local
3788 int index = clist.operand_position(comp->_name, comp->_usedef, inst);

Completed in 72 milliseconds