OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ONE_MB
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/
main-common.h
31
#define
ONE_MB
(1024*1024)
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java
100
public static final long
ONE_MB
= ONE_KB * ONE_KB;
105
public static final long ONE_GB = ONE_KB *
ONE_MB
;
198
} else if (size /
ONE_MB
> 0) {
199
displaySize = String.valueOf(size /
ONE_MB
) + " MB";
[
all
...]
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
Completed in 55 milliseconds