OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KILO
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java
46
private static final int
KILO
= 1024;
47
private static final int MEGA =
KILO
*
KILO
;
69
} else if (size <
KILO
) {
73
count = String.valueOf(size /
KILO
);
/external/openssh/openbsd-compat/
fmt_scaled.c
53
NONE = 0,
KILO
= 1, MEGA = 2, GIGA = 3, TERA = 4, PETA = 5, EXA = 6
57
static unit_type units[] = { NONE,
KILO
, MEGA, GIGA, TERA, PETA, EXA };
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 228 milliseconds