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

  /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/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 372 pct = float(size) * 100.0 / limit
373 msg = "%s size (%d) is %.2f%% of limit (%d)" % (target, size, pct, limit)
374 if pct >= 99.0:
376 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 333 milliseconds