Searched refs:delegateBytes (Results 1 - 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DOutputStreamTesterTest.java152 public byte[] decode(byte[] delegateBytes) throws Exception { argument
153 return delegateBytes;
168 public byte[] decode(byte[] delegateBytes) throws Exception { argument
169 return delegateBytes;
179 public byte[] decode(byte[] delegateBytes) throws Exception { argument
180 return delegateBytes;
190 public byte[] decode(byte[] delegateBytes) throws Exception { argument
192 new ByteArrayInputStream(delegateBytes)));
202 public byte[] decode(byte[] delegateBytes) throws Exception { argument
203 return delegateBytes;
[all...]
/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DWrapperTester.java45 public abstract byte[] decode(byte[] delegateBytes) throws Exception; argument

Completed in 55 milliseconds