HomeSort by relevance Sort by last modified time
    Searched refs:pct (Results 1 - 14 of 14) 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);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AttachmentLoader.java 135 int pct = (totalRead * 100) / length; local
138 if ((pct > lastCallbackPct) && (totalRead > (lastCallbackTotalRead + CHUNK_SIZE))) {
140 doProgressCallback(pct);
142 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 564 double pct = (Stats.NumBits * 100.0) / BufferSizeBits; local
565 outs() << " Percent of file: " << format("%2.4f%%", pct) << "\n";
582 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; local
583 outs() << " Percent Abbrevs: " << format("%2.4f%%", pct) << "\n";
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 113 float pct = actualHeight < 3.5 ? .32f : local
116 preview.setMaxHeight((int)(dm.heightPixels * pct));
  /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 500 pct = float(size) * 100.0 / limit
501 msg = "%s size (%d) is %.2f%% of limit (%d)" % (target, size, pct, limit)
502 if pct >= 99.0:
504 elif pct >= 95.0:
  /external/linux-tools-perf/
builtin-stat.c 515 double pct = 0.0; local
518 pct = 100.0*total/avg;
520 fprintf(stderr, " ( +-%6.2f%% )", pct);
    [all...]
  /external/v8/src/
spaces.cc 695 float pct = static_cast<float>(capacity_ - size_) / capacity_; local
699 capacity_, size_, static_cast<int>(pct*100));
1743 float pct = static_cast<float>(Available()) \/ Capacity(); local
2454 int pct = static_cast<int>(Available() * 100 \/ Capacity()); local
    [all...]
  /external/v8/tools/
tickprocessor.js 503 var pct = ticksCount * 100.0 / totalTicksCount;
504 print(' ' + padLeft(ticksCount, 5) + ' ' + padLeft(pct.toFixed(1), 5) + '%');
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py     [all...]
  /external/libvpx/libvpx/
vpxenc.c 1073 static const arg_def_t undershoot_pct = ARG_DEF(NULL, "undershoot-pct", 1,
1075 static const arg_def_t overshoot_pct = ARG_DEF(NULL, "overshoot-pct", 1,
1092 static const arg_def_t bias_pct = ARG_DEF(NULL, "bias-pct", 1,
1094 static const arg_def_t minsection_pct = ARG_DEF(NULL, "minsection-pct", 1,
1096 static const arg_def_t maxsection_pct = ARG_DEF(NULL, "maxsection-pct", 1,
1339 float pct; local
    [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 479 milliseconds