/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | OutputStreamTesterTest.java | 152 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
|
D | WriterTesterTest.java | 168 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/ |
D | HexEncoding.java | 167 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/ |
D | URLDecoder.java | 96 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/ |
D | ArrayDecoder.java | 34 int decode(byte[] src, int off, int len, char[] dst); in decode() method
|
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/ |
D | PKCS8Key.java | 88 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
|
D | PKCS9Attributes.java | 56 private byte[] decode(sun.security.util.DerInputStream in) throws java.io.IOException { in decode() method in PKCS9Attributes
|
/libcore/ojluni/src/main/java/java/security/ |
D | Certificate.java | 133 public abstract void decode(InputStream stream) in decode() method
|
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
D | X509Key.java | 97 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/ |
D | CertificateStub.java | 55 public void decode(InputStream stream) throws KeyException, in decode() method in CertificateStub
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
D | PKCS8Key.java | 323 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
|
D | PKCS9Attributes.java | 186 private byte[] decode(DerInputStream in) throws IOException { in decode() method in PKCS9Attributes
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | X509Key.java | 379 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/ |
D | CharsetDecoder.java | 568 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/ |
D | Base64.java | 524 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/ |
D | Byte.annotated.java | 49 @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/ |
D | Short.java | 69 public static java.lang.Short decode(java.lang.String nm) in decode() method in Short
|
D | Byte.java | 69 public static java.lang.Byte decode(java.lang.String nm) in decode() method in Byte
|
/libcore/support/src/test/java/org/apache/harmony/testframework/ |
D | WrapperTester.java | 45 public abstract byte[] decode(byte[] delegateBytes) throws Exception; in decode() method in WrapperTester
|
D | CharWrapperTester.java | 44 public abstract char[] decode(char[] delegateChars) throws Exception; in decode() method in CharWrapperTester
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | LibcoreIoDerivedBase64Test.java | 264 private static byte[] decode(byte[] encoded) { in decode() method in LibcoreIoDerivedBase64Test
|
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/ |
D | Charset.java | 124 public final java.nio.CharBuffer decode(java.nio.ByteBuffer bb) { in decode() method in Charset
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixUriUtils.java | 190 private static int decode(char c) { in decode() method in UnixUriUtils
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Short.java | 286 public static Short decode(String nm) throws NumberFormatException { in decode() method in Short
|
D | Byte.java | 282 public static Byte decode(String nm) throws NumberFormatException { in decode() method in Byte
|