Home
last modified time | relevance | path

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

/packages/apps/Email/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/Email/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/Settings/src/com/android/settings/fuelgauge/
DUtils.java74 public static String formatBytes(Context context, double bytes) { in formatBytes()
/packages/apps/IM/src/com/android/im/imps/
DImpsLog.java44 public static void dumpRawPacket(byte[] bytes) { in dumpRawPacket()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java619 private static String toMd5(byte[] bytes) { in toMd5()
632 private static String toHexString(byte[] bytes, String separator) { in toHexString()
672 private void parseCert(byte[] bytes) { in parseCert()
722 private void setPrivateKey(byte[] bytes) { in setPrivateKey()
/packages/apps/Browser/tests/src/com/android/browser/
DWebStorageSizeManagerUnitTests.java77 private long bytes(double megabytes) { in bytes() method in WebStorageSizeManagerUnitTests
/packages/apps/Email/src/org/apache/commons/io/
DFileSystemUtils.java364 long bytes = Long.parseLong(freeSpace); in parseBytes() local
/packages/apps/Email/src/com/android/exchange/
DEasSyncService.java430 protected HttpResponse sendHttpClientPost(String cmd, byte[] bytes) throws IOException { in sendHttpClientPost()
438 protected HttpResponse sendPing(byte[] bytes, int heartbeat) throws IOException { in sendPing()
/packages/apps/Browser/src/com/android/browser/
DWebsiteSettingsActivity.java322 public String sizeValueToString(long bytes) { in sizeValueToString()
/packages/apps/IM/libwbxml/src/
Dwbxml_jni.cpp279 jbyte * bytes = env->GetByteArrayElements(buf, &copy); in parserParse() local
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java819 String bytes = r.getString(R.string.radioInfo_display_bytes); in updateDataStats2() local