Searched refs:counts (Results 51 - 75 of 234) sorted by relevance

12345678910

/external/valgrind/main/memcheck/tests/
H A Dleak-pool-3.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dleak-pool-4.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dleak-pool-5.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dmallinfo.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
H A Dnew_override.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dsbfragment.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dsem.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dsh-mem-random.stdout.exp8 counts 1/2/4/8/F4/F8: 300249 300934 299432 299394 0 299991
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dcapget.stderr.exp13 For counts of detected and suppressed errors, rerun with: -v
H A Dlsframe1.stderr.exp11 For counts of detected and suppressed errors, rerun with: -v
H A Dlsframe2.stderr.exp11 For counts of detected and suppressed errors, rerun with: -v
H A Dsigqueue.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
H A Dsys-openat.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
H A Dsyscalls-2007.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
H A Dsyslog-syscall.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/ppc32/
H A Dpower_ISA2_05.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
/external/valgrind/main/memcheck/tests/ppc64/
H A Dpower_ISA2_05.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dliteral_cost.cc42 int counts[3] = { 0 }; local
49 ++counts[utf8_pos];
52 if (counts[2] < 500) {
55 if (counts[1] + counts[2] < 25) {
/external/oprofile/libpp/
H A Ddiff_container.cpp66 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]);
H A Dsymbol_sort.cpp48 if (lhs.sample.counts[0] < rhs.sample.counts[0])
50 if (lhs.sample.counts[0] > rhs.sample.counts[0])
/external/oprofile/pp/
H A Dopreport.cpp44 count_array_t counts; member in struct:__anon28475::summary
49 ? counts[0] < rhs.counts[0] : rhs.counts[0] < counts[0];
68 counts[pclass] += count;
88 count_array_t counts; member in struct:__anon28475::app_summary
99 ? counts[0] < rhs.counts[0] : rhs.counts[
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbool.pxd22 # counts.
27 # counts.
/external/chromium_org/tools/perf/page_sets/
H A Dpresubmit_unittest.py107 counts = collections.defaultdict(int)
109 counts[type(result)] += 1
110 actual_errors = counts[OutputAPIStub.PresubmitError]
111 actual_notifications = counts[OutputAPIStub.PresubmitNotifyResult]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S4 # This test makes sure the bbv plugin counts these instructions properly

Completed in 507 milliseconds

12345678910