OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JP
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java
40
static final String
JP
= "
JP
";
/system/core/toolbox/
vmstat.c
221
#define
JP
(jif) ((jif) * 100 / (HZ))
226
us =
JP
(new->cpu_us - old->cpu_us); NORM(us);
227
ni =
JP
(new->cpu_ni - old->cpu_ni); NORM(ni);
228
sy =
JP
(new->cpu_sy - old->cpu_sy); NORM(sy);
229
id =
JP
(new->cpu_id - old->cpu_id); NORM(id);
230
wa =
JP
(new->cpu_wa - old->cpu_wa); NORM(wa);
231
ir =
JP
(new->cpu_ir - old->cpu_ir); NORM(ir);
Completed in 220 milliseconds