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

  /packages/apps/Email/src/com/android/email/activity/
UpgradeAccounts.java 375 int estimate = UpgradeAccounts.estimateWork(mContext, mAccountInfo[i].account); local
376 if (estimate == -1) {
380 UpgradeAccounts.this.mHandler.setMaxProgress(i, estimate);
461 * Estimate the work required to convert an account.
463 * @return conversion operations estimate, or -1 if there's any problem
466 int estimate = 1; // account local
470 estimate += folders.length;
474 estimate += folder.getMessageCount();
477 estimate += store.getStoredAttachmentCount();
486 return estimate;
    [all...]
  /external/v8/src/
handles.cc 161 static int ExpectedNofPropertiesFromEstimate(int estimate) {
162 // TODO(1231235): We need dynamic feedback to estimate the number
165 if (estimate == 0) return 4;
166 return estimate + 2;
171 int estimate) {
173 ExpectedNofPropertiesFromEstimate(estimate));
178 int estimate) {
180 func, ExpectedNofPropertiesFromEstimate(estimate));
handles.h 304 // Sets the expected number of properties based on estimate from compiler.
306 int estimate);
308 int estimate);
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/benchmarks/
regexp.js 32 // operation is given a weight that is calculated from an estimate of
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-regexp.js 32 // operation is given a weight that is calculated from an estimate of
    [all...]

Completed in 175 milliseconds