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

  /external/chromium/chrome/browser/chromeos/
audio_handler.cc 65 double pct = VolumeDbToPercent(volume); local
67 if (pct < 0)
68 pct = 0;
69 pct = pct + adjust_by_percent;
70 if (pct > 100.0)
71 pct = 100.0;
74 if (pct <= 0.1)
77 new_volume = PercentToVolumeDb(pct);
  /device/samsung/crespo4g/recovery/
recovery_updater.c 46 int pct; member in struct:stat_info
107 if (prev_pct != st.pct) {
108 /* use st.pct to update UI */
109 printf(" %3d \%\n", st.pct);
110 prev_pct = st.pct;
  /external/clang/utils/
SummarizeErrors 33 pct = (100. * pos) / (size * 2)
34 if (pct - lastProgress[0]) >= 10:
35 lastProgress[0] = pct
36 print '%d/%d = %.2f%%' % (pos, size*2, pct)
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 133 int pct = (totalRead * 100) / length; local
136 if ((pct > lastCallbackPct) && (totalRead > (lastCallbackTotalRead + CHUNK_SIZE))) {
138 doProgressCallback(pct);
140 lastCallbackPct = pct;
  /external/llvm/utils/lit/lit/
Util.py 134 pct = float(len(row)) / len(items)
135 w = int(barW * pct)
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 561 double pct = (Stats.NumBits * 100.0) / BufferSizeBits; local
562 errs() << " Percent of file: " << format("%2.4f%%", pct) << "\n";
579 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; local
580 errs() << " Percent Abbrevs: " << format("%2.4f%%", pct) << "\n";
  /external/blktrace/btt/
output.c 524 double delta, pct; local
530 pct = 100.0 * (dip->plugged_time / delta);
534 dip->nplugs, dip->nplugs_t, pct);
540 dip->nplugs, dip->nplugs_t, pct);
546 plug_info.t_percent += pct;
  /build/tools/releasetools/
common.py 400 pct = float(size) * 100.0 / limit
401 msg = "%s size (%d) is %.2f%% of limit (%d)" % (target, size, pct, limit)
402 if pct >= 99.0:
404 elif pct >= 95.0:
  /external/v8/src/
spaces.cc 717 float pct = static_cast<float>(capacity_ - size_) / capacity_; local
721 capacity_, size_, static_cast<int>(pct*100));
1696 float pct = static_cast<float>(Available()) \/ Capacity(); local
2479 int pct = static_cast<int>(Available() * 100 \/ Capacity()); local
2640 int pct = static_cast<int>(Available() * 100 \/ Capacity()); local
    [all...]
  /external/v8/tools/
tickprocessor.js 512 var pct = ticksCount * 100.0 / totalTicksCount;
513 print(' ' + padLeft(ticksCount, 5) + ' ' + padLeft(pct.toFixed(1), 5) + '%');
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 437 milliseconds