| /external/rust/crates/tokio/src/time/ | 
| D | interval.rs | 74 pub fn interval(period: Duration) -> Interval {  in interval()109 pub fn interval_at(start: Instant, period: Duration) -> Interval {  in interval_at()
 119 ) -> 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
 
 | 
| /external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/ | 
| D | image_metrics.h | 27   struct Interval {  struct28     float min = 0;
 29     float max = 0;
 30     Interval(float x, float y) {  in Interval()  argument
 34     Interval() {}  in Interval()  argument
 
 | 
| /external/webrtc/modules/audio_processing/agc2/ | 
| D | compute_interpolated_gain_curve.cc | 84   struct Interval {  in SampleLimiterRegion()  struct86     Interval(double l, double r, double e) : x0(l), x1(r), error(e) {  in SampleLimiterRegion()  function
 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/ | 
| D | format_bench_results.py | 98 Interval = Sequence[float]  variable112 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/ | 
| 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()
 
 | 
| /external/cronet/third_party/quic_trace/src/quic_trace/analysis/ | 
| D | trace_numbering.h | 32 struct Interval {  struct44   Interval AssignTraceNumbering(const Event& event) {  in AssignTraceNumbering()  argument
 
 | 
| /external/webrtc/rtc_tools/rtc_event_log_visualizer/ | 
| D | plot_base.h | 75 struct Interval {  in RTC_POP_IGNORING_WUNDEF()  struct77   Interval(double begin, double end) : begin(begin), end(end) {}  in RTC_POP_IGNORING_WUNDEF()  argument
 79   double begin;  in RTC_POP_IGNORING_WUNDEF()
 80   double end;  in RTC_POP_IGNORING_WUNDEF()
 
 | 
| /external/rust/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()
 
 | 
| /external/webrtc/modules/audio_processing/test/conversational_speech/ | 
| D | multiend_call.cc | 83   struct Interval {  in CheckTiming()  struct84     size_t begin;  in CheckTiming()
 85     size_t end;  in CheckTiming()
 
 | 
| /external/deqp/framework/common/ | 
| D | tcuInterval.hpp | 58 class Interval  class62 				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/cronet/net/base/ | 
| D | interval.h | 100   Interval() : min_(), max_() {}  in Interval()  function106   Interval(const T& min, const T& max) : min_(min), max_(max) {}  in Interval()  function
 
 | 
| /external/antlr/tool/src/main/java/org/antlr/misc/ | 
| D | Interval.java | 31 public class Interval {  class44 	public Interval(int a, int b) { this.a=a; this.b=b; }  in Interval()  method in Interval
 
 | 
| /external/skia/tests/ | 
| D | ResourceAllocatorTest.cpp | 387 struct Interval {  struct400     SkTArray<Interval>    fIntervals;  argument
 
 | 
| /external/perfetto/ui/src/common/ | 
| D | dragndrop_logic.ts | 19 export interface Interval {  interface
 | 
| /external/llvm/lib/Support/ | 
| D | LockFileManager.cpp | 287   unsigned long Interval = 1;  in waitForUnlock()  local289   struct timespec Interval;  in waitForUnlock()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| D | LockFileManager.cpp | 299   unsigned long Interval = 1;  in waitForUnlock()  local301   struct timespec Interval;  in waitForUnlock()  local
 
 | 
| /external/llvm/include/llvm/Support/ | 
| D | CachePruning.h | 63   unsigned Interval = 0;  variable
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | 
| D | CachePruning.h | 31   llvm::Optional<std::chrono::seconds> Interval = std::chrono::seconds(1200);  member
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ | 
| D | IntervalPartition.h | 32 class Interval;  variable
 | 
| D | Interval.h | 47   inline Interval(BasicBlock *Header) : HeaderNode(Header) {  in Interval()  function
 | 
| /external/llvm/include/llvm/Analysis/ | 
| D | Interval.h | 47   inline Interval(BasicBlock *Header) : HeaderNode(Header) {  in Interval()  function
 | 
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ | 
| D | CharacterListCompressor.java | 29     public static class Interval {  class in CharacterListCompressor33         public Interval(int first, int last) {  in Interval()  method in CharacterListCompressor.Interval
 
 | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | SIInsertWaits.cpp | 342     RegInterval Interval = getRegInterval(RC, Op);  in pushInstruction()  local472     RegInterval Interval = getRegInterval(RC, Op);  in handleOperands()  local
 
 | 
| /external/tensorflow/tensorflow/python/debug/cli/ | 
| D | command_parser.py | 29 class Interval(object):  class
 | 
| /external/llvm/include/llvm/LTO/legacy/ | 
| D | ThinLTOCodeGenerator.h | 123   void setCachePruningInterval(int Interval) {  in setCachePruningInterval()
 |