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

1 2 3

  /external/srtp/crypto/include/
rdbx.h 4 * replay database with extended packet indices, using a rollover counter
22 typedef uint32_t rollover_counter_t; /* 32 bit rollover counter */
27 typedef uint16_t rollover_counter_t; /* 16 bit rollover counter */
57 * setting the rollover counter and sequence number to zero
116 * to have the rollover counter value roc. If that value is less than
117 * the current rollover counter value, then the function returns
126 * rdbx_get_roc(rdbx) returns the value of the rollover counter for
  /external/srtp/crypto/replay/
rdbx.c 4 * a replay database with extended range, using a rollover counter
59 * then the rollover counter r in the cryptographic context is
70 * rollover counter and a sequence number; the sequence number is the
71 * explicit part, and the rollover counter is the implicit part.
220 * to have the rollover counter value roc. If that value is less than
221 * the current rollover counter value, then the function returns
334 * if the sequence number and rollover counter in the rdbx are
336 * set the rollover counter to zero (since the index_guess(...)
337 * function might incorrectly guess that the rollover counter is
  /external/chromium_org/media/cast/net/
frame_id_wrap_helper_test.cc 23 TEST_F(FrameIdWrapHelperTest, Rollover) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 72 Output the record to the file, catering for rollover as described
94 values of maxBytes and backupCount to allow the file to rollover at
97 Rollover occurs whenever the current log file is nearly maxBytes in
108 If maxBytes is zero, rollover never occurs.
110 # If rotation/rollover is wanted, it doesn't make sense to use another
123 Do a rollover, as described in __init__().
146 Determine if rollover should occur.
165 If backupCount is > 0, when rollover is done, no more than backupCount
173 # Calculate the real rollover interval, which is just the number of
175 # a rollover occurs. Current 'when' events supported
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 72 Output the record to the file, catering for rollover as described
94 values of maxBytes and backupCount to allow the file to rollover at
97 Rollover occurs whenever the current log file is nearly maxBytes in
108 If maxBytes is zero, rollover never occurs.
110 # If rotation/rollover is wanted, it doesn't make sense to use another
123 Do a rollover, as described in __init__().
146 Determine if rollover should occur.
165 If backupCount is > 0, when rollover is done, no more than backupCount
173 # Calculate the real rollover interval, which is just the number of
175 # a rollover occurs. Current 'when' events supported
    [all...]
  /external/srtp/test/
roc_driver.c 4 * test driver for rollover counter replay implementation
67 printf("rollover counter test driver\n"
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Types.h 90 /* Rollover offset of the clock */
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Clock.c 45 * M4OSA_ROLLOVER_CLOCK in M4OSA_Types.h must be configured with the rollover
  /frameworks/av/media/libmedia/
SingleStateQueue.cpp 52 // this relies on 2's complement rollover to detect an ancient sequence number
  /external/chromium/base/
time_win.cc 253 // Accumulation of time lost due to rollover (in milliseconds).
256 // The last timeGetTime value we saw, to detect rollover.
270 // rollover ourselves, which works if TimeTicks::Now() is called at least every
297 // in the worst case, it gets the counter from the rollover interrupt on the
time_mac.cc 127 // Don't bother with the rollover handling that the Windows version does.
atomicops_unittest.cc 133 // Test at rollover boundary between int_max and int_min
time_win_unittest.cc 68 // 1) Set clock to rollover - N
  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.h 53 // the units and that rollover while the computer is running.
  /external/chromium_org/content/browser/download/
rate_estimator.cc 82 // It's possible (although unlikely) for there to be rollover with TimeTicks.
  /external/chromium_org/third_party/libjingle/source/talk/base/
taskrunner.h 53 // the units and that rollover while the computer is running.
  /external/chromium_org/base/time/
time_win.cc 295 // Accumulation of time lost due to rollover (in milliseconds).
298 // The last timeGetTime value we saw, to detect rollover.
312 // rollover ourselves, which works if TimeTicks::Now() is called at least every
345 // in the worst case, it gets the counter from the rollover interrupt on the
time_mac.cc 62 // Don't bother with the rollover handling that the Windows version does.
time_win_unittest.cc 68 // 1) Set clock to rollover - N
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduContentTypes.java 89 "application/vnd.wap.rollover-certificate", /* 0x3F */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_queryobj.c 170 * GL_QUERY_COUNTER_BITS to handle rollover correctly. Instead, we
173 * happens to also be at a rollover in the reported value from near
  /external/chromium_org/v8/src/platform/
time.cc 402 // in the worst case, it gets the counter from the rollover interrupt on the
461 // every ~49.7 days. We try to track rollover ourselves, which works if
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 170 * GL_QUERY_COUNTER_BITS to handle rollover correctly. Instead, we
173 * happens to also be at a rollover in the reported value from near
  /external/chromium/chrome/browser/ui/cocoa/
framed_browser_window.mm 21 // - rollover effects work correctly
  /external/chromium_org/base/
atomicops_unittest.cc 133 // Test at rollover boundary between int_max and int_min

Completed in 454 milliseconds

1 2 3