Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 65) sorted by relevance

123

/packages/apps/CertInstaller/src/com/android/certinstaller/
DUtil.java47 static <T> T fromBytes(byte[] bytes) { in fromBytes()
59 static String toMd5(byte[] bytes) { in toMd5()
72 private static String toHexString(byte[] bytes, String separator) { in toHexString()
DCredentialHelper.java145 private void parseCert(byte[] bytes) { in parseCert()
206 void setPrivateKey(byte[] bytes) { in setPrivateKey()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DNullInputStream.java202 public int read(byte[] bytes) throws IOException { in read()
219 public int read(byte[] bytes, int offset, int length) throws IOException { in read()
309 protected void processBytes(byte[] bytes, int offset, int length) { in processBytes()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
DEncoderUtil.java358 public static String encodeB(byte[] bytes) { in encodeB()
401 public static String encodeQ(byte[] bytes, Usage usage) { in encodeQ()
513 int usedCharacters, Charset charset, byte[] bytes) { in encodeB()
536 private static int bEncodedLength(byte[] bytes) { in bEncodedLength()
541 int usedCharacters, Charset charset, byte[] bytes) { in encodeQ()
564 private static int qEncodedLength(byte[] bytes, Usage usage) { in qEncodedLength()
608 private static Encoding determineEncoding(byte[] bytes, Usage usage) { in determineEncoding()
/packages/services/Telephony/src/org/apache/james/mime4j/codec/
DEncoderUtil.java358 public static String encodeB(byte[] bytes) { in encodeB()
401 public static String encodeQ(byte[] bytes, Usage usage) { in encodeQ()
513 int usedCharacters, Charset charset, byte[] bytes) { in encodeB()
536 private static int bEncodedLength(byte[] bytes) { in bEncodedLength()
541 int usedCharacters, Charset charset, byte[] bytes) { in encodeQ()
564 private static int qEncodedLength(byte[] bytes, Usage usage) { in qEncodedLength()
608 private static Encoding determineEncoding(byte[] bytes, Usage usage) { in determineEncoding()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DByteArrays.java35 public static String toHexString(byte[] bytes) { in toHexString()
/packages/apps/Camera2/src/com/android/camera/processing/memory/
DByteBufferDirectPool.java31 protected ByteBuffer create(Integer bytes) { in create()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DQuotedPrintable.java39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DNumberUtils.java34 public static int littleEndianByteArrayToInt(byte[] bytes) { in littleEndianByteArrayToInt()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
DVoicemailPayload.java26 public VoicemailPayload(String mimeType, byte[] bytes) { in VoicemailPayload()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DMediaBytes.java25 public MediaBytes(final String key, final byte[] bytes) { in MediaBytes()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DQuotedPrintable.java39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/packages/apps/Camera2/src/com/android/camera/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DBitmapUtil.java40 public static int getSmallerExtentFromBytes(byte[] bytes) { in getSmallerExtentFromBytes()
81 public static Bitmap decodeBitmapFromBytes(byte[] bytes, int sampleSize) { in decodeBitmapFromBytes()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFingerprint.java67 public Fingerprint(byte[] bytes) { in Fingerprint()
180 private static void appendHexFingerprint(StringBuilder sb, byte[] bytes) { in appendHexFingerprint()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java77 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode()
81 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, in decode()
90 public static void decodeBounds(JobContext jc, byte[] bytes, int offset, in decodeBounds()
199 JobContext jc, byte[] bytes, int offset, int length, in createBitmapRegionDecoder()
DSizeClustering.java115 long bytes = SIZE_LEVELS[index]; in getSizeString() local
/packages/apps/Nfc/nci/jni/
DNativeLlcpSocket.cpp120 ScopedByteArrayRO bytes(e, data); in nativeLlcpSocket_doSend() local
147 ScopedByteArrayRW bytes(e, origBuffer); in nativeLlcpSocket_doReceive() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DStorageUtils.java90 public static void ensureAvailableSpace(Context context, FileDescriptor fd, long bytes) in ensureAvailableSpace()
146 private static void freeCacheStorage(long bytes) { in freeCacheStorage()
/packages/apps/LegacyCamera/src/com/android/camera/
DExif.java121 private static int pack(byte[] bytes, int offset, int length, in pack()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryStats.java63 BigDecimal bytes = new BigDecimal(mDictFileSize); in getFileSizeString() local
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_writer.cpp116 int32_t JpegWriter::write(int8_t* bytes, int32_t length) { in write()

123