HomeSort by relevance Sort by last modified time
    Searched full:rolling (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/libppp/src/
throughput.c 63 t->rolling = 0;
117 if (t->rolling) {
149 if (t->rolling)
196 throughput_start(struct pppThroughput *t, const char *name, int rolling)
209 throughput_restart(t, name, rolling);
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling)
216 t->rolling = rolling ? 1 : 0;
217 if (t->rolling) {
throughput.h 50 unsigned rolling : 1; member in struct:pppThroughput
  /external/chromium_org/chrome/installer/util/
callback_work_item_unittest.cc 33 // A callback that sets |state| according to whether it is rolling forward or
conditional_work_item_list.cc 28 VLOG(1) << "Rolling back conditional list " << log_message_;
  /external/chromium_org/third_party/cacheinvalidation/
README.chromium 15 Note: If you are rolling forward the Cache Invalidation API version, and want to
  /external/chromium_org/third_party/sqlite/src/test/
pagerfault3.test 48 # will have to extend the db file from 3072 to 4096 byts when rolling
tempdb.test 12 # The focus of this file is in making sure that rolling back
  /libcore/luni/src/main/java/java/sql/
Savepoint.java 22 * by a rollback via the {@link Connection#rollback} command. Rolling back to a
  /external/chromium_org/content/test/data/media/
getusermedia.html 17 // be rolling, the title is changed and the stream should be stopped.
26 // be rolling, the title should be changed and the stream is let roll for a
  /external/chromium_org/skia/
skia_test_expectations.txt 21 # If you are rolling Skia's DEPS within Chrome, and trybot results indicate
28 # If not, please fix Skia rather than rolling in the version that will
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
InputSmoother.java 28 * Only consecutive samples will factor into the rolling average sample window.
35 * Sampling window to calculate rolling average of scroll velocity.
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.h 39 * Execute and test adding and rolling extensively.
  /external/icu4c/test/cintltst/
ccaltst.h 39 * Execute and test adding and rolling extensively.
  /external/icu4c/i18n/unicode/
calendar.h 174 * <code>Calendar</code> provides an API for field "rolling", where fields
175 * can be incremented or decremented, but wrap around. For example, rolling the
582 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
586 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
588 * changed. For instance, rolling the month up on the date 01/31/96 will result in
589 * 02/29/96. Rolling up always means rolling forward in time (unless the limit of the
591 * starting with 100 BC and rolling the year up results in 99 BC.
593 * most eras in the Japanese calendar) then rolling the year past either limit of th
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPVersionInfo.java 35 /** @return Returns a rolling build number, monotonically increasing in a release. */
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 152 * <code>Calendar</code> provides an API for field "rolling", where fields
153 * can be incremented or decremented, but wrap around. For example, rolling the
544 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
546 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
548 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
550 * changed. For instance, rolling the month up on the date 01/31/96 will result in
551 * 02/29/96. Rolling up always means rolling forward in time; e.g., rolling the year
552 * up on "100 BC" will result in "99 BC", for Gregorian calendar. When rolling on th
    [all...]
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 112 // rolling on the ground
157 // To gard against hanging, we treat the ball as rolling on the ground
  /external/chromium/app/sql/
transaction_unittest.cc 87 // Rolling back any part of a transaction should roll back all of them.
connection.cc 167 NOTREACHED() << "Rolling back a nonexistent transaction";
184 NOTREACHED() << "Rolling back a nonexistent transaction";
  /external/chromium/net/test/
python_utils.cc 43 // Search for |to_try|, rolling up the directory tree from
  /external/chromium_org/chrome/browser/resources/options/
confirm_dialog.js 95 * Handle the cancel button by rolling back the |pref| change without it
  /external/chromium_org/chrome/common/extensions/docs/server2/
features_utility.py 56 # To get the ball rolling, add a hack to combine the extension types.
  /external/chromium_org/net/test/
python_utils.cc 45 // Search for |to_try|, rolling up the directory tree from
  /external/chromium_org/sql/
transaction_unittest.cc 85 // Rolling back any part of a transaction should roll back all of them.
  /external/dropbear/libtomcrypt/notes/
tech0001.txt 23 Next we must initialize the state once to get the ball rolling

Completed in 1008 milliseconds

1 2 3 4 5 6 7