Home
last modified time | relevance | path

Searched defs:Interval (Results 1 – 25 of 62) sorted by relevance

123

/external/rust/crates/tokio/src/time/
Dinterval.rs67 pub fn interval(period: Duration) -> Interval { in interval()
100 pub fn interval_at(start: Instant, period: Duration) -> Interval { in interval_at()
120 pub struct Interval { struct
124 /// The duration between values yielded by `Interval`. argument
128 impl Interval { argument
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.h27 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
/external/webrtc/modules/audio_processing/agc2/
Dcompute_interpolated_gain_curve.cc84 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()
/external/google-fruit/extras/benchmark/
Dformat_bench_results.py98 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…
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DView.java217 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()
/external/rust/crates/tokio-stream/src/wrappers/
Dinterval.rs23 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()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.h74 struct Interval { in RTC_POP_IGNORING_WUNDEF() struct
76 Interval(double begin, double end) : begin(begin), end(end) {} in RTC_POP_IGNORING_WUNDEF() function
78 double begin; in RTC_POP_IGNORING_WUNDEF()
79 double end; in RTC_POP_IGNORING_WUNDEF()
/external/webrtc/modules/audio_processing/test/conversational_speech/
Dmultiend_call.cc82 struct Interval { in CheckTiming() struct
83 size_t begin; in CheckTiming()
84 size_t end; in CheckTiming()
/external/deqp/framework/common/
DtcuInterval.hpp58 class Interval class
62 Interval (void) in Interval() function in tcu::Interval
71 Interval (double val) in Interval() function in tcu::Interval
79 Interval(bool hasNaN_, double lo_, double hi_) in Interval() function in tcu::Interval
82 Interval(bool hasNaN_, double lo_, double hi_, double wlo_, double whi_) in Interval() function in tcu::Interval
85 Interval (const Interval& a, const Interval& b) in Interval() function in tcu::Interval
/external/antlr/tool/src/main/java/org/antlr/misc/
DInterval.java31 public class Interval { class
44 public Interval(int a, int b) { this.a=a; this.b=b; } in Interval() method in Interval
/external/llvm/include/llvm/Support/
DCachePruning.h63 unsigned Interval = 0; variable
/external/skia/tests/
DResourceAllocatorTest.cpp343 struct Interval { struct
356 SkTArray<Interval> fIntervals; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLockFileManager.cpp299 unsigned long Interval = 1; in waitForUnlock() local
301 struct timespec Interval; in waitForUnlock() local
/external/llvm/lib/Support/
DLockFileManager.cpp287 unsigned long Interval = 1; in waitForUnlock() local
289 struct timespec Interval; in waitForUnlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCachePruning.h31 llvm::Optional<std::chrono::seconds> Interval = std::chrono::seconds(1200); member
/external/llvm-project/llvm/include/llvm/Support/
DCachePruning.h32 llvm::Optional<std::chrono::seconds> Interval = std::chrono::seconds(1200); member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIntervalPartition.h32 class Interval; variable
DInterval.h47 inline Interval(BasicBlock *Header) : HeaderNode(Header) { in Interval() function
/external/llvm-project/llvm/include/llvm/Analysis/
DIntervalPartition.h32 class Interval; variable
DInterval.h47 inline Interval(BasicBlock *Header) : HeaderNode(Header) { in Interval() function
/external/llvm/include/llvm/Analysis/
DInterval.h47 inline Interval(BasicBlock *Header) : HeaderNode(Header) { in Interval() function
/external/llvm-project/llvm/unittests/Support/
DCachePruningTest.cpp23 TEST(CachePruningPolicyParser, Interval) { in TEST() argument
/external/llvm-project/flang/include/flang/Common/
Dinterval.h25 constexpr Interval() {} in Interval() function
/external/cldr/tools/java/org/unicode/cldr/draft/
DCharacterListCompressor.java29 public static class Interval { class in CharacterListCompressor
33 public Interval(int first, int last) { in Interval() method in CharacterListCompressor.Interval
/external/tensorflow/tensorflow/python/debug/cli/
Dcommand_parser.py33 class Interval(object): class

123