Searched refs:decode (Results 76 - 86 of 86) sorted by relevance

1234

/libcore/ojluni/src/main/java/sun/nio/cs/
H A DStreamDecoder.java343 CoderResult cr = decoder.decode(bb, cb, eof);
/libcore/ojluni/src/main/java/java/lang/
H A DLong.java883 * @param nm the {@code String} to decode.
891 public static Long decode(String nm) throws NumberFormatException { method in class:Long
1094 * long} value using the grammar supported by {@link Long#decode decode}
1128 * long} value using the grammar supported by {@link Long#decode decode}
1173 * {@link Long#decode decode} method, and a {@code Long} object
1218 return Long.decode(v);
/libcore/ojluni/src/main/java/sun/net/www/
H A DParseUtil.java173 public static String decode(String s) { method in class:ParseUtil
214 CoderResult cr = dec.decode(bb, cb, true);
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DIdentity2Test.java60 public void decode(InputStream in) { method in class:Identity2Test.CertificateImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DHandshakeCompletedEventTest.java538 byte[] bytes = Base64.getDecoder().decode(keys.getBytes());
H A DSSLSocketTest.java590 byte[] bytes = Base64.getDecoder().decode(keys.getBytes());
H A DSSLSessionTest.java630 byte[] bytes = Base64.getDecoder().decode(keys.getBytes());
/libcore/ojluni/src/main/java/sun/misc/
H A DURLClassPath.java843 fileName = ParseUtil.decode(fileName);
1261 path = ParseUtil.decode(path);
/libcore/ojluni/src/main/java/java/net/
H A DURLClassLoader.java682 path = ParseUtil.decode(path);
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeConverter.cpp682 NATIVE_METHOD(NativeConverter, decode, "(J[BI[CI[IZ)I"),
/libcore/luni/src/test/java/libcore/java/security/
H A DSignatureTest.java583 private static final byte[] PK_BYTES = HexEncoding.decode(
589 private static final byte[] CONTENT = HexEncoding.decode(
604 private static final byte[] SIGNATURE = HexEncoding.decode(
3356 private static final byte[] NAMED_CURVE_SIGNATURE = HexEncoding.decode("304402205b41ece6dcc1c5bfcfdae74658d99c08c5e783f3926c11ecc1a8bea5d95cdf27022061a7d5fc687287e2e02dd7c6723e2e27fe0555f789590a37e96b1bb0355b4df0");

Completed in 258 milliseconds

1234