HomeSort by relevance Sort by last modified time
    Searched refs:ONE_MB (Results 1 - 6 of 6) sorted by null

  /external/qemu/android/
main-common.h 31 #define ONE_MB (1024*1024)
main.c 522 long maxSizeMB = LONG_MAX / ONE_MB;
533 defaultPartitionSize = (uint64_t) sizeMB * ONE_MB;
738 hw->disk_cachePartition_size = (uint64_t) sizeMB * ONE_MB;
    [all...]
main-common.c 96 size = (size + ONE_MB-1) >> 20;
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 470 static const int ONE_MB = 1 * 1024 * 1024;
471 if (originUsage + ONE_MB < originQuota) {
472 unsigned long long newQuota = originUsage + ONE_MB;
  /packages/apps/Email/src/org/apache/commons/io/
FileUtils.java 97 public static final long ONE_MB = ONE_KB * ONE_KB;
102 public static final long ONE_GB = ONE_KB * ONE_MB;
195 } else if (size / ONE_MB > 0) {
196 displaySize = String.valueOf(size / ONE_MB) + " MB";
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 99 milliseconds