Searched refs:counts (Results 126 - 150 of 234) sorted by relevance

12345678910

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java767 int counts[] = new int[datasNames.length];
774 // for( int j=0; j<counts.length; j++) {
775 // System.out.print(""+counts[j]+"|");
783 String val = getData(j, counts[j]);
787 String val = getData(j, counts[j]);
800 if (inc(counts, datas.length)) {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_metrics.h64 // Enum for getting net counts for adding and deleting users.
192 // |manager|. This information is returned in the output variable |counts|.
194 ProfileCounts* counts);
/external/chromium_org/tools/clang/blink_gc_plugin/
H A Dprocess-graph.py84 node.counts[ptr] += 1
117 self.counts = {}
119 self.counts[ptr] = 0
414 add_counts(stats, node.counts)
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMultiset.java459 final int[] counts; field in class:ImmutableMultiset.SerializedForm
464 counts = new int[distinct];
468 counts[i] = entry.getCount();
477 multiset.add(elements[i], counts[i]);
H A DImmutableSortedMultiset.java576 int[] counts; field in class:ImmutableSortedMultiset.SerializedForm
582 counts = new int[n];
586 counts[i] = entry.getCount();
596 builder.addCopies(elements[i], counts[i]);
/external/valgrind/main/memcheck/tests/linux/
H A Dtimerfd-syscall.stderr.exp55 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/
H A Dpartial_load_dflt.stderr.exp33 For counts of detected and suppressed errors, rerun with: -v
H A Dbig_blocks_freed_list.stderr.exp49 For counts of detected and suppressed errors, rerun with: -v
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c295 int *counts; /* save the automata state if it has some */ member in struct:_xmlRegExecRollback
327 int *counts; member in struct:_xmlRegExecCtxt
3123 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3124 exec->rollbacks[exec->nbRollbacks].counts = (int *)
3126 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3132 memcpy(exec->rollbacks[exec->nbRollbacks].counts, exec->counts,
3152 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3157 memcpy(exec->counts, exec->rollbacks[exec->nbRollbacks].counts,
[all...]
/external/libxml2/
H A Dxmlregexp.c299 int *counts; /* save the automata state if it has some */ member in struct:_xmlRegExecRollback
331 int *counts; member in struct:_xmlRegExecCtxt
3131 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3132 exec->rollbacks[exec->nbRollbacks].counts = (int *)
3134 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3140 memcpy(exec->rollbacks[exec->nbRollbacks].counts, exec->counts,
3160 if (exec->rollbacks[exec->nbRollbacks].counts == NULL) {
3165 memcpy(exec->counts, exec->rollbacks[exec->nbRollbacks].counts,
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php338 $counts = array(); variable
345 if (empty($counts[$alias])) $counts[$alias] = 0;
346 $counts[$alias] += 1;
353 foreach ($counts as $alias => $count) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c939 ++cm->counts.switchable_interp[ctx][mbmi->interp_filter];
1095 FRAME_COUNTS *const counts = &cm->counts; local
1098 counts->intra_inter[vp9_get_intra_inter_context(xd)][inter_block]++;
1102 // the reference frame counts used to work out probabilities.
1107 counts->comp_inter[vp9_get_reference_mode_context(cm, xd)]
1111 counts->comp_ref[vp9_get_pred_context_comp_ref_p(cm, xd)]
1114 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0]
1117 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1]
1256 cm->counts
3516 sum_intra_stats(FRAME_COUNTS *counts, const MODE_INFO *mi) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c159 sz = sizeof(*evsel->counts) +
310 * aggregate counts across CPUs in system-wide mode
315 u64 *count = counter->counts->aggr.values;
340 * do not aggregate counts across CPUs in system-wide mode
351 count = counter->counts->cpu[cpu].values;
389 fprintf(output, "# time socket cpus counts events\n");
392 fprintf(output, "# time core cpus counts events\n");
395 fprintf(output, "# time CPU counts events\n");
399 fprintf(output, "# time counts events\n");
972 val += counter->counts
[all...]
/external/chromium_org/net/spdy/
H A Dhpack_encoder_test.cc409 std::vector<size_t> counts(256, 0);
411 encoder_.SetCharCountsStorage(&counts, &total_counts);
425 EXPECT_EQ(expect, counts);
/external/chromium_org/tools/grit/grit/
H A Dutil.py600 counts = {}
608 count = counts.get(f, 0) + 1
609 counts[f] = count
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devsel.c767 memset(evsel->counts, 0, (sizeof(*evsel->counts) +
773 evsel->counts = zalloc((sizeof(*evsel->counts) +
775 return evsel->counts != NULL ? 0 : -ENOMEM;
805 free(evsel->counts);
857 if (evsel->counts == NULL && perf_evsel__alloc_counts(evsel, cpu + 1) < 0)
873 evsel->counts->cpu[cpu] = count;
882 struct perf_counts_values *aggr = &evsel->counts->aggr, count;
905 evsel->counts
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c627 ++cm->counts.switchable_interp[ctx][mbmi->interp_filter];
810 FRAME_COUNTS *const counts = &cm->counts; local
813 counts->intra_inter[vp9_get_intra_inter_context(xd)][inter_block]++;
817 // the reference frame counts used to work out probabilities.
822 counts->comp_inter[vp9_get_reference_mode_context(cm, xd)]
826 counts->comp_ref[vp9_get_pred_context_comp_ref_p(cm, xd)]
829 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0]
832 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1]
946 cm->counts
3528 sum_intra_stats(FRAME_COUNTS *counts, const MODE_INFO *mi) argument
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c548 static float PredictionCostSpatial(const int counts[256], int weight_0, argument
552 double bits = weight_0 * counts[0];
555 bits += exp_val * (counts[i] + counts[256 - i]);
902 const int counts[256]) {
906 return CombinedShannonEntropy(counts, accumulated) +
907 PredictionCostSpatial(counts, 3, kExpValue);
1481 // Returns the various RLE counts
1492 stats.counts[population[i] != 0] += (streak > 3);
1497 stats.counts[populatio
901 PredictionCostCrossColor(const int accumulated[256], const int counts[256]) argument
[all...]
H A Dlossless_mips32.c219 // Returns the various RLE counts
225 int* const pcnts = &stats.counts[0];
250 int* const pcnts = &stats.counts[0];
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1891 CvMat* counts = 0; local
1907 CV_CALL( counts = cvCreateMat( 1, nclusters + 1, CV_32SC1 ) );
1908 CV_CALL( cvSetZero( counts ));
1913 counts->data.i[labels->data.i[i] + 1]++;
1915 CV_ASSERT((int)cvSum(counts).val[0] == nsamples);
1922 if( counts->data.i[j+1] ) // j-th class is not empty
1931 if( counts->data.i[label+1] == 0 ||
1932 (counts->data.i[label+1] <= 1 && label != -1) )
1943 counts->data.i[labels->data.i[maxprob_loc] + 1]--;
1945 counts
[all...]
H A Dmlboost.cpp498 double* counts = (double*)cvStackAlloc( (mi+1)*sizeof(counts[0]) ) + 1; local
504 sum[i] = counts[i] = 0;
512 double nc = counts[idx] + w;
514 counts[idx] = nc;
520 R += counts[i];
522 sum[i] /= counts[i];
531 sum[i] *= counts[i];
536 double ni = counts[idx];
/external/webp/src/dsp/
H A Dlossless.c539 static float PredictionCostSpatial(const int counts[256], int weight_0, argument
543 double bits = weight_0 * counts[0];
546 bits += exp_val * (counts[i] + counts[256 - i]);
893 const int counts[256]) {
897 return CombinedShannonEntropy(counts, accumulated) +
898 PredictionCostSpatial(counts, 3, kExpValue);
1472 // Returns the various RLE counts
1483 stats.counts[population[i] != 0] += (streak > 3);
1488 stats.counts[populatio
892 PredictionCostCrossColor(const int accumulated[256], const int counts[256]) argument
[all...]
H A Dlossless_mips32.c219 // Returns the various RLE counts
225 int* const pcnts = &stats.counts[0];
250 int* const pcnts = &stats.counts[0];
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape_dashing.lua89 print("histogram of point-counts for all drawPoints calls")
/external/skia/tools/lua/
H A Dscrape_dashing.lua89 print("histogram of point-counts for all drawPoints calls")

Completed in 5619 milliseconds

12345678910