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 59 PROC_SPACE_TERM|PROC_OUT_LONG, // 10: minor faults
61 PROC_SPACE_TERM|PROC_OUT_LONG, // 12: major faults
63 PROC_SPACE_TERM|PROC_OUT_LONG, // 14: utime
64 PROC_SPACE_TERM|PROC_OUT_LONG, // 15: stime
89 PROC_SPACE_TERM|PROC_OUT_LONG, // 10: minor faults
91 PROC_SPACE_TERM|PROC_OUT_LONG, // 12: major faults
93 PROC_SPACE_TERM|PROC_OUT_LONG, // 14: utime
94 PROC_SPACE_TERM|PROC_OUT_LONG, // 15: stime
102 PROC_SPACE_TERM|PROC_OUT_LONG, // 23: vsize
116 PROC_SPACE_TERM|PROC_OUT_LONG, // 1: user tim
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 856 PROC_OUT_LONG = 0x2000,
948 if ((mode&(PROC_OUT_FLOAT|PROC_OUT_LONG|PROC_OUT_STRING)) != 0) {
955 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
    [all...]
  /frameworks/base/core/java/android/os/
Process.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 278 import static android.os.Process.PROC_OUT_LONG;
    [all...]

Completed in 287 milliseconds