HomeSort by relevance Sort by last modified time
    Searched full:interval (Results 526 - 550 of 3257) sorted by null

<<21222324252627282930>>

  /external/iproute2/misc/
nstat.c 368 static void update_db(int interval)
390 sample = (double)incr * 1000.0 / interval;
391 if (interval >= scan_interval) {
393 } else if (interval >= 1000) {
394 if (interval >= time_constant) {
397 double w = W*(double)interval/scan_interval;
499 " -t, --interval=SECS report average over the last SECS\n"
514 { "interval", 1, 0, 't' },
  /external/ipsec-tools/src/racoon/
localconf.h 97 int retry_interval; /* interval each retry. */
104 int natt_ka_interval; /* NAT-T keepalive interval. */
  /external/libavc/encoder/
ih264e_cabac_structs.h 136 /** cabac interval start L */
139 /** cabac interval range R */
  /external/libpcap/pcap/
usb.h 97 * "iso_rec" information, and the fields starting with "interval"
120 int32_t interval; /* for Interrupt and Isochronous events */ member in struct:_usb_header_mmapped
  /external/libvterm/src/
unicode.c 72 struct interval { struct
79 static const struct interval combining[] = {
131 /* auxiliary function for binary search in interval table */
132 static int bisearch(wchar_t ucs, const struct interval *table, int max) {
195 sizeof(combining) / sizeof(struct interval) - 1))
244 static const struct interval ambiguous[] = {
301 sizeof(ambiguous) / sizeof(struct interval) - 1))
331 return bisearch(codepoint, combining, sizeof(combining) / sizeof(struct interval) - 1);
  /external/llvm/test/Analysis/LoopAccessAnalysis/
reverse-memcheck-bounds.ll 7 ; we need to take this into account and swap the interval
52 ; the interval limits.
  /external/mdnsresponder/mDNSCore/
Implementer Notes.txt 37 time, not the time *interval* between now and the next required call.
40 the interval between now and the next event.
  /external/v8/src/crankshaft/
lithium-allocator.cc 254 // Find the last interval that ends before the position. If the
256 // split that interval and use the first part.
259 // If the split position coincides with the beginning of a use interval
264 // When splitting at start we need to locate the previous use interval.
285 ? after // Only interval in the range after split.
286 : last_interval_; // Last interval of the original range.
295 // The split position coincides with the beginning of a use interval (the
297 // the split child because split child owns use interval covering it.
367 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n",
392 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n"
397 UseInterval* interval = new(zone) UseInterval(start, end); local
404 UseInterval* interval = new(zone) UseInterval(start, end); local
    [all...]
  /external/v8/src/
objects-body-descriptors.h 71 // interval.
109 // interval.
  /external/v8/src/profiler/
sampler.h 69 Sampler(Isolate* isolate, int interval);
73 int interval() const { return interval_; } function in class:v8::internal::Sampler
  /external/vulkan-validation-layers/libs/glm/gtc/
random.hpp 56 /// Generate random numbers in the interval [Min, Max], according a linear distribution
67 /// Generate random numbers in the interval [Min, Max], according a gaussian distribution
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 67 // Arbitrary interval to poll the codec for new outputs.
71 // Interval to print codec statistics (bitrate, fps, encoding/decoding time).
  /external/webrtc/talk/app/webrtc/
remotevideocapturer.cc 86 best_format->interval = desired.interval;
  /external/webrtc/webrtc/base/
random.cc 30 // the interval [0,t+1), so the integer part is uniform on [0,t].
72 // interval (0, 1]. Note that we rely on NextOutput to generate integers
  /frameworks/base/docs/html/training/location/
change-location-settings.jd 33 desired update interval, and the device automatically makes the appropriate
77 class reference. This lesson sets the update interval, fastest update
78 interval, and priority, as described below:</p>
82 Update interval
93 Fastest update interval
161 interval of 5000 milliseconds (5 seconds), causes the fused location
168 adjust the fastest interval to a slower value. This adjustment prevents your
170 set the fastest interval back to a fast value.</p>
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeUpCall.java 52 Log.d(LOG_TAG, String.format("incoming: interval = %d, max loop = %d, this loop = %d",
60 Log.e(LOG_TAG, "no valid wakeup interval received, trying to stop service");
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java 187 verifyRecurrence("20060205T100000", "FREQ=MONTHLY;INTERVAL=2;COUNT=3",
199 // this tests wrapping the year when the interval isn't divisible
201 verifyRecurrence("20060205T100000", "FREQ=MONTHLY;INTERVAL=5;COUNT=5",
553 "FREQ=WEEKLY;INTERVAL=2;COUNT=4;BYDAY=TU,SU", // uses default WKST=MO
567 "FREQ=WEEKLY;INTERVAL=2;COUNT=4;BYDAY=TU,SU;WKST=SU",
623 "FREQ=WEEKLY;INTERVAL=2;COUNT=4;BYDAY=TU,SU;WKST=TH",
721 "FREQ=WEEKLY;UNTIL=20071031T200000Z;INTERVAL=1;BYDAY=TU,TH;WKST=SU",
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf8001-broadcast.cxx 55 * Current connection interval, slave latency and link supervision timeout
122 lib_aci_broadcast(10/* in seconds */, 0x0100 /* advertising interval 100ms */);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceSetTest.java 37 "FREQ=WEEKLY;WKST=MO;UNTIL=20100129T130000Z;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR, SA,SU";
40 "FREQ=WEEKLY;WKST=MO;UNTIL=20100129T130000Z;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,\r\n SA,SU";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
random_number.h 84 * interval @c [0,_M_supremum). */
98 interval @c [0,local_supremum). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
random_number.h 84 * interval @c [0,_M_supremum). */
98 interval @c [0,local_supremum). */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
random_number.h 84 * interval @c [0,_M_supremum). */
98 interval @c [0,local_supremum). */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
v4l2-subdev.h 69 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval
80 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval_enum
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
v4l2-subdev.h 69 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval
80 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval_enum
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
v4l2-subdev.h 69 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval
80 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval_enum

Completed in 845 milliseconds

<<21222324252627282930>>