HomeSort by relevance Sort by last modified time
    Searched refs:counts (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/valgrind/main/memcheck/tests/
leak-pool-4.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
leak-pool-5.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
mallinfo.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
new_override.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
sbfragment.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
sh-mem-random.stdout.exp 8 counts 1/2/4/8/F4/F8: 300249 300934 299432 299394 0 299991
  /external/valgrind/main/memcheck/tests/linux/
brk.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
capget.stderr.exp 13 For counts of detected and suppressed errors, rerun with: -v
lsframe1.stderr.exp 11 For counts of detected and suppressed errors, rerun with: -v
lsframe2.stderr.exp 11 For counts of detected and suppressed errors, rerun with: -v
sigqueue.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
syscalls-2007.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
syslog-syscall.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java 76 private void startActivity(int[] counts, String[] names, boolean[] headers,
81 intent.putExtra("counts", counts);
  /external/oprofile/libpp/
diff_container.cpp 66 symbol.diffs.fill(sym.sample.counts.size(), -INFINITY);
77 symbol.diffs.fill(sym.sample.counts.size(), INFINITY);
90 size_t size = sym2.sample.counts.size();
94 percent1 = op_ratio(sym1.sample.counts[i], total1[i]);
95 percent2 = op_ratio(sym2.sample.counts[i], total2[i]);
symbol_sort.cpp 48 if (lhs.sample.counts[0] < rhs.sample.counts[0])
50 if (lhs.sample.counts[0] > rhs.sample.counts[0])
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 107 int[] counts = extras.getIntArray("counts"); local
113 if (counts == null || names == null || showIfEmpty == null || delays == null) {
118 for (int i = 0; i < counts.length; i++) {
123 for (int i = 0; i < counts.length; i++) {
125 final Cursor cursor = makeCursor(names[i], counts[i]);
  /external/oprofile/pp/
opreport.cpp 44 count_array_t counts; member in struct:__anon12792::summary
49 ? counts[0] < rhs.counts[0] : rhs.counts[0] < counts[0];
68 counts[pclass] += count;
88 count_array_t counts; member in struct:__anon12792::app_summary
99 ? counts[0] < rhs.counts[0] : rhs.counts[0] < counts[0]
    [all...]
  /external/chromium/net/socket_stream/
socket_stream_metrics_unittest.cc 54 EXPECT_EQ(1, sample.counts(SocketStreamMetrics::PROTOCOL_UNKNOWN));
55 EXPECT_EQ(2, sample.counts(SocketStreamMetrics::PROTOCOL_WEBSOCKET));
56 EXPECT_EQ(3, sample.counts(SocketStreamMetrics::PROTOCOL_WEBSOCKET_SECURE));
87 EXPECT_EQ(1, sample.counts(SocketStreamMetrics::ALL_CONNECTIONS));
88 EXPECT_EQ(2, sample.counts(SocketStreamMetrics::TUNNEL_CONNECTION));
89 EXPECT_EQ(3, sample.counts(SocketStreamMetrics::SOCKS_CONNECTION));
90 EXPECT_EQ(4, sample.counts(SocketStreamMetrics::SSL_CONNECTION));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java 143 static String buildCacheValue(String[] titles, int[] counts) {
152 appendIfNotNull(sb, Integer.toString(counts[i]));
161 public static final Bundle buildExtraBundle(String[] titles, int[] counts) {
164 bundle.putIntArray(ContactCounts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS, counts);
184 final int[] counts = new int[numTitles]; local
188 counts[i] = Integer.parseInt(values[i * 2 + 1]);
191 return buildExtraBundle(titles, counts);
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm 89 OwnPtr<TypeCountSet> counts(JSDOMWindow::commonJSGlobalData()->heap.protectedObjectTypeCounts());
90 HashCountedSet<const char*>::iterator end = counts->end();
91 for (HashCountedSet<const char*>::iterator it = counts->begin(); it != end; ++it)
104 OwnPtr<TypeCountSet> counts(JSDOMWindow::commonJSGlobalData()->heap.objectTypeCounts());
105 HashCountedSet<const char*>::iterator end = counts->end();
106 for (HashCountedSet<const char*>::iterator it = counts->begin(); it != end; ++it)
  /external/skia/include/pdf/
SkPDFDocument.h 70 int counts[SkAdvancedTypefaceMetrics::kNotEmbeddable_Font + 1]) const;
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 4 # This test makes sure the bbv plugin counts these instructions properly

Completed in 1128 milliseconds

12 3 4 5 6 7 8 9