/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/ |
D | interval.rs | 73 pub fn interval(period: Duration) -> Interval { in interval() 108 pub fn interval_at(start: Instant, period: Duration) -> Interval { in interval_at() 118 ) -> Interval { in internal_interval_at() 392 pub struct Interval { struct 396 /// The duration between values yielded by `Interval`. argument 399 /// The strategy `Interval` should use when a tick is missed. argument 406 impl Interval { argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/ |
H A D | image_metrics.h | 27 struct Interval { struct 28 float min = 0; 29 float max = 0; 30 Interval(float x, float y) { in Interval() function 34 Interval() {} in Interval() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/liveness/ |
D | intervals.go | 58 type Interval struct { struct 59 st, en int 65 func (i Interval) String() string { 86 func (i Interval) Overlaps(i2 Interval) bool { 92 func (i1 Interval) adjacent(i2 Interval) bool { 98 func (i1 *Interval) MergeInto(i2 Interval) error {
|
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/ |
H A D | compute_interpolated_gain_curve.cc | 84 struct Interval { in SampleLimiterRegion() struct 86 Interval(double l, double r, double e) : x0(l), x1(r), error(e) { in SampleLimiterRegion() argument 89 bool operator<(const Interval& other) const { return error < other.error; } in SampleLimiterRegion() 91 double x0; in SampleLimiterRegion() 92 double x1; in SampleLimiterRegion() 93 double error; in SampleLimiterRegion()
|
/aosp_15_r20/system/core/fs_mgr/liblp/include/liblp/ |
H A D | builder.h | 169 struct Interval { struct 174 Interval(uint32_t device_index, uint64_t start, uint64_t end) in Interval() argument 180 bool operator<(const Interval& other) const { argument
|
/aosp_15_r20/external/google-fruit/extras/benchmark/ |
H A D | format_bench_results.py | 98 Interval = Sequence[float] variable 112 def pretty_print_percentage_difference(baseline_value: Interval, current_value: Interval): 201 def interval_pretty_printer(interval: Interval, unit: str, multiplier: float) -> str: 250 def time_interval_pretty_printer(time_interval: Interval, min_in_table: float, max_in_table: float)… 263 def file_size_interval_pretty_printer(file_size_interval: Interval, min_in_table: float, max_in_tab…
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/common/src/ |
D | time.rs | 77 pub fn interval(period: Duration) -> Interval { in interval() 85 pub struct Interval { struct 89 impl Interval { implementation
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
H A D | View.java | 217 Function<? super Interval, T> p1, in match() 252 Function<? super Interval, T> p1, in match() 268 public abstract static class Interval extends AggregationWindow { class in View.AggregationWindow 272 Interval() {} in Interval() method in View.AggregationWindow.Interval 300 Function<? super Interval, T> p1, in match()
|
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/ |
H A D | plot_base.h | 75 struct Interval { in RTC_POP_IGNORING_WUNDEF() struct 77 Interval(double begin, double end) : begin(begin), end(end) {} in RTC_POP_IGNORING_WUNDEF() function 79 double begin; in RTC_POP_IGNORING_WUNDEF() 80 double end; in RTC_POP_IGNORING_WUNDEF()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuInterval.hpp | 65 class Interval class 69 Interval(void) in Interval() function in tcu::Interval 80 Interval(double val) in Interval() function in tcu::Interval 89 Interval(bool hasNaN_, double lo_, double hi_) in Interval() function in tcu::Interval 98 Interval(bool hasNaN_, double lo_, double hi_, double wlo_, double whi_) in Interval() function in tcu::Interval 107 Interval(const Interval &a, const Interval &b) in Interval() function in tcu::Interval
|
/aosp_15_r20/external/perfetto/src/trace_processor/containers/ |
H A D | interval_tree.h | 36 struct Interval { struct 50 explicit IntervalTree(const std::vector<Interval>& sorted_intervals) { in IntervalTree() argument
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/ |
D | ValueMetricProducer.h | 272 struct Interval { struct 295 std::vector<Interval> intervals; argument
|
/aosp_15_r20/external/cronet/third_party/quic_trace/src/quic_trace/analysis/ |
H A D | trace_numbering.h | 32 struct Interval { struct 44 Interval AssignTraceNumbering(const Event& event) { in AssignTraceNumbering() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/wrappers/ |
D | interval.rs | 23 pub fn into_inner(self) -> Interval { in into_inner() 41 fn as_ref(&self) -> &Interval { in as_ref() 47 fn as_mut(&mut self) -> &mut Interval { in as_mut()
|
/aosp_15_r20/external/skia/tests/ |
H A D | ResourceAllocatorTest.cpp | 406 struct Interval { struct 419 TArray<Interval> fIntervals; argument
|
/aosp_15_r20/external/webrtc/modules/audio_processing/test/conversational_speech/ |
H A D | multiend_call.cc | 83 struct Interval { in CheckTiming() struct 84 size_t begin; in CheckTiming() 85 size_t end; in CheckTiming()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/ |
D | separate_interval_set.hpp | 99 (const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in separate_interval_set() argument 111 void assign(const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in assign() argument 120 (const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in operator =() argument
|
D | interval_set.hpp | 103 (const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in interval_set() argument 120 void assign(const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in assign() argument 133 (const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in operator =() argument
|
D | split_interval_set.hpp | 99 (const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in split_interval_set() argument 109 void assign(const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in assign() argument 118 (const interval_base_set<SubType,DomainT,Compare,Interval,Alloc>& src) in operator =() argument
|
D | interval_map.hpp | 86 Traits,Compare,Combine,Section,Interval,Alloc>& src) in interval_map() argument 99 Traits,Compare,Combine,Section,Interval,Alloc>& src) in assign() argument 113 Traits,Compare,Combine,Section,Interval,Alloc>& src) in operator =() argument
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/oned/ |
H A D | Interval.java | 28 public class Interval { class 40 public Interval(final double lower, final double upper) { in Interval() method in Interval
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Pool.cpp | 69 struct Interval { struct 70 uintptr_t start; 71 uintptr_t end;
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ |
H A D | Interval.java | 34 public final class Interval extends com.google.protobuf.GeneratedMessageV3 class 40 private Interval(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Interval() method in Interval 44 private Interval() {} in Interval() method in Interval
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | interval.h | 100 Interval() : min_(), max_() {} in Interval() function 106 Interval(const T& min, const T& max) : min_(min), max_(max) {} in Interval() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winusbio.h | 63 UCHAR Interval; member 70 UCHAR Interval; member
|