Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 25 of 36) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOutputStreamTesterTest.java152 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.FilterOutputStreamTester
168 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.BufferedOutputStreamTester
179 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.DataOutputStreamTester
190 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.ObjectOutputStreamTester
202 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.PrintStreamTester
DWriterTesterTest.java168 public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.BufferedWriterCharSinkTester
181 public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.FilterWriterCharSinkTester
194 public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.PrintWriterCharSinkTester
/libcore/luni/src/main/java/libcore/util/
DHexEncoding.java167 public static byte[] decode(String encoded) throws IllegalArgumentException { in decode() method in HexEncoding
186 public static byte[] decode(String encoded, boolean allowSingleChar) in decode() method in HexEncoding
204 public static byte[] decode(char[] encoded) throws IllegalArgumentException { in decode() method in HexEncoding
223 public static byte[] decode(char[] encoded, boolean allowSingleChar) in decode() method in HexEncoding
/libcore/ojluni/src/main/java/java/net/
DURLDecoder.java96 public static String decode(String s) { in decode() method in URLDecoder
133 public static String decode(String s, String enc) in decode() method in URLDecoder
/libcore/ojluni/src/main/java/sun/nio/cs/
DArrayDecoder.java34 int decode(byte[] src, int off, int len, char[] dst); in decode() method
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS8Key.java88 public void decode(java.io.InputStream in) throws java.security.InvalidKeyException { in decode() method in PKCS8Key
92 public void decode(byte[] encodedKey) throws java.security.InvalidKeyException { in decode() method in PKCS8Key
DPKCS9Attributes.java56 private byte[] decode(sun.security.util.DerInputStream in) throws java.io.IOException { in decode() method in PKCS9Attributes
/libcore/ojluni/src/main/java/java/security/
DCertificate.java133 public abstract void decode(InputStream stream) in decode() method
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509Key.java97 public void decode(java.io.InputStream in) throws java.security.InvalidKeyException { in decode() method in X509Key
101 public void decode(byte[] encodedKey) throws java.security.InvalidKeyException { in decode() method in X509Key
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DCertificateStub.java55 public void decode(InputStream stream) throws KeyException, in decode() method in CertificateStub
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS8Key.java323 public void decode(InputStream in) throws InvalidKeyException in decode() method in PKCS8Key
355 public void decode(byte[] encodedKey) throws InvalidKeyException { in decode() method in PKCS8Key
DPKCS9Attributes.java186 private byte[] decode(DerInputStream in) throws IOException { in decode() method in PKCS9Attributes
/libcore/ojluni/src/main/java/sun/security/x509/
DX509Key.java379 public void decode(InputStream in) in decode() method in X509Key
402 public void decode(byte[] encodedKey) throws InvalidKeyException { in decode() method in X509Key
/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java568 public final CoderResult decode(ByteBuffer in, CharBuffer out, in decode() method in CharsetDecoder
793 public final CharBuffer decode(ByteBuffer in) in decode() method in CharsetDecoder
/libcore/ojluni/src/main/java/java/util/
DBase64.java524 public byte[] decode(byte[] src) { in decode() method in Base64.Decoder
548 public byte[] decode(String src) { in decode() method in Base64.Decoder
577 public int decode(byte[] src, byte[] dst) { in decode() method in Base64.Decoder
606 public ByteBuffer decode(ByteBuffer buffer) { in decode() method in Base64.Decoder
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DByte.annotated.java49 @libcore.util.NonNull public static java.lang.Byte decode(@libcore.util.NonNull java.lang.String nm… in decode() method in Byte
/libcore/ojluni/annotations/hiddenapi/java/lang/
DShort.java69 public static java.lang.Short decode(java.lang.String nm) in decode() method in Short
DByte.java69 public static java.lang.Byte decode(java.lang.String nm) in decode() method in Byte
/libcore/support/src/test/java/org/apache/harmony/testframework/
DWrapperTester.java45 public abstract byte[] decode(byte[] delegateBytes) throws Exception; in decode() method in WrapperTester
DCharWrapperTester.java44 public abstract char[] decode(char[] delegateChars) throws Exception; in decode() method in CharWrapperTester
/libcore/luni/src/test/java/libcore/java/util/
DLibcoreIoDerivedBase64Test.java264 private static byte[] decode(byte[] encoded) { in decode() method in LibcoreIoDerivedBase64Test
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharset.java124 public final java.nio.CharBuffer decode(java.nio.ByteBuffer bb) { in decode() method in Charset
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixUriUtils.java190 private static int decode(char c) { in decode() method in UnixUriUtils
/libcore/ojluni/src/main/java/java/lang/
DShort.java286 public static Short decode(String nm) throws NumberFormatException { in decode() method in Short
DByte.java282 public static Byte decode(String nm) throws NumberFormatException { in decode() method in Byte

12