HomeSort by relevance Sort by last modified time
    Searched refs:total_count (Results 1 - 22 of 22) sorted by null

  /external/jemalloc/test/
test.sh.in 45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
  /external/libchrome/base/metrics/
sparse_histogram.cc 137 Count total_count = snapshot->TotalCount(); local
138 double scaled_total_count = total_count / 100.0;
140 WriteAsciiHeader(total_count, output);
185 void SparseHistogram::WriteAsciiHeader(const Count total_count,
190 total_count);
sparse_histogram.h 79 void WriteAsciiHeader(const Count total_count,
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
pretty_printers.py 191 total_count = 0
194 total_count += t_total
197 total_count += t_total
201 total_count += t_total
202 return (enabled_count, total_count)
217 (enabled_count, total_count) = count_all_enabled_printers()
218 print ("%d of %d printers enabled" % (enabled_count, total_count))
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
pretty_printers.py 191 total_count = 0
194 total_count += t_total
197 total_count += t_total
201 total_count += t_total
202 return (enabled_count, total_count)
217 (enabled_count, total_count) = count_all_enabled_printers()
218 print ("%d of %d printers enabled" % (enabled_count, total_count))
  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 115 total_count = pass_count + notpass_count
116 if total_count:
117 score = float(pass_count) / float(total_count) * 100.0
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 120 total_count = pass_count + notpass_count
121 if total_count:
122 score = float(pass_count) / float(total_count) * 100.0
  /external/autotest/tko/
display.py 156 total_count = 0
161 total_count += status_count[key]
162 if total_count != 0:
163 average_grade = average_grade / total_count
  /external/e2fsprogs/misc/
e4defrag.c 177 static unsigned int total_count; variable
401 total_count++;
591 total_count, file, extents, extents);
604 total_count, file, extents, extents);
1106 if (total_count == 1 && regular_count == 1)
1109 printf("[%u/%u]", defraged_file_count, total_count);
1214 if (total_count == 1 && regular_count == 1) {
1262 defraged_file_count, total_count, file);
    [all...]
  /development/testrunner/test_defs/
instrumentation_test.py 196 total_count = 0
208 total_count+=1
210 (total_count, fail_count, error_count))
  /art/runtime/
profiler.cc 618 uint32_t total_count = 0; local
625 total_count += count;
643 total_count += pi->second.count_;
660 // "method/total_count/size/[pc_1:count_1:context_1#pc_2:count_2:context_2#...]".
666 os << StringPrintf("%s/%u/%u/[%s]\n", method_name.c_str(), total_count,
775 uint32_t total_count = strtoul(info[1].c_str(), nullptr, 10); local
800 previous_[methodname] = PreviousValue(total_count, size, context_map);
837 uint32_t total_count = strtoul(summary_info[0].c_str(), nullptr, 10); local
865 double usedPercent = (count * 100.0) / total_count;
871 : 100 * static_cast<double>(curTotalCount) / static_cast<double>(total_count);
    [all...]
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 125 ElfAddr total_count = packed[ndx++]; local
131 while(current_count < total_count) {
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 681 int total_count = 0, rotated_count[3] = {0, 0, 0}; local
688 total_count++;
707 if (total_count == 0) {
711 if (rotated_count[0] > total_count * 2 / 3) {
713 } else if (rotated_count[1] > total_count * 2 / 3) {
715 } else if (rotated_count[2] > total_count * 2 / 3) {
  /external/freetype/src/base/
ftdbgmem.c 857 FT_Long total_count = ft_atol( p ); local
860 if ( total_count > 0 )
863 table->alloc_count_max = total_count;
  /external/pdfium/third_party/freetype/src/base/
ftdbgmem.c 857 FT_Long total_count = ft_atol( p ); local
860 if ( total_count > 0 )
863 table->alloc_count_max = total_count;
  /external/v8/tools/
ll_prof.py 159 total_count = 0
175 total_count += count
182 assert total_count == self.self_ticks, \
183 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)
    [all...]
  /external/libchrome/base/process/
process_metrics_linux.cc 302 int total_count = 0; local
306 ++total_count;
309 return total_count;
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
  /external/opencv3/modules/java/generator/
gen_java.py     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 1266 bfd_size_type total_count; local
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 538 uptr total_count = (region->mapped_user - beg_idx - size) local
540 region->allocated_meta += total_count * kMetadataSize;
    [all...]

Completed in 1288 milliseconds