/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
D | rx-interval.hpp | 45 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; 66 …interval(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/ |
D | polled_interval_checker_unittest.cc | 17 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
|
D | empty_audio_stub.cc | 13 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/ |
D | string-private.h | 29 const double interval) in SiPrefixToDoubleInterval() 89 const double interval) in StringToDoubleInterval() 114 const double interval) in StringToMagickSizeType() 125 static inline size_t StringToSizeType(const char *string,const double interval) in StringToSizeType()
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | set-timer-lat.c | 115 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/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | WatchServiceConfiguration.java | 43 public static WatchServiceConfiguration polling(long interval, TimeUnit timeUnit) { in polling() 57 private final long interval; field in WatchServiceConfiguration.PollingConfig 60 private PollingConfig(long interval, TimeUnit timeUnit) { in PollingConfig()
|
/external/bcc/examples/tracing/ |
D | vfsreadlat.py | 29 interval = 5 variable 33 interval = int(argv[1]) variable
|
/external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/ |
D | hardware_TouchScreenPowerCycles.py | 39 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/bcc/tools/ |
D | vfsstat.py | 27 interval = 1 variable 31 interval = int(argv[1]) variable
|
D | dcstat.py | 29 interval = 1 variable 33 interval = int(argv[1]) variable
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | profiler.py | 16 interval): argument 61 def CaptureProfile(options, interval, modules, output=None, argument
|
/external/icing/icing/index/iterator/ |
D | doc-hit-info-iterator_benchmark.cc | 70 int interval; member 77 int interval = state.range(1); in BM_DocHitInfoIteratorAndBenchmark() local 126 int interval = state.range(1); in BM_DocHitInfoIteratorAndNaryBenchmark() local
|
/external/libchrome/components/policy/core/common/ |
D | policy_scheduler.cc | 13 base::TimeDelta interval) in PolicyScheduler() 42 base::TimeDelta interval = overlap_ ? base::TimeDelta() : interval_; in ScheduleNextTask() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAlarmManager.java | 100 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/screenshot/ |
D | screenshot.py | 19 def initialize(self, interval=300): argument 39 def __init__(self, interval, test): argument
|
/external/autotest/client/profilers/cpistat/ |
D | cpistat | 51 interval = 1 variable 55 interval = int(args[0]) variable
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_stats_timing.h | 107 inline std::string formatSeconds(double interval, int width) { in formatSeconds() 111 inline std::string formatTicks(double interval, int width) { in formatTicks()
|
/external/autotest/client/profilers/cros_perf/ |
D | cros_perf.py | 27 def initialize(self, interval=120, duration=10, profile_type='record'): argument 66 def __init__(self, interval, duration, profile_type, test): argument
|
/external/webrtc/modules/congestion_controller/pcc/ |
D | monitor_interval_unittest.cc | 57 PccMonitorInterval interval{kTargetSendingRate, kStartTime, in TEST() local 65 PccMonitorInterval interval{kTargetSendingRate, kStartTime, in TEST() local 78 PccMonitorInterval interval{kTargetSendingRate, kStartTime, in TEST() local
|
/external/webrtc/test/pc/e2e/ |
D | test_activities_executor.cc | 53 absl::optional<TimeDelta> interval, in ScheduleActivity() 117 absl::optional<TimeDelta> interval, in ScheduledActivity()
|
/external/iproute2/tc/ |
D | q_codel.c | 66 unsigned int interval = 0; in codel_parse_opt() local 133 unsigned int interval; in codel_print_opt() local
|
D | q_fq_codel.c | 65 unsigned int interval = 0; in fq_codel_parse_opt() local 160 unsigned int interval; in fq_codel_print_opt() local
|
/external/tcpdump/ |
D | print-babel.c | 388 u_short nonce, interval; in babel_print_v2() local 415 u_short seqno, interval; in babel_print_v2() local 432 unsigned short txcost, interval; in babel_print_v2() local 491 u_short interval, seqno, metric; in babel_print_v2() local 592 u_short interval, seqno, metric; in babel_print_v2() local
|
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | enterprise_longevity_helper.py | 130 def modulo_time(timer, interval): argument 146 def syncup_time(timer, interval): argument
|
/external/skia/docs/examples/ |
D | Bitmap_getAddr32.cpp | 9 size_t interval = (row1 - row0) * source.bytesPerPixel(); in draw() local
|