| /libcore/luni/src/main/java/java/net/ |
| D | URLDecoder.java | 44 public static String decode(String s) { in decode() method in URLDecoder 59 public static String decode(String s, String charsetName) throws UnsupportedEncodingException { in decode() method in URLDecoder
|
| /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/org/apache/harmony/security/asn1/ |
| D | ASN1Type.java | 81 public final Object decode(byte[] encoded) throws IOException { in decode() method in ASN1Type 85 public final Object decode(byte[] encoded, int offset, int encodingLen) in decode() method in ASN1Type 90 public final Object decode(InputStream in) throws IOException { in decode() method in ASN1Type 116 public abstract Object decode(BerInputStream in) throws IOException; in decode() method in ASN1Type
|
| D | ASN1SetOf.java | 39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1SetOf
|
| D | ASN1Set.java | 39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Set
|
| D | ASN1SequenceOf.java | 39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1SequenceOf
|
| D | ASN1Sequence.java | 39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Sequence
|
| D | ASN1OctetString.java | 61 @Override public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1OctetString
|
| D | ASN1Boolean.java | 62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Boolean
|
| D | ASN1Enumerated.java | 63 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Enumerated
|
| D | ASN1GeneralizedTime.java | 65 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1GeneralizedTime
|
| D | ASN1Explicit.java | 62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Explicit
|
| D | ASN1UTCTime.java | 77 @Override public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1UTCTime
|
| D | ASN1Any.java | 72 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Any
|
| D | ASN1Integer.java | 62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Integer
|
| D | ASN1Implicit.java | 102 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Implicit
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | Base64.java | 35 public static byte[] decode(byte[] in) { in decode() method in Base64 39 public static byte[] decode(byte[] in, int len) { in decode() method in Base64
|
| /libcore/luni/src/main/java/java/security/ |
| D | Certificate.java | 50 public void decode(InputStream stream) throws KeyException, IOException; in decode() method
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
| D | SubjectKeyIdentifier.java | 53 public static SubjectKeyIdentifier decode(byte[] encoding) in decode() method in SubjectKeyIdentifier
|
| D | InfoAccessSyntax.java | 68 public static InfoAccessSyntax decode(byte[] encoding) throws IOException { in decode() method in InfoAccessSyntax
|
| D | CRLDistributionPoints.java | 86 public static CRLDistributionPoints decode(byte[] encoding) throws IOException { in decode() method in CRLDistributionPoints
|
| D | CertificatePolicies.java | 56 public static CertificatePolicies decode(byte[] encoding) throws IOException { in decode() method in CertificatePolicies
|
| D | AuthorityKeyIdentifier.java | 67 public static AuthorityKeyIdentifier decode(byte[] encoding) throws IOException { in decode() method in AuthorityKeyIdentifier
|
| /libcore/luni/src/main/java/libcore/net/ |
| D | UriCodec.java | 151 public static String decode(String s, boolean convertPlus, Charset charset, in decode() method in UriCodec 205 public static String decode(String s) { in decode() method in UriCodec
|