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

  /frameworks/base/core/java/com/android/internal/os/
KernelWakelockReader.java 40 Process.PROC_TAB_TERM|Process.PROC_OUT_LONG, // 1: count
44 Process.PROC_TAB_TERM|Process.PROC_OUT_LONG, // 5: totalTime
50 Process.PROC_OUT_LONG, // 1: count
56 |Process.PROC_OUT_LONG, // 6: totalTime
ProcessCpuTracker.java 61 PROC_SPACE_TERM|PROC_OUT_LONG, // 10: minor faults
63 PROC_SPACE_TERM|PROC_OUT_LONG, // 12: major faults
65 PROC_SPACE_TERM|PROC_OUT_LONG, // 14: utime
66 PROC_SPACE_TERM|PROC_OUT_LONG, // 15: stime
91 PROC_SPACE_TERM|PROC_OUT_LONG, // 10: minor faults
93 PROC_SPACE_TERM|PROC_OUT_LONG, // 12: major faults
95 PROC_SPACE_TERM|PROC_OUT_LONG, // 14: utime
96 PROC_SPACE_TERM|PROC_OUT_LONG, // 15: stime
104 PROC_SPACE_TERM|PROC_OUT_LONG, // 23: vsize
118 PROC_SPACE_TERM|PROC_OUT_LONG, // 1: user tim
    [all...]
  /frameworks/base/core/java/android/os/
Process.java     [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 869 PROC_OUT_LONG = 0x2000,
961 if ((mode&(PROC_OUT_FLOAT|PROC_OUT_LONG|PROC_OUT_STRING)) != 0) {
968 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 81 import static android.os.Process.PROC_OUT_LONG;
    [all...]

Completed in 262 milliseconds