Home
last modified time | relevance | path

Searched defs:toByteArray (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/util/
DEntityUtils.java60 public static byte[] toByteArray(final HttpEntity entity) throws IOException { in toByteArray() method in EntityUtils
DByteArrayBuffer.java123 public byte[] toByteArray() { in toByteArray() method in ByteArrayBuffer
/external/apache-http/src/org/apache/commons/codec/binary/
DBinaryCodec.java147 public byte[] toByteArray(String ascii) { in toByteArray() method in BinaryCodec
/external/icu4c/i18n/
Dsortkey.cpp331 CollationKey::toByteArray(int32_t& count) const in toByteArray() function in CollationKey
/external/protobuf/src/com/google/common/io/protocol/
DProtoBuf.java691 public byte[] toByteArray() throws IOException { in toByteArray() method in ProtoBuf
/external/webkit/SunSpider/tests/
Dv8-crypto.js1298 BigInteger.prototype.toByteArray = bnToByteArray; method in BigInteger