Searched defs:interval (Results 126 - 150 of 273) sorted by relevance

1234567891011

/external/iproute2/misc/
H A Dlnstat.c47 { "interval", 1, NULL, 'i' },
68 fprintf(stderr, "\t-i --interval <intv>\t"
69 "Set interval to 'intv' seconds\n");
109 struct field_params *fps, int interval)
119 fps->params[j].lf->file->interval.tv_sec =
120 interval;
147 fps->params[i].lf->file->interval.tv_sec = interval;
222 int interval = DEFAULT_INTERVAL; local
271 sscanf(optarg, "%u", &interval);
108 map_field_params(struct lnstat_file *lnstat_files, struct field_params *fps, int interval) argument
[all...]
/external/kernel-headers/original/uapi/linux/hdlc/
H A Dioctl.h77 unsigned int interval; member in struct:__anon23017
/external/kernel-headers/original/uapi/linux/
H A Dv4l2-subdev.h100 * @interval: frame interval in seconds
104 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval
109 * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
111 * @index: frame interval index during enumeration
115 * @interval: frame interval in seconds
123 struct v4l2_fract interval; member in struct:v4l2_subdev_frame_interval_enum
/external/libpcap/pcap/
H A Dusb.h99 * "iso_rec" information, and the fields starting with "interval"
122 int32_t interval; /* for Interrupt and Isochronous events */ member in struct:_usb_header_mmapped
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dsched-migration.py311 def interval(self): member in class:TimeSliceList
/external/mesa3d/src/glx/apple/
H A Dglx_empty.c9 glXSwapIntervalSGI(int interval) argument
11 (void) interval;
20 glXSwapIntervalMESA(unsigned int interval) argument
22 (void) interval;
/external/netperf/
H A Dnetcpu_kstat.c249 calibrate_idle_rate(int iterations, int interval) argument
292 sleep(interval);
H A Dnetcpu_kstat10.c299 calibrate_idle_rate(int iterations, int interval) argument
H A Dnetcpu_looper.c480 /* Loop a number of iterations, sleeping interval seconds each and */
485 calibrate_idle_rate (int iterations, int interval)
521 sleep(interval);
484 calibrate_idle_rate(int iterations, int interval) argument
H A Dnetcpu_ntperf.c145 calibrate_idle_rate(int iterations, int interval) argument
H A Dnetcpu_pstatnew.c151 calibrate_idle_rate(int iterations, int interval) argument
/external/openfst/src/include/fst/
H A Dinterval-set.h0 // interval-set.h
79 // Returns the interval set as a vector.
96 // Adds an interval set to the set. The result may not be normalized.
106 Interval interval(value, value);
108 lower_bound(intervals_.begin(), intervals_.end(), interval);
133 // Intersects an interval set with the set. Requires intervals be
141 // Subtract an interval set from the set. Requires intervals be
145 // Determines if an interval set overlaps with the set. Requires
149 // Determines if an interval set overlaps with the set but neither
153 // Determines if an interval se
216 Interval interval; local
237 Interval interval; local
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dtick_util.h88 TickInterval(WebRtc_Word64 interval);
286 inline TickInterval::TickInterval(const WebRtc_Word64 interval) argument
287 : _interval(interval)
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c279 wpabuf_put_le32(buf, desc->interval);
299 u16 interval)
305 wpabuf_put_le16(buf, interval);
307 "interval %u msec)", period, interval);
298 p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period, u16 interval) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c279 wpabuf_put_le32(buf, desc->interval);
299 u16 interval)
305 wpabuf_put_le16(buf, interval);
307 "interval %u msec)", period, interval);
298 p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period, u16 interval) argument
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_build.c279 wpabuf_put_le32(buf, desc->interval);
299 u16 interval)
305 wpabuf_put_le16(buf, interval);
307 "interval %u msec)", period, interval);
298 p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period, u16 interval) argument
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c223 /* already in the requested mode and the current interval has less latency than the max */
225 ((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->interval)) ||
226 ((p_mode->mode & BTM_PM_MD_FORCE)==0 && (p_mode->max >= p_cb->interval)) )
228 BTM_TRACE_DEBUG( "BTM_SetPowerMode: mode:0x%x interval %d max:%d, min:%d", p_mode->mode, p_cb->interval, p_mode->max, p_mode->min);
602 ((md_res.max >= p_cb->interval) && (md_res.min <= p_cb->interval)) )
784 ** interval - number of baseband slots (meaning depends on mode)
789 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
[all...]
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.cc421 base::TimeDelta interval = base::TimeDelta::FromSeconds( local
426 interval);
457 base::TimeDelta interval = base::TimeDelta::FromSeconds( local
463 interval);
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.h174 uint32 ScheduleTimer(uint32 interval,
331 uint32 interval; member in struct:content::PluginInstance::TimerInfo
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc292 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { argument
/external/chromium_org/jingle/glue/
H A Dpseudotcp_adapter_unittest.cc56 double interval = (now - last_update_).InSecondsF(); variable
58 level_ = level_ + 1.0 - interval * rate_;
/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool.cc259 int64 interval = (now - last_connect_time).InMilliseconds(); local
260 if (interval <= 10)
262 else if (interval <= 20)
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js230 var interval; variable
354 if ( interval && queue.length ) {
363 interval = false;
423 if ( interval ) {
424 interval = null;
427 if ( !interval ) {
428 interval = true;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.cpp221 // FIXME: Optimize not to clear the interval all the time. This implies manually managing the tree nodes lifecycle.
371 void RenderFlowThread::RegionSearchAdapter::collectIfNeeded(const MultiColumnSetInterval& interval) argument
375 if (interval.low() <= m_offset && interval.high() > m_offset)
376 m_result = interval.data();
H A DRenderThemeChromiumDefault.cpp223 void RenderThemeChromiumDefault::setCaretBlinkInterval(double interval) argument
225 m_caretBlinkInterval = interval;

Completed in 530 milliseconds

1234567891011