Home
last modified time | relevance | path

Searched defs:Cumulative (Results 1 – 2 of 2) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DView.java216 Function<? super Cumulative, T> p0, in match()
230 public abstract static class Cumulative extends AggregationWindow { class in View.AggregationWindow
235 Cumulative() {} in Cumulative() method in View.AggregationWindow.Cumulative
251 Function<? super Cumulative, T> p0, in match()
299 Function<? super Cumulative, T> p0, in match()
/external/vixl/src/aarch64/
Dinstrument-aarch64.h49 Cumulative = 1 // Cumulative counters keep their value after reading. enumerator