Searched refs:counts (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentService.java81 int[] counts = new int[2];
83 mRootNode.dumpLocked(fd, pw, args, "", " ", counts, pidCounts);
109 pw.print(" Total number of nodes: "); pw.println(counts[0]);
110 pw.print(" Total number of observers: "); pw.println(counts[1]);
590 String name, String prefix, int[] counts, SparseIntArray pidCounts) {
599 counts[1]++;
613 counts[0]++;
615 counts, pidCounts);
589 dumpLocked(FileDescriptor fd, PrintWriter pw, String[] args, String name, String prefix, int[] counts, SparseIntArray pidCounts) argument
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp96 size_t counts[100]; local
98 counts[i] = 0;
107 ++counts[slot];
114 printf("[%.2f fps]: %d\n", fps, counts[i]);
/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp4063 const internal::String counts = local
4066 printf("%s from %s", counts.c_str(), test_case_name_.c_str());
4117 const internal::String counts = local
4121 counts.c_str(), test_case_name_.c_str(),

Completed in 97 milliseconds