Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 25 of 27) 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/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
DURI.java2770 private static int decode(char c) { in decode() method
2781 private static byte decode(char c1, char c2) { in decode() method
2793 private static String decode(String s) { in decode() method
/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/src/main/java/java/security/
DCertificate.java133 public abstract void decode(InputStream stream) in decode() method
/libcore/ojluni/src/main/java/java/lang/
DStringCoding.java155 char[] decode(byte[] ba, int off, int len) { in decode() method in StringCoding.StringDecoder
184 static char[] decode(String charsetName, byte[] ba, int off, int len) in decode() method in StringCoding
204 static char[] decode(Charset cs, byte[] ba, int off, int len) { in decode() method in StringCoding
258 static char[] decode(byte[] ba, int off, int len) { in decode() method in StringCoding
DShort.java282 public static Short decode(String nm) throws NumberFormatException { in decode() method in Short
DByte.java276 public static Byte decode(String nm) throws NumberFormatException { in decode() method in Byte
/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/luni/src/main/java/libcore/util/
DHexEncoding.java58 …public static byte[] decode(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode() method in HexEncoding
/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/luni/src/main/java/java/nio/charset/
DModifiedUtf8.java118 public static String decode(byte[] in, char[] out, int offset, int length) in decode() method in ModifiedUtf8
/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java562 public final CoderResult decode(ByteBuffer in, CharBuffer out, in decode() method in CharsetDecoder
787 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/luni/src/main/java/libcore/net/
DUriCodec.java271 public static String decode( in decode() method in UriCodec
375 public static String decode(String s) { in decode() method in UriCodec
/libcore/luni/src/test/java/libcore/java/util/
DLibcoreIoDerivedBase64Test.java264 private static byte[] decode(byte[] encoded) { in decode() method in LibcoreIoDerivedBase64Test
/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/ojluni/src/main/java/sun/nio/fs/
DUnixUriUtils.java190 private static int decode(char c) { in decode() method in UnixUriUtils
/libcore/luni/src/main/java/libcore/icu/
DNativeConverter.java23 public static native int decode(long converterHandle, byte[] input, int inEnd, in decode() method in NativeConverter
/libcore/luni/src/test/java/libcore/java/nio/charset/
DOldCharset_AbstractTest.java123 static void decode (byte[] input, char[] expectedOutput) throws CharacterCodingException { in decode() method in OldCharset_AbstractTest
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DIdentity2Test.java60 public void decode(InputStream in) { in decode() method in Identity2Test.CertificateImpl

12