Searched defs:system (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DProcessStats.java63 /** Stores user time and system time in 100ths of a second. */
65 /** Stores user time and system time in 100ths of a second. */
275 // Total system time is simply system time.
511 String file = readFile("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", '\0');
635 int user, int system, int iowait, int irq, int softIrq, int minFaults, int majFaults) {
640 pw.print(((user+system+iowait+irq+softIrq)*100)/totalTime);
644 pw.print((system*100)/totalTime);
634 printProcessCPU(PrintWriter pw, String prefix, String label, int totalTime, int user, int system, int iowait, int irq, int softIrq, int minFaults, int majFaults) argument
/frameworks/base/core/java/android/app/
H A DActivityThread.java97 import dalvik.system.SamplingProfiler;
310 //Slog.i(TAG, "Created system resources "
433 * instrumentation into the system: If the app
494 * system ClassLoader.
691 // system crashed, nothing we can do
712 // system crashed, nothing we can do
824 // behalf so that the system's broadcast sequence can continue.
2420 //Slog.i(TAG, "Created system resources " + context.getResources()
2437 dalvik.system.VMRuntime.getRuntime().startJitCompilation();
3709 // If the system proces
4542 attach(boolean system) argument
[all...]

Completed in 58 milliseconds