Searched refs:pct (Results 1 – 13 of 13) sorted by relevance
/external/chromium/chrome/browser/chromeos/ |
D | audio_handler.cc | 65 double pct = VolumeDbToPercent(volume); in AdjustVolumeByPercent() local 67 if (pct < 0) in AdjustVolumeByPercent() 68 pct = 0; in AdjustVolumeByPercent() 69 pct = pct + adjust_by_percent; in AdjustVolumeByPercent() 70 if (pct > 100.0) in AdjustVolumeByPercent() 71 pct = 100.0; in AdjustVolumeByPercent() 74 if (pct <= 0.1) in AdjustVolumeByPercent() 77 new_volume = PercentToVolumeDb(pct); in AdjustVolumeByPercent()
|
/external/llvm/utils/lit/lit/ |
D | Util.py | 134 pct = float(len(row)) / len(items) 135 w = int(barW * pct)
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 564 double pct = (Stats.NumBits * 100.0) / BufferSizeBits; in AnalyzeBitcode() local 565 outs() << " Percent of file: " << format("%2.4f%%", pct) << "\n"; in AnalyzeBitcode() 582 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode() local 583 outs() << " Percent Abbrevs: " << format("%2.4f%%", pct) << "\n"; in AnalyzeBitcode()
|
/external/blktrace/btt/ |
D | output.c | 524 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/linux-tools-perf/ |
D | builtin-stat.c | 515 double pct = 0.0; in print_noise_pct() local 518 pct = 100.0*total/avg; in print_noise_pct() 520 fprintf(stderr, " ( +-%6.2f%% )", pct); in print_noise_pct()
|
/external/v8/tools/ |
D | tickprocessor.js | 503 var pct = ticksCount * 100.0 / totalTicksCount; 504 print(' ' + padLeft(ticksCount, 5) + ' ' + padLeft(pct.toFixed(1), 5) + '%');
|
/external/v8/src/ |
D | spaces.cc | 695 float pct = static_cast<float>(capacity_ - size_) / capacity_; in ReportStatistics() local 699 capacity_, size_, static_cast<int>(pct*100)); in ReportStatistics() 1743 float pct = static_cast<float>(Available()) / Capacity(); in ReportStatistics() local 1746 Capacity(), Available(), static_cast<int>(pct*100)); in ReportStatistics() 2454 int pct = static_cast<int>(Available() * 100 / Capacity()); in ReportStatistics() local 2458 Capacity(), Waste(), Available(), pct); in ReportStatistics()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_runner.py | 1115 pct = len(results) * 100.0 / not_passing 1117 (len(results), desc[len(results) != 1], pct))
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1339 float pct; in show_histogram() local 1341 pct = (float)(100.0 * bucket[i].count / total); in show_histogram() 1354 fprintf(stderr, "\t%5d (%6.2f%%)\n",bucket[i].count,pct); in show_histogram()
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | WebCoreURLResponse.mm | 137 CFSTR("pct"),
|
/external/webkit/LayoutTests/http/conf/ |
D | mime.types | 462 image/pict pict pic pct
|
/external/chromium/net/base/ |
D | ssl_false_start_blacklist.txt | 2790 pct.edu
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 27543 http://www.bensonassoc.com/pct/teapast11.html 27544 http://www.bensonassoc.com/pct/teapast19.html 63674 http://www.pct.edu/annualfund/planned_giving.htm 79092 http://www.wandsworth-pct.nhs.uk/work/ppi/Copyingletters.asp
|