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

1 2 3 4

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 221 TreeMap<String, Integer> counts = new TreeMap<String, Integer>(); local
226 Integer i = counts.get(name);
228 counts.put(name, count);
234 for (Entry<String, Integer> entry : counts.entrySet()) {
  /external/linux-tools-perf/util/
evsel.h 62 struct perf_counts *counts; member in struct:perf_evsel
  /external/oprofile/libpp/
format_output.h 90 counts(c), extra(extra), diff(d) {}
94 counts_t & counts; member in struct:format_output::formatter::field_datum
155 /// total counts
156 counts_t counts; member in class:format_output::formatter
profile_container.cpp 95 symb_entry.sample.counts[pclass] = count;
145 sample.counts[pclass] = it.count();
180 op_ratio(it->sample.counts[0], total_count[0]);
220 count_array_t counts = samples_count(*it); local
222 double const ratio = op_ratio(counts[0], total_count[0]);
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/smack/src/org/xbill/DNS/
Header.java 19 private int [] counts; field in class:Header
28 counts = new int[4];
57 for (int i = 0; i < counts.length; i++)
58 counts[i] = in.readU16();
74 for (int i = 0; i < counts.length; i++)
75 out.writeU16(counts[i]);
212 counts[field] = value;
217 if (counts[field] == 0xFFFF)
220 counts[field]++;
225 if (counts[field] == 0
    [all...]
  /external/strace/
count.c 46 #define counts (countv[current_personality]) macro
56 if (!counts)
58 counts = calloc(nsyscalls, sizeof(*counts));
59 if (!counts)
62 "strace: out of memory for call counts\n");
67 counts[tcp->scno].calls++;
69 counts[tcp->scno].errors++;
102 tv_add(&counts[tcp->scno].time, &counts[tcp->scno].time, tv)
    [all...]
  /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/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 338 $counts = array(); variable
345 if (empty($counts[$alias])) $counts[$alias] = 0;
346 $counts[$alias] += 1;
353 foreach ($counts as $alias => $count) {
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMultiset.java 576 int[] counts; field in class:ImmutableSortedMultiset.SerializedForm
582 counts = new int[n];
586 counts[i] = entry.getCount();
596 builder.addCopies(elements[i], counts[i]);
ImmutableMultiset.java 459 final int[] counts; field in class:SerializedForm
464 counts = new int[distinct];
468 counts[i] = entry.getCount();
477 multiset.add(elements[i], counts[i]);
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 269 int* counts = (int*)cvAlloc( n * sizeof(counts[0])); local
276 counts[i] = etalonPointCount;
284 cvCalibrateCamera( framesAccepted, counts,
320 icvStereoCalibration( framesAccepted, counts,
336 cvFree( &counts );
  /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...]
opannotate.cpp 189 string str = count_str(sample->counts, samples->samples_count());
231 prev_sample->counts += sample->counts;
232 str = count_str(prev_sample->counts, samples->samples_count());
234 str = count_str(sample->counts, samples->samples_count());
265 string annot = count_str(symbol->sample.counts,
272 str += count_str(symbol->sample.counts, samples->samples_count());
524 count_array_t counts = samples->samples_count(filename, linenr); local
525 if (!counts.zero()) {
526 str += count_str(counts, samples->samples_count())
547 count_array_t counts; local
    [all...]
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon.h 50 long *counts; member in struct:__bb
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 50 long *counts; member in struct:__bb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 50 long *counts; member in struct:__bb
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 214 int counts[HASH_TABLE_MAX_COLLISIONS + 1]; member in struct:HashTable_Rec
236 htable->counts[ii] = 0;
450 atable->htable.counts[count]++;
694 sprintf(str, " %d", atable->htable.counts[ii]);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 770 int counts[] = new int[datasNames.length]; local
777 // for( int j=0; j<counts.length; j++) {
778 // System.out.print(""+counts[j]+"|");
786 String val = getData(j, counts[j]);
790 String val = getData(j, counts[j]);
803 if (inc(counts, datas.length)) {
  /external/chromium/base/metrics/
histogram.h 274 typedef std::vector<Count> Counts;
338 Count counts(size_t i) const { return counts_[i]; } function in class:base::Histogram::SampleSet
353 Counts counts_;
365 // count to the sum of the counts in all buckets, and detect problems. Note
429 // Check to see if bucket ranges, counts and tallies in the snapshot are
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleArrayTest.java 289 volatile long counts; field in class:AtomicDoubleArrayTest.Counter
300 ++counts;
327 assertEquals(c1.counts + c2.counts, SIZE * COUNTDOWN);
  /external/speex/libspeex/
jitter.c 84 int filled; /**< Number of entries occupied in "timing" and "counts"*/
87 spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-term estimate) */ member in struct:TimingBuffer
124 SPEEX_MOVE(&tb->counts[pos+1], &tb->counts[pos], move_size);
128 tb->counts[pos] = tb->curr_count;
  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java 28 * only internal counts; they do not establish any further internal
287 int counts = (int)s; local
288 return (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK);
300 int counts = (int)s; local
301 return (counts == EMPTY) ? 0 :
302 (counts >>> PARTIES_SHIFT) - (counts & UNARRIVED_MASK);
360 int counts = (int)s; local
361 int unarrived = (counts == EMPTY) ? 0 : (counts & UNARRIVED_MASK)
406 int counts = (int)s; local
655 int counts = (int)s; local
    [all...]

Completed in 524 milliseconds

1 2 3 4