/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | Util.java | 47 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()
|
D | CredentialHelper.java | 145 private void parseCert(byte[] bytes) { in parseCert() 206 void setPrivateKey(byte[] bytes) { in setPrivateKey()
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
D | NullInputStream.java | 202 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/ |
D | EncoderUtil.java | 358 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/ |
D | EncoderUtil.java | 358 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/ |
D | ByteArrays.java | 35 public static String toHexString(byte[] bytes) { in toHexString()
|
/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
D | ByteBufferDirectPool.java | 31 protected ByteBuffer create(Integer bytes) { in create()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | QuotedPrintable.java | 39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/util/ |
D | NumberUtils.java | 34 public static int littleEndianByteArrayToInt(byte[] bytes) { in littleEndianByteArrayToInt()
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/ |
D | VoicemailPayload.java | 26 public VoicemailPayload(String mimeType, byte[] bytes) { in VoicemailPayload()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | MediaBytes.java | 25 public MediaBytes(final String key, final byte[] bytes) { in MediaBytes()
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | QuotedPrintable.java | 39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | BitmapUtil.java | 40 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/ |
D | Fingerprint.java | 67 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/ |
D | DecodeUtils.java | 77 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()
|
D | SizeClustering.java | 115 long bytes = SIZE_LEVELS[index]; in getSizeString() local
|
/packages/apps/Nfc/nci/jni/ |
D | NativeLlcpSocket.cpp | 120 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/ |
D | StorageUtils.java | 90 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/ |
D | Exif.java | 121 private static int pack(byte[] bytes, int offset, int length, in pack()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | DictionaryStats.java | 63 BigDecimal bytes = new BigDecimal(mDictFileSize); in getFileSizeString() local
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpeg_writer.cpp | 116 int32_t JpegWriter::write(int8_t* bytes, int32_t length) { in write()
|