HomeSort by relevance Sort by last modified time
    Searched defs:printRow (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/preload/
PrintCsv.java 51 printRow(System.out, baseline, loadedClass);
70 static void printRow(PrintStream out, MemoryUsage baseline,
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 156 private void printRow(PrintStream ps, String format, Object...objs) {
193 printRow(ps, formatString, "", "native", "dalvik", "other", "total");
194 printRow(ps, formatString, "size:", nativeMax, dalvikMax, "N/A", nativeMax + dalvikMax);
195 printRow(ps, formatString, "allocated:", nativeAllocated, dalvikAllocated, "N/A",
197 printRow(ps, formatString, "free:", nativeFree, dalvikFree, "N/A",
200 printRow(ps, formatString, "(Pss):", memInfo.nativePss, memInfo.dalvikPss,
203 printRow(ps, formatString, "(shared dirty):", nativeShared, dalvikShared, otherShared,
205 printRow(ps, formatString, "(priv dirty):", nativePrivate, dalvikPrivate, otherPrivate,
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 186 milliseconds