Home
last modified time | relevance | path

Searched refs:pct (Results 1 – 17 of 17) sorted by relevance

/external/autotest/client/tools/
Ddiffprofile58 pct = (100 * diff[key]) / orig[key]
60 pct = 0
61 print "%10d %6.1f%% %s" % (diff[key], pct, key)
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dxmlreport.py133 pct = 0.0
135 pct = 100.0 * (lhits_tot + bhits_tot) / denom
136 return pct
/external/libvpx/libvpx/
Drate_hist.c231 float pct; in show_histogram() local
233 pct = (float)(100.0 * bucket[i].count / total); in show_histogram()
246 fprintf(stderr, "\t%5d (%6.2f%%)\n", bucket[i].count, pct); in show_histogram()
/external/llvm/utils/lit/lit/
Dutil.py152 pct = float(len(row)) / len(items)
153 w = int(barW * pct)
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log27 S'pct of incorrect cases (%)--tids'
173 S'pct of large intervals (%)'
382 S'pct of large intervals (%)'
605 S'pct of large intervals (%)'
876 S'pct of large intervals (%)'
1142 S'pct of large intervals (%)'
1217 S'pct of incorrect cases (%)--packets'
1292 S'pct of large intervals (%)'
1484 S'pct of large intervals (%)'
1586 S'pct of incorrect cases (%)--pinch'
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log27 S'pct of incorrect cases (%)--tids'
173 S'pct of large intervals (%)'
382 S'pct of large intervals (%)'
580 S'pct of large intervals (%)'
781 S'pct of large intervals (%)'
1001 S'pct of large intervals (%)'
1221 S'pct of large intervals (%)'
1488 S'pct of large intervals (%)'
1754 S'pct of large intervals (%)'
2016 S'pct of large intervals (%)'
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log27 S'pct of incorrect cases (%)--tids'
173 S'pct of large intervals (%)'
382 S'pct of large intervals (%)'
580 S'pct of large intervals (%)'
781 S'pct of large intervals (%)'
1001 S'pct of large intervals (%)'
1221 S'pct of large intervals (%)'
1488 S'pct of large intervals (%)'
1754 S'pct of large intervals (%)'
2016 S'pct of large intervals (%)'
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log27 S'pct of incorrect cases (%)--tids'
173 S'pct of large intervals (%)'
382 S'pct of large intervals (%)'
580 S'pct of large intervals (%)'
778 S'pct of large intervals (%)'
979 S'pct of large intervals (%)'
1177 S'pct of large intervals (%)'
1375 S'pct of large intervals (%)'
1576 S'pct of large intervals (%)'
1774 S'pct of large intervals (%)'
[all …]
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp715 double pct = (Stats.NumBits * 100.0) / BufferSizeBits; in AnalyzeBitcode() local
716 outs() << " Percent of file: " << format("%2.4f%%", pct) << "\n"; in AnalyzeBitcode()
733 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode() local
734 outs() << " Percent Abbrevs: " << format("%2.4f%%", pct) << "\n"; in AnalyzeBitcode()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log27 S'pct of incorrect cases (%)--tids'
173 S'pct of large intervals (%)'
382 S'pct of large intervals (%)'
580 S'pct of large intervals (%)'
781 S'pct of large intervals (%)'
1001 S'pct of large intervals (%)'
1221 S'pct of large intervals (%)'
1488 S'pct of large intervals (%)'
1754 S'pct of large intervals (%)'
2016 S'pct of large intervals (%)'
[all …]
/external/blktrace/btt/
Doutput.c524 double delta, pct; in __dip_output_plug() local
530 pct = 100.0 * (dip->plugged_time / delta); in __dip_output_plug()
534 dip->nplugs, dip->nplugs_t, pct); in __dip_output_plug()
540 dip->nplugs, dip->nplugs_t, pct); in __dip_output_plug()
546 plug_info.t_percent += pct; in __dip_output_plug()
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Dcoverage_html.js147 var pct = numer * 100 / denom;
148 footer_cell.text(pct.toFixed(places) + '%');
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103446.log27 S'pct of incorrect cases (%)--tids'
155 S'pct of large intervals (%)'
377 S'pct of large intervals (%)'
589 S'pct of large intervals (%)'
801 S'pct of large intervals (%)'
/external/v8/tools/
Dtickprocessor.js468 var pct = ticks * 100 / totalTicks;
473 padLeft(pct.toFixed(1), 5) + '% ' +
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1459 const double pct = stats->pcnt_motion; in accumulate_frame_motion_stats() local
1462 *mv_in_out = stats->mv_in_out_count * pct; in accumulate_frame_motion_stats()
1468 if (pct > 0.05) { in accumulate_frame_motion_stats()
1474 *mv_ratio_accumulator += pct * (mvr_ratio < stats->mvr_abs ? in accumulate_frame_motion_stats()
1476 *mv_ratio_accumulator += pct * (mvc_ratio < stats->mvc_abs ? in accumulate_frame_motion_stats()
/external/v8/src/heap/
Dspaces.cc915 float pct = static_cast<float>(capacity_ - size) / capacity_; in AllocateChunk() local
918 capacity_, size, static_cast<int>(pct * 100)); in AllocateChunk()
2152 float pct = static_cast<float>(Available()) / TotalCapacity(); in AllocateChunk() local
2154 TotalCapacity(), Available(), static_cast<int>(pct * 100)); in AllocateChunk()
2870 int pct = static_cast<int>(Available() * 100 / Capacity()); in AllocateChunk() local
2873 Capacity(), Waste(), Available(), pct); in AllocateChunk()
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace56381 ���pct�m���