/aosp_15_r20/external/tcpdump/tests/ |
H A D | babel_rfc6126bis.out | 2 Hello seqno 56843 interval 4.00s 7 Hello seqno 3348 interval 4.00s 8 IHU fe80::8d84:d538:a212:c6dd rxcost 96 interval 12.00s 10 Hello seqno 56844 interval 4.00s 11 IHU fe80::e091:f5ff:fecc:7abd rxcost 65535 interval 12.00s 16 Hello seqno 3349 interval 4.00s 17 IHU fe80::8d84:d538:a212:c6dd rxcost 96 interval 12.00s 19 Update/prefix fd77:e11e:3d73::151/128 metric 65535 seqno 12716 interval 16.00s 20 Update/prefix fd77:e11e:3d73:0:dee3:dca3:2244:7264/128 metric 65535 seqno 12716 interval 16.00s 22 Update/prefix fd13:442a:5766::1/128 metric 341 seqno 31397 interval 16.00s [all …]
|
H A D | bfd-multihop-v.out | 6 Desired min Tx Interval: 300 ms 7 Required min Rx Interval: 300 ms 8 Required min Echo Interval: 300 ms 14 Desired min Tx Interval: 400 ms 15 Required min Rx Interval: 400 ms 16 Required min Echo Interval: 400 ms 22 Desired min Tx Interval: 300 ms 23 Required min Rx Interval: 300 ms 24 Required min Echo Interval: 300 ms 30 Desired min Tx Interval: 300 ms [all …]
|
H A D | bfd-raw-auth-md5-v.out | 6 Desired min Tx Interval: 1000 ms 7 Required min Rx Interval: 1000 ms 8 Required min Echo Interval: 0 ms 17 Desired min Tx Interval: 1000 ms 18 Required min Rx Interval: 1000 ms 19 Required min Echo Interval: 0 ms 28 Desired min Tx Interval: 1000 ms 29 Required min Rx Interval: 1000 ms 30 Required min Echo Interval: 0 ms 39 Desired min Tx Interval: 1000 ms [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/doc/ |
D | interval.htm | 10 <title>Boost Interval Arithmetic Library</title> 15 "middle"> Interval Arithmetic Library</h1> 24 <a href="#interval">Template class <code>interval</code></a><br> 26 <a href="#interval_lib">Interval support library</a><br> 38 <a href="guide.htm">Choosing your own interval type</a><br> 51 "../../../../boost/numeric/interval.hpp">boost/numeric/interval.hpp</a>> 52 and principally a type which can be used as <code>interval<T></code>. 53 In fact, this interval template is declared as 54 <code>interval<T,Policies></code> where <code>Policies</code> is a 55 policy class that controls the various behaviours of the interval class; [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.c | 14 * that multiple values may share the same register interval. From the 19 * instruction, are "locked" to their parent interval. The details of this are 37 const struct ir3_reg_interval *interval = in ir3_reg_interval_cmp() local 39 if (interval->reg->interval_start > reg) in ir3_reg_interval_cmp() 41 else if (interval->reg->interval_end <= reg) in ir3_reg_interval_cmp() 62 /* Get the interval covering the reg, or the closest to the right if it 68 struct ir3_reg_interval *interval = in ir3_reg_interval_search_right() local 70 if (!interval) { in ir3_reg_interval_search_right() 72 } else if (interval->reg->interval_end > offset) { in ir3_reg_interval_search_right() 73 return interval; in ir3_reg_interval_search_right() [all …]
|
H A D | ir3_shared_ra.c | 28 struct ir3_reg_interval interval; member 74 ir3_reg_interval_to_ra_interval(struct ir3_reg_interval *interval) in ir3_reg_interval_to_ra_interval() argument 76 return rb_node_data(struct ra_interval, interval, interval); in ir3_reg_interval_to_ra_interval() 92 ra_interval_next(struct ra_interval *interval) in ra_interval_next() argument 94 struct rb_node *next = rb_node_next(&interval->physreg_node); in ra_interval_next() 99 ra_interval_next_or_null(struct ra_interval *interval) in ra_interval_next_or_null() argument 101 return interval ? ra_interval_next(interval) : NULL; in ra_interval_next_or_null() 116 const struct ra_interval *interval = rb_node_to_interval_const(node); in ra_interval_cmp() local 117 if (interval->physreg_start > reg) in ra_interval_cmp() 119 else if (interval->physreg_end <= reg) in ra_interval_cmp() [all …]
|
H A D | ir3_spill.c | 32 struct ir3_reg_interval interval; member 53 * insert the reload code for them last. Keep track of whether this interval 58 /* Keep track of whether this interval currently can't be spilled because: 65 /* Whether this interval can be rematerialized. */ 148 /* We don't create an interval, etc. for the base reg, so just lower the in add_base_reg() 355 ra_spill_interval_init(struct ra_spill_interval *interval, in ra_spill_interval_init() argument 358 ir3_reg_interval_init(&interval->interval, reg); in ra_spill_interval_init() 359 interval->dst.flags = reg->flags; in ra_spill_interval_init() 360 interval->dst.def = reg; in ra_spill_interval_init() 361 interval->already_spilled = false; in ra_spill_interval_init() [all …]
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuInterval.hpp | 23 * \brief Interval arithmetic and floating point precisions. 65 class Interval class 68 // Empty interval. 69 Interval(void) in Interval() function in tcu::Interval 78 // Intentionally not explicit. Conversion from double to Interval is common 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 140 Interval nan(void) const in nan() [all …]
|
H A D | tcuInterval.cpp | 21 * \brief Interval arithmetic. 35 Interval applyMonotone(DoubleFunc1 &func, const Interval &arg0) in applyMonotone() 37 Interval ret; in applyMonotone() 42 Interval applyMonotone(DoubleIntervalFunc1 &func, const Interval &arg0) in applyMonotone() 44 return Interval(func(arg0.lo()), func(arg0.hi())); in applyMonotone() 47 Interval applyMonotone(DoubleFunc2 &func, const Interval &arg0, const Interval &arg1) in applyMonotone() 49 Interval ret; in applyMonotone() 56 Interval applyMonotone(DoubleIntervalFunc2 &func, const Interval &arg0, const Interval &arg1) in applyMonotone() 59 …return Interval(Interval(func(lo0, lo1), func(lo0, hi1)), Interval(func(hi0, lo1), func(hi0, hi1))… in applyMonotone() 62 Interval operator+(const Interval &x, const Interval &y) in operator +() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ |
D | interval.hpp | 1 /* Boost interval/interval.hpp header file 15 #include <boost/numeric/interval/detail/interval_prototype.hpp> 27 : std::runtime_error("boost::interval: uncertain comparison") in comparison_error() 34 * interval class 38 class interval class 50 interval(); 51 interval(T const &v); 52 template<class T1> interval(T1 const &v); 53 interval(T const &l, T const &u); 54 template<class T1, class T2> interval(T1 const &l, T2 const &u); [all …]
|
D | arith.hpp | 1 /* Boost interval/arith.hpp template implementation file 15 #include <boost/numeric/interval/interval.hpp> 16 #include <boost/numeric/interval/detail/bugs.hpp> 17 #include <boost/numeric/interval/detail/test_input.hpp> 18 #include <boost/numeric/interval/detail/division.hpp> 29 const interval<T, Policies>& operator+(const interval<T, Policies>& x) in operator +() 35 interval<T, Policies> operator-(const interval<T, Policies>& x) in operator -() 38 return interval<T, Policies>::empty(); in operator -() 39 return interval<T, Policies>(-x.upper(), -x.lower(), true); in operator -() 43 interval<T, Policies>& interval<T, Policies>::operator+=(const interval<T, Policies>& r) in operator +=() [all …]
|
D | utility.hpp | 1 /* Boost interval/utility.hpp template implementation file 14 #include <boost/numeric/interval/utility_fwd.hpp> 15 #include <boost/numeric/interval/detail/test_input.hpp> 16 #include <boost/numeric/interval/detail/bugs.hpp> 32 const T& lower(const interval<T, Policies>& x) in lower() 38 const T& upper(const interval<T, Policies>& x) in upper() 44 T checked_lower(const interval<T, Policies>& x) in checked_lower() 54 T checked_upper(const interval<T, Policies>& x) in checked_upper() 64 T width(const interval<T, Policies>& x) in width() 72 T median(const interval<T, Policies>& x) in median() [all …]
|
/aosp_15_r20/external/bcc/tools/ |
H A D | biolatency_example.txt | 326 …interval-start': 0, 'interval-end': 1, 'count': 0}, {'interval-start': 2, 'interval-end': 3, 'coun… 328 the key `data` is the list of the log2 histogram intervals. The `interval-start` and `interval-end`… 333 …interval-start': 0, 'interval-end': 1, 'count': 0}, {'interval-start': 2, 'interval-end': 3, 'coun… 334 …interval-start': 0, 'interval-end': 1, 'count': 0}, {'interval-start': 2, 'interval-end': 3, 'coun… 335 …interval-start': 0, 'interval-end': 1, 'count': 0}, {'interval-start': 2, 'interval-end': 3, 'coun… 336 …interval-start': 0, 'interval-end': 1, 'count': 0}, {'interval-start': 2, 'interval-end': 3, 'coun… 342 …interval-start': 0, 'interval-end': 1, 'count': 0}, {'interval-start': 2, 'interval-end': 3, 'coun… 348 …, 'val_type': 'msecs', 'data': [{'interval-start': 0, 'interval-end': 1, 'count': 11}, {'interval-… 356 [interval] [count] 361 interval output interval, in seconds
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/time/ |
D | interval.rs | 9 /// Creates new [`Interval`] that yields with interval of `period`. The first 12 /// by calling [`set_missed_tick_behavior`](Interval::set_missed_tick_behavior). 14 /// An interval will tick indefinitely. At any time, the [`Interval`] value can 15 /// be dropped. This cancels the interval. 31 /// let mut interval = time::interval(Duration::from_millis(10)); 33 /// interval.tick().await; // ticks immediately 34 /// interval.tick().await; // ticks after 10ms 35 /// interval.tick().await; // ticks after 10ms 41 /// A simple example using `interval` to execute a task every two seconds. 43 /// The difference between `interval` and [`sleep`] is that an [`Interval`] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | _spinners.py | 24 "interval": 80, 27 "dots2": {"interval": 80, "frames": "⣾⣽⣻⢿⡿⣟⣯⣷"}, 29 "interval": 80, 33 "interval": 80, 37 "interval": 80, 41 "interval": 80, 45 "interval": 80, 49 "interval": 80, 52 "dots9": {"interval": 80, "frames": "⢹⢺⢼⣸⣇⡧⡗⡏"}, 53 "dots10": {"interval": 80, "frames": "⢄⢂⢁⡁⡈⡐⡠"}, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | _spinners.py | 24 "interval": 80, 27 "dots2": {"interval": 80, "frames": "⣾⣽⣻⢿⡿⣟⣯⣷"}, 29 "interval": 80, 33 "interval": 80, 37 "interval": 80, 41 "interval": 80, 45 "interval": 80, 49 "interval": 80, 52 "dots9": {"interval": 80, "frames": "⢹⢺⢼⣸⣇⡧⡗⡏"}, 53 "dots10": {"interval": 80, "frames": "⢄⢂⢁⡁⡈⡐⡠"}, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | _spinners.py | 24 "interval": 80, 27 "dots2": {"interval": 80, "frames": "⣾⣽⣻⢿⡿⣟⣯⣷"}, 29 "interval": 80, 33 "interval": 80, 37 "interval": 80, 41 "interval": 80, 45 "interval": 80, 49 "interval": 80, 52 "dots9": {"interval": 80, "frames": "⢹⢺⢼⣸⣇⡧⡗⡏"}, 53 "dots10": {"interval": 80, "frames": "⢄⢂⢁⡁⡈⡐⡠"}, [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | _spinners.py | 24 "interval": 80, 27 "dots2": {"interval": 80, "frames": "⣾⣽⣻⢿⡿⣟⣯⣷"}, 29 "interval": 80, 33 "interval": 80, 37 "interval": 80, 41 "interval": 80, 45 "interval": 80, 49 "interval": 80, 52 "dots9": {"interval": 80, "frames": "⢹⢺⢼⣸⣇⡧⡗⡏"}, 53 "dots10": {"interval": 80, "frames": "⢄⢂⢁⡁⡈⡐⡠"}, [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_interval_set.h | 10 // interval set preserve these properties, altering the set as needed. For 12 // set containing the single interval [1, 3). 14 // Supported operations include testing whether an Interval is contained in the 20 // due to an Add operation), other interval entries may be coalesced, removed, 27 // interval which (if the interval is not empty) contains min but does not 28 // contain max. An interval is considered empty if min >= max. 40 // intervals.Add(Interval<int>(10, 20)); 41 // intervals.Add(Interval<int>(30, 40)); 43 // intervals.Add(Interval<int>(15, 35)); 46 // EXPECT_TRUE(intervals.Contains(Interval<int>(10, 40))); [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | dtitvfmt.h | 23 * \brief C++ API: Format and parse date interval in a language-independent manner. 43 * An immutable class containing the result of a date interval formatting operation. 120 * Date interval means from one date to another date, 129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008" 142 * We introduce class DateIntervalInfo to save date interval 146 * Logically, the interval patterns are mappings 175 * The calendar fields we support for interval formatting are: 190 * For other calendar fields, the compact interval formatting is not 191 * supported. And the interval format will be fall back to fall-back 196 * There are pre-defined interval patterns for those pre-defined skeletons [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/ |
H A D | dtitvfmt.h | 23 * \brief C++ API: Format and parse date interval in a language-independent manner. 43 * An immutable class containing the result of a date interval formatting operation. 120 * Date interval means from one date to another date, 129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008" 142 * We introduce class DateIntervalInfo to save date interval 146 * Logically, the interval patterns are mappings 175 * The calendar fields we support for interval formatting are: 190 * For other calendar fields, the compact interval formatting is not 191 * supported. And the interval format will be fall back to fall-back 196 * There are pre-defined interval patterns for those pre-defined skeletons [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/ |
H A D | dtitvfmt.h | 23 * \brief C++ API: Format and parse date interval in a language-independent manner. 43 * An immutable class containing the result of a date interval formatting operation. 120 * Date interval means from one date to another date, 129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008" 142 * We introduce class DateIntervalInfo to save date interval 146 * Logically, the interval patterns are mappings 175 * The calendar fields we support for interval formatting are: 190 * For other calendar fields, the compact interval formatting is not 191 * supported. And the interval format will be fall back to fall-back 196 * There are pre-defined interval patterns for those pre-defined skeletons [all …]
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | dtitvfmt.h | 23 * \brief C++ API: Format and parse date interval in a language-independent manner. 43 * An immutable class containing the result of a date interval formatting operation. 120 * Date interval means from one date to another date, 129 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008" 142 * We introduce class DateIntervalInfo to save date interval 146 * Logically, the interval patterns are mappings 175 * The calendar fields we support for interval formatting are: 190 * For other calendar fields, the compact interval formatting is not 191 * supported. And the interval format will be fall back to fall-back 196 * There are pre-defined interval patterns for those pre-defined skeletons [all …]
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | register_allocator_linear_scan.cc | 138 LiveInterval* interval = location.IsRegister() in BlockRegister() local 144 if (interval == nullptr) { in BlockRegister() 145 interval = LiveInterval::MakeFixedInterval(allocator_, reg, type); in BlockRegister() 147 physical_core_register_intervals_[reg] = interval; in BlockRegister() 149 physical_fp_register_intervals_[reg] = interval; in BlockRegister() 152 DCHECK(interval->GetRegister() == reg); in BlockRegister() 153 interval->AddRange(position, position + 1u); in BlockRegister() 157 // Iterate post-order, to ensure the list is sorted, and the last added interval in AllocateRegistersInternal() 199 // Fixed interval is added to inactive_ instead of unhandled_. in AllocateRegistersInternal() 200 // It's also the only type of inactive interval whose start position in AllocateRegistersInternal() [all …]
|
/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 | 17 // source: google/type/interval.proto 25 * Represents a time interval, encoded as a Timestamp start (inclusive) and a 28 * When the start equals the end, the interval is empty (matches no time). 29 * When both start and end are unspecified, the interval matches any time. 32 * Protobuf type {@code google.type.Interval} 34 public final class Interval extends com.google.protobuf.GeneratedMessageV3 class 36 // @@protoc_insertion_point(message_implements:google.type.Interval) 39 // Use Interval.newBuilder() to construct. 40 private Interval(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Interval() method in Interval 44 private Interval() {} in Interval() method in Interval [all …]
|