Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 10 of 10) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/testframework/
DWrapperTester.java39 public abstract OutputStream create(OutputStream delegate) throws Exception; in create()
82 private ClosableByteArrayOutputStream delegate; field in WrapperTester.WrapperSinkTester
113 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaFlushSuppressed() local
122 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaCloseSuppressed() local
131 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaFlush() local
147 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaClose() local
169 FailOnCloseOutputStream delegate = new FailOnCloseOutputStream(); in wrapperTestCloseThrows() local
181 FailOnCloseOutputStream delegate = new FailOnCloseOutputStream(); in wrapperTestCloseThrowsSuppressed() local
DCharWrapperTester.java38 public abstract Writer create(Writer delegate) throws Exception; in create()
81 private ClosableStringWriter delegate; field in CharWrapperTester.WrapperSinkTester
112 FailOnFlushWriter delegate = new FailOnFlushWriter(); in wrapperTestFlushThrowsViaFlushSuppressed() local
121 FailOnFlushWriter delegate = new FailOnFlushWriter(); in wrapperTestFlushThrowsViaCloseSuppressed() local
130 FailOnFlushWriter delegate = new FailOnFlushWriter(); in wrapperTestFlushThrowsViaFlush() local
146 FailOnFlushWriter delegate = new FailOnFlushWriter(); in wrapperTestFlushThrowsViaClose() local
168 FailOnCloseWriter delegate = new FailOnCloseWriter(); in wrapperTestCloseThrows() local
180 FailOnCloseWriter delegate = new FailOnCloseWriter(); in wrapperTestCloseThrowsSuppressed() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOutputStreamTesterTest.java148 public OutputStream create(OutputStream delegate) throws Exception { in create()
164 public OutputStream create(OutputStream delegate) throws Exception { in create()
175 public OutputStream create(OutputStream delegate) throws Exception { in create()
186 public OutputStream create(OutputStream delegate) throws Exception { in create()
198 public OutputStream create(OutputStream delegate) throws Exception { in create()
DWriterTesterTest.java163 public Writer create(Writer delegate) throws Exception { in create()
175 public Writer create(Writer delegate) throws Exception { in create()
188 public Writer create(Writer delegate) throws Exception { in create()
/libcore/support/src/test/java/libcore/javax/net/ssl/
DForwardingX509ExtendedKeyManager.java31 private final X509ExtendedKeyManager delegate; field in ForwardingX509ExtendedKeyManager
33 public ForwardingX509ExtendedKeyManager(X509ExtendedKeyManager delegate) { in ForwardingX509ExtendedKeyManager()
DRandomPrivateKeyX509ExtendedKeyManager.java40 public RandomPrivateKeyX509ExtendedKeyManager(X509ExtendedKeyManager delegate) { in RandomPrivateKeyX509ExtendedKeyManager()
/libcore/support/src/test/java/tests/io/
DMockOs.java44 private Os delegate; field in MockOs
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DPSKKeyManagerProxy.java33 static KeyManager getConscryptPSKKeyManager(PSKKeyManagerProxy delegate) { in getConscryptPSKKeyManager()
/libcore/luni/src/main/java/java/io/
DPrintStream.java213 OutputStream delegate = out; in checkError() local
DPrintWriter.java206 Writer delegate = out; in checkError() local