OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROC_OUT_LONG
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Browser/src/com/android/browser/
Performance.java
40
Process.PROC_SPACE_TERM | Process.
PROC_OUT_LONG
, // 1: user time
41
Process.PROC_SPACE_TERM | Process.
PROC_OUT_LONG
, // 2: nice time
42
Process.PROC_SPACE_TERM | Process.
PROC_OUT_LONG
, // 3: sys time
43
Process.PROC_SPACE_TERM | Process.
PROC_OUT_LONG
, // 4: idle time
44
Process.PROC_SPACE_TERM | Process.
PROC_OUT_LONG
, // 5: iowait time
45
Process.PROC_SPACE_TERM | Process.
PROC_OUT_LONG
, // 6: irq time
46
Process.PROC_SPACE_TERM | Process.
PROC_OUT_LONG
// 7: softirq time
/frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java
52
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 10: minor faults
54
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 12: major faults
56
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 14: utime
57
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 15: stime
80
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 10: minor faults
82
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 12: major faults
84
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 14: utime
85
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 15: stime
93
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 23: vsize
107
PROC_SPACE_TERM|
PROC_OUT_LONG
, // 1: user tim
[
all
...]
BatteryStatsImpl.java
309
Process.PROC_TAB_TERM|Process.
PROC_OUT_LONG
, // 1: count
313
Process.PROC_TAB_TERM|Process.
PROC_OUT_LONG
, // 5: totalTime
319
Process.
PROC_OUT_LONG
, // 1: count
325
|Process.
PROC_OUT_LONG
, // 6: totalTime
[
all
...]
/frameworks/base/core/java/android/os/
Process.java
[
all
...]
/frameworks/base/core/jni/
android_util_Process.cpp
689
PROC_OUT_LONG
= 0x2000,
778
if ((mode&(PROC_OUT_FLOAT|
PROC_OUT_LONG
|PROC_OUT_STRING)) != 0) {
785
if ((mode&
PROC_OUT_LONG
) != 0 && di < NL) {
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 731 milliseconds