HomeSort by relevance Sort by last modified time
    Searched refs:counts (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsSectionIndexer.java 26 * their respective counts.
39 * @param counts a non-null array of the same size as <code>sections</code>
41 public ContactsSectionIndexer(String[] sections, int[] counts) {
42 if (sections == null || counts == null) {
46 if (sections.length != counts.length) {
48 "The sections and counts arrays must have the same length");
51 // TODO process sections/counts based on current locale and/or specific section titles
54 mPositions = new int[counts.length];
56 for (int i = 0; i < counts.length; i++) {
64 position += counts[i]
    [all...]
  /external/oprofile/libpp/
symbol.cpp 35 bool has_sample_counts(count_array_t const & counts, size_t lo, size_t hi)
38 if (counts[i] != 0)
sample_container.cpp 25 count_array_t add_counts(count_array_t const & counts,
28 count_array_t temp(counts);
29 temp += s->counts;
73 it->second.counts += sample.counts;
format_output.cpp 305 out << f.sample.counts[f.pclass];
315 f.counts.cumulated_samples[f.pclass] += f.sample.counts[f.pclass];
316 out << f.counts.cumulated_samples[f.pclass];
325 return get_percent(f.sample.counts[f.pclass], f.counts.total[f.pclass]);
333 f.counts.cumulated_percent[f.pclass] += f.sample.counts[f.pclass];
335 return get_percent(f.counts.cumulated_percent[f.pclass],
336 f.counts.total[f.pclass])
    [all...]
symbol.h 29 /// for storing sample counts
57 count_array_t counts; member in struct:sample_entry
101 * the sample counts replaced with the relevant arc counts, whilst
142 bool has_sample_counts(count_array_t const & counts, size_t lo, size_t hi);
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItemPrivate.h 64 - (size_t)_getDailyVisitCounts:(const int**)counts;
65 - (size_t)_getWeeklyVisitCounts:(const int**)counts;
  /external/stlport/test/eh/
test_algo.cpp 105 // Prepare an array of counts of the occurrence of each value in
107 unsigned counts[SortClass::kRange]; local
108 EH_STD::fill_n( counts, (int)SortClass::kRange, 0 );
110 counts[ q->value() ]++;
125 counts[ p->value() ]--;
130 EH_ASSERT( counts[j] == 0 );
151 // Prepare an array of counts of the occurrence of each value in
153 unsigned counts[SortClass::kRange]; local
154 EH_STD::fill_n( counts, (int)SortClass::kRange, 0 );
156 counts[ q->value() ]++
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 7 # performance counter counts this as one instruction. However,
8 # on Pentium 4 systems it counts as two. Therefore this can
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 7 # performance counter counts this as one instruction. However,
8 # on Pentium 4 systems it counts as two. Therefore this can
  /external/valgrind/main/memcheck/tests/
brk2.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
erringfds.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
leak-pool-0.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
leak-pool-1.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
leak-pool-2.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
leak-pool-3.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
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
linux-syscalls-2007.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
linux-syslog-syscall.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
mallinfo.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
  /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

Completed in 1169 milliseconds

1 2 3 4 5