Searched defs:pis (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/io/InputStream/
H A DOpsAfterClose.java169 PipedInputStream pis = new PipedInputStream(new PipedOutputStream());
170 if (testInputStream(pis)) {
231 private static boolean testPushbackInputStream(PushbackInputStream pis) argument
235 pis.unread(1);
236 System.out.println("Test failed for unread(int):" + pis);
244 pis.unread(buf, 0, 2);
246 pis);
252 pis.unread(buf);
253 System.out.println("Test failed for unread(char[] buf):" + pis);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java590 SEIStub pis = new SEIStub(eif, binding, eif.model, epr);
592 T proxy = createProxy(portInterface, pis);
600 private <T> T createProxy(final Class<T> portInterface, final SEIStub pis) { argument
612 new Class[]{portInterface, WSBindingProvider.class, Closeable.class}, pis);

Completed in 46 milliseconds