Home
last modified time | relevance | path

Searched refs:TimeInterval (Results 1 – 6 of 6) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-time_interval.hpp125 class TimeInterval = rxo::detail::time_interval<SourceValue, identity_one_worker>,
128 -> decltype(o.template lift<Value>(TimeInterval(identity_current_thread()))) { in member()
129 return o.template lift<Value>(TimeInterval(identity_current_thread())); in member()
137 class TimeInterval = rxo::detail::time_interval<SourceValue, rxu::decay_t<Coordination>>,
140 -> decltype(o.template lift<Value>(TimeInterval(std::forward<Coordination>(cn)))) { in member()
141 return o.template lift<Value>(TimeInterval(std::forward<Coordination>(cn))); in member()
/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverExportUtils.java35 import com.google.monitoring.v3.TimeInterval;
369 static TimeInterval createTimeInterval( in createTimeInterval()
372 new Function<ViewData.AggregationWindowData.CumulativeData, TimeInterval>() { in createTimeInterval()
374 public TimeInterval apply(ViewData.AggregationWindowData.CumulativeData arg) { in createTimeInterval()
375 TimeInterval.Builder builder = TimeInterval.newBuilder(); in createTimeInterval()
383 Functions.<TimeInterval>throwIllegalArgumentException(), in createTimeInterval()
384 Functions.<TimeInterval>throwIllegalArgumentException()); in createTimeInterval()
/external/llvm/lib/Support/
DCachePruning.cpp71 auto TimeInterval = sys::TimeValue(sys::TimeValue::SecondsType(Interval)); in prune() local
73 if (TimeStampAge <= TimeInterval) { in prune()
/external/v8/src/profiler/
Dheap-snapshot-generator.h229 struct TimeInterval { struct
230 explicit TimeInterval(SnapshotObjectId id) in TimeInterval() function
256 const std::vector<TimeInterval>& samples() const { return time_intervals_; } in samples() argument
284 std::vector<TimeInterval> time_intervals_;
Dheap-snapshot-generator.cc460 TimeInterval& time_interval = time_intervals_[time_interval_index]; in PushHeapObjectsStats()
3005 const std::vector<HeapObjectsMap::TimeInterval>& samples = in SerializeSamples()
3016 for (const HeapObjectsMap::TimeInterval& sample : samples) { in SerializeSamples()
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverExportUtilsTest.java33 import com.google.monitoring.v3.TimeInterval;
271 TimeInterval.newBuilder() in createTimeInterval_cumulative()
279 TimeInterval.newBuilder() in createTimeInterval_cumulative()