Searched defs:toBytes (Results 1 – 10 of 10) sorted by relevance
83 public BitmapRequestBuilder<ModelType, byte[]> toBytes() { in toBytes() method in BitmapTypeRequest98 …public BitmapRequestBuilder<ModelType, byte[]> toBytes(Bitmap.CompressFormat compressFormat, int q… in toBytes() method in BitmapTypeRequest
78 public GenericRequestBuilder<ModelType, InputStream, GifDrawable, byte[]> toBytes() { in toBytes() method in GifTypeRequest
146 static ByteString toBytes(String str) { in toBytes() method in TestUtilLite
258 static ByteString toBytes(String str) { in toBytes() method in TestUtil
19 static private byte[] toBytes( in toBytes() method in BERConstructedOctetString
18 static private byte[] toBytes( in toBytes() method in BEROctetString
85 public byte [] toBytes() { in toBytes() method in CalculateCRC32
198 abstract byte[] toBytes(); in toBytes() method in SslSessionWrapper294 byte[] toBytes() { in toBytes() method in SslSessionWrapper.Impl
88 …void toBytes (deUint8* bytes) const { bytes[0] = (deUint8)getRed(); bytes[1] = (deUint8)getGr… in toBytes() function in tcu::RGBA
1057 def toBytes(url): function