Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-interval.hpp45 struct interval : public source_base<long> struct
47 typedef interval<Coordination> this_type;
49 typedef rxu::decay_t<Coordination> coordination_type;
50 typedef typename coordination_type::coordinator_type coordinator_type;
52 struct interval_initial_type
64 interval_initial_type initial;
66interval(rxsc::scheduler::clock_type::time_point i, rxsc::scheduler::clock_type::duration p, coord… in interval() argument
71 void on_subscribe(Subscriber o) const { in on_subscribe()
113 auto interval(Duration period) in interval() function
123 auto interval(rxsc::scheduler::clock_type::duration period, Coordination cn) in interval() function
[all …]
/external/adhd/cras/src/tests/
Dpolled_interval_checker_unittest.cc17 struct polled_interval *interval = in create_interval() local
25 struct polled_interval *interval = create_interval(); in TEST() local
40 struct polled_interval *interval = create_interval(); in TEST() local
71 struct polled_interval *interval = create_interval(); in TEST() local
101 struct polled_interval *interval = create_interval(); in TEST() local
Dempty_audio_stub.cc13 int pic_interval_elapsed(const struct polled_interval *interval) { in pic_interval_elapsed()
17 void pic_interval_reset(struct polled_interval *interval) {} in pic_interval_reset()
19 void pic_polled_interval_destroy(struct polled_interval **interval) {} in pic_polled_interval_destroy()
/external/ImageMagick/MagickCore/
Dstring-private.h28 const double interval) in SiPrefixToDoubleInterval()
49 const double interval) in StringToDoubleInterval()
74 const double interval) in StringToMagickSizeType()
86 const double interval) in StringToSizeType()
/external/linux-kselftest/tools/testing/selftests/timers/
Dset-timer-lat.c115 void describe_timer(int flags, int interval) in describe_timer()
123 int setup_timer(int clock_id, int flags, int interval, timer_t *tm1) in setup_timer()
173 int check_timer_latency(int flags, int interval) in check_timer_latency()
198 int check_alarmcount(int flags, int interval) in check_alarmcount()
213 const int interval = TIMER_SECS; in do_timer() local
231 const int interval = 0; in do_timer_oneshot() local
/external/bcc/examples/tracing/
Dvfsreadlat.py29 interval = 5 variable
33 interval = int(argv[1]) variable
/external/bcc/tools/
Dvfsstat.py27 interval = 1 variable
31 interval = int(argv[1]) variable
Ddcstat.py29 interval = 1 variable
33 interval = int(argv[1]) variable
/external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/
Dhardware_TouchScreenPowerCycles.py39 def _touch_screen_on(self, interval): argument
46 def _touch_screen_off(self, interval): argument
116 def run_once(self, repeated_times=5, interval=30): argument
/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_training_bist.c244 struct interval { struct
246 u8 lendpnt; /* interval's left endpoint */ argument
247 u8 rendpnt; /* interval's right endpoint */ argument
248 u8 size; /* interval's size */ argument
251 u8 pass_lendpnt; /* left endpoint of internal pass interval */ argument
252 u8 pass_rendpnt; /* right endpoint of internal pass interval */ argument
/external/libvterm/src/
Dunicode.c70 struct interval { struct
77 static const struct interval combining[] = { argument
/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler.py16 interval): argument
61 def CaptureProfile(options, interval, modules, output=None, argument
/external/autotest/client/profilers/screenshot/
Dscreenshot.py19 def initialize(self, interval=300): argument
39 def __init__(self, interval, test): argument
/external/autotest/client/profilers/cpistat/
Dcpistat46 interval = 1 variable
50 interval = int(args[0]) variable
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAlarmManager.java100 int type, long triggerAtTime, long interval, PendingIntent operation) { in setRepeating()
126 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation, in internalSet()
206 public final long interval; field in ShadowAlarmManager.ScheduledAlarm
220 public ScheduledAlarm(int type, long triggerAtTime, long interval, PendingIntent operation, in ScheduledAlarm()
228 long interval, in ScheduledAlarm()
237 long interval, in ScheduledAlarm()
/external/autotest/client/profilers/cros_perf/
Dcros_perf.py27 def initialize(self, interval=120, duration=10, profile_type='record'): argument
66 def __init__(self, interval, duration, profile_type, test): argument
/external/iproute2/tc/
Dq_codel.c66 unsigned int interval = 0; in codel_parse_opt() local
133 unsigned int interval; in codel_print_opt() local
Dq_fq_codel.c65 unsigned int interval = 0; in fq_codel_parse_opt() local
160 unsigned int interval; in fq_codel_print_opt() local
/external/u-boot/drivers/usb/musb-new/
Dmusb_uboot.c35 struct devrequest *setup, int interval) in construct_urb()
113 void *buffer, int len, int interval) in _musb_submit_int_msg()
122 int elementsize, void *buffer, int interval) in _musb_create_int_queue()
271 void *buffer, int length, int interval) in submit_int_msg()
278 void *buffer, int interval) in create_int_queue()
323 int interval) in musb_submit_int_msg()
331 int elementsize, void *buffer, int interval) in musb_create_int_queue()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
D2-1.c22 struct timespec interval; in main() local
D3-1.c28 struct timespec interval; in main() local
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_swapinterval.c45 wglSwapIntervalEXT(int interval) in wglSwapIntervalEXT()
/external/skqp/tools/android/
Dmeasure_fps.py28 def main(interval): argument
/external/skia/tools/android/
Dmeasure_fps.py28 def main(interval): argument
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D5-1-buildonly.c16 struct timespec interval; in dummyfcn() local

12345678910>>...13