HomeSort by relevance Sort by last modified time
    Searched defs:formatBytes (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLUtils.java 31 return formatBytes(data, false);
33 return formatBytes(data, true);
93 private static String formatBytes(byte[] data, boolean unsigned) {
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
Utils.java 74 public static String formatBytes(Context context, double bytes) {
  /device/moto/stingray/whisper/
SA_Phys_Linux.c 55 static int16_t formatBytes(uint8_t *ByteData, uint8_t *ByteDataRaw,
248 formatBytes(readBuf, &readwriteBuf[CmdOfset], readLen-CmdOfset);
299 static int16_t formatBytes(uint8_t *ByteData, uint8_t *ByteDataRaw,

Completed in 65 milliseconds