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 38 Process.PROC_TAB_TERM|Process.PROC_OUT_LONG, // 1: count
42 Process.PROC_TAB_TERM|Process.PROC_OUT_LONG, // 5: totalTime
48 Process.PROC_OUT_LONG, // 1: count
54 |Process.PROC_OUT_LONG, // 6: totalTime
ProcessCpuTracker.java 60 PROC_SPACE_TERM|PROC_OUT_LONG, // 10: minor faults
62 PROC_SPACE_TERM|PROC_OUT_LONG, // 12: major faults
64 PROC_SPACE_TERM|PROC_OUT_LONG, // 14: utime
65 PROC_SPACE_TERM|PROC_OUT_LONG, // 15: stime
90 PROC_SPACE_TERM|PROC_OUT_LONG, // 10: minor faults
92 PROC_SPACE_TERM|PROC_OUT_LONG, // 12: major faults
94 PROC_SPACE_TERM|PROC_OUT_LONG, // 14: utime
95 PROC_SPACE_TERM|PROC_OUT_LONG, // 15: stime
103 PROC_SPACE_TERM|PROC_OUT_LONG, // 23: vsize
117 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 867 PROC_OUT_LONG = 0x2000,
959 if ((mode&(PROC_OUT_FLOAT|PROC_OUT_LONG|PROC_OUT_STRING)) != 0) {
966 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 57 import static android.os.Process.PROC_OUT_LONG;
    [all...]

Completed in 152 milliseconds