Home
last modified time | relevance | path

Searched defs:toBytes (Results 1 – 10 of 10) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/
DBitmapTypeRequest.java83 public BitmapRequestBuilder<ModelType, byte[]> toBytes() { in toBytes() method in BitmapTypeRequest
98 …public BitmapRequestBuilder<ModelType, byte[]> toBytes(Bitmap.CompressFormat compressFormat, int q… in toBytes() method in BitmapTypeRequest
DGifTypeRequest.java78 public GenericRequestBuilder<ModelType, InputStream, GifDrawable, byte[]> toBytes() { in toBytes() method in GifTypeRequest
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTestUtilLite.java146 static ByteString toBytes(String str) { in toBytes() method in TestUtilLite
DTestUtil.java258 static ByteString toBytes(String str) { in toBytes() method in TestUtil
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DBERConstructedOctetString.java19 static private byte[] toBytes( in toBytes() method in BERConstructedOctetString
DBEROctetString.java18 static private byte[] toBytes( in toBytes() method in BEROctetString
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DCalculateCRC32.java85 public byte [] toBytes() { in toBytes() method in CalculateCRC32
/external/conscrypt/common/src/main/java/org/conscrypt/
DSslSessionWrapper.java198 abstract byte[] toBytes(); in toBytes() method in SslSessionWrapper
294 byte[] toBytes() { in toBytes() method in SslSessionWrapper.Impl
/external/deqp/framework/common/
DtcuRGBA.hpp88 …void toBytes (deUint8* bytes) const { bytes[0] = (deUint8)getRed(); bytes[1] = (deUint8)getGr… in toBytes() function in tcu::RGBA
/external/python/cpython2/Lib/
Durllib.py1057 def toBytes(url): function