Home
last modified time | relevance | path

Searched defs:toBytes (Results 1 – 8 of 8) 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/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.java83 public byte [] toBytes() { in toBytes() method in CalculateCRC32
/external/conscrypt/src/main/java/org/conscrypt/
DAbstractSessionContext.java200 byte[] toBytes(SSLSession session) { in toBytes() method
/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/protobuf/java/src/test/java/com/google/protobuf/
DTestUtil.java278 static ByteString toBytes(String str) { in toBytes() method in TestUtil