/libcore/ojluni/src/main/java/java/security/interfaces/ |
D | EdECPrivateKey.java | 54 Optional<byte[]> getBytes(); in getBytes() method
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | OutputStreamTesterTest.java | 90 public byte[] getBytes() throws IOException { in getBytes() method in OutputStreamTesterTest.FileOutputStreamSinkTester 109 public byte[] getBytes() throws IOException { in getBytes() method in OutputStreamTesterTest.ByteArrayOutputStreamSinkTester 140 public byte[] getBytes() throws Exception { in getBytes() method in OutputStreamTesterTest.PipedOutputStreamSinkTester
|
/libcore/ojluni/src/main/java/java/sql/ |
D | RowId.java | 94 byte[] getBytes(); in getBytes() method
|
D | Blob.java | 97 byte[] getBytes(long pos, int length) throws SQLException; in getBytes() method
|
D | CallableStatement.java | 317 byte[] getBytes(int parameterIndex) throws SQLException; in getBytes() method 1488 byte[] getBytes(String parameterName) throws SQLException; in getBytes() method
|
/libcore/ojluni/annotations/sdk/nullability/java/security/spec/ |
D | EdECPrivateKeySpec.annotated.java | 32 public @libcore.util.NonNull byte[] getBytes() { throw new RuntimeException("Stub!"); } in getBytes() method in EdECPrivateKeySpec
|
/libcore/ojluni/src/main/java/java/security/spec/ |
D | EdECPrivateKeySpec.java | 78 public byte[] getBytes() { in getBytes() method in EdECPrivateKeySpec
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Resource.java | 85 public byte[] getBytes() throws IOException { in getBytes() method in Resource
|
D | CharacterEncoder.java | 210 private byte [] getBytes(ByteBuffer bb) { in getBytes() method in CharacterEncoder
|
/libcore/ojluni/src/main/java/java/util/jar/ |
D | JarInputStream.java | 106 private byte[] getBytes(InputStream is) in getBytes() method in JarInputStream
|
D | JarFile.java | 447 private byte[] getBytes(ZipEntry ze) throws IOException { in getBytes() method in JarFile
|
/libcore/support/src/test/java/org/apache/harmony/testframework/ |
D | SinkTester.java | 49 public abstract byte[] getBytes() throws Exception; in getBytes() method in SinkTester
|
D | WrapperTester.java | 91 public byte[] getBytes() throws Exception { in getBytes() method in WrapperTester.WrapperSinkTester
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipCoder.java | 76 byte[] getBytes(String s) { in getBytes() method in ZipCoder
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | String.annotated.java | 90 @Deprecated public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) { throw new Ru… in getBytes() method in String 92 public byte[] getBytes(@libcore.util.NonNull java.lang.String charsetName) throws java.io.Unsupport… in getBytes() method in String 94 public byte[] getBytes(@libcore.util.NonNull java.nio.charset.Charset charset) { throw new RuntimeE… in getBytes() method in String 96 public byte[] getBytes() { throw new RuntimeException("Stub!"); } in getBytes() method in String
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | IPAddressName.java | 306 public byte[] getBytes() { in getBytes() method in IPAddressName
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | CharacterEncoder.java | 81 private byte[] getBytes(java.nio.ByteBuffer bb) { in getBytes() method in CharacterEncoder
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | HexDumpEncoder.java | 208 private byte [] getBytes(ByteBuffer bb) { in getBytes() method in HexDumpEncoder
|
D | DerInputStream.java | 297 public void getBytes(byte[] val) throws IOException { in getBytes() method in DerInputStream
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | String.java | 145 public void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) { in getBytes() method in String 149 public byte[] getBytes(java.lang.String charsetName) in getBytes() method in String 154 public byte[] getBytes(java.nio.charset.Charset charset) { in getBytes() method in String 158 public byte[] getBytes() { in getBytes() method in String
|
/libcore/ojluni/annotations/hiddenapi/java/util/jar/ |
D | JarFile.java | 94 private byte[] getBytes(java.util.zip.ZipEntry ze) throws java.io.IOException { in getBytes() method in JarFile
|
/libcore/ojluni/src/main/java/java/lang/ |
D | String.java | 1117 public void getBytes(int srcBegin, int srcEnd, byte dst[], int dstBegin) { in getBytes() method in String 1159 public byte[] getBytes(String charsetName) in getBytes() method in String 1188 public byte[] getBytes(Charset charset) { in getBytes() method in String 1226 public byte[] getBytes() { in getBytes() method in String
|
D | ProcessEnvironment.java | 161 public byte[] getBytes() { in getBytes() method in ProcessEnvironment.ExternalData
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | DerInputStream.java | 97 public void getBytes(byte[] val) throws java.io.IOException { in getBytes() method in DerInputStream
|
/libcore/ojluni/src/test/java/lang/String/CompactString/ |
D | CompactString.java | 238 private static byte[] getBytes(String str) { in getBytes() method in CompactString
|