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

  /external/v8/src/
spaces.cc 618 float pct = static_cast<float>(capacity_ - size_) / capacity_; local
620 capacity_, size_, static_cast<int>(pct*100));
1496 float pct = static_cast<float>(Available()) \/ Capacity(); local
2101 int pct = Available() * 100 \/ Capacity(); local
2372 int pct = Available() * 100 \/ Capacity(); local
    [all...]
  /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 364 pct = float(size) * 100.0 / limit
365 msg = "%s size (%d) is %.2f%% of limit (%d)" % (target, size, pct, limit)
366 if pct >= 99.0:
368 elif pct >= 95.0:
  /external/v8/tools/
tickprocessor.js 497 var pct = ticksCount * 100.0 / totalTicksCount;
498 print(' ' + padLeft(ticksCount, 5) + ' ' + padLeft(pct.toFixed(1), 5) + '%');
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py     [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java 948 int pct = (totalRead * 100) \/ length; local
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 172 milliseconds