Home
last modified time | relevance | path

Searched defs:removeTimeSeries (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
H A DDerivedDoubleCumulative.java94 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DerivedDoubleCumulative
145 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleCumulative.NoopDerivedDoubleCumulative
H A DDerivedLongCumulative.java92 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DerivedLongCumulative
143 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongCumulative.NoopDerivedLongCumulative
H A DDerivedDoubleGauge.java94 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DerivedDoubleGauge
144 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleGauge.NoopDerivedDoubleGauge
H A DDerivedLongGauge.java92 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DerivedLongGauge
142 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongGauge.NoopDerivedLongGauge
H A DDoubleCumulative.java115 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DoubleCumulative
184 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleCumulative.NoopDoubleCumulative
H A DLongCumulative.java114 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in LongCumulative
179 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongCumulative.NoopLongCumulative
H A DLongGauge.java112 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in LongGauge
185 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongGauge.NoopLongGauge
H A DDoubleGauge.java115 public abstract void removeTimeSeries(List<LabelValue> labelValues); in removeTimeSeries() method in DoubleGauge
192 public void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleGauge.NoopDoubleGauge
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/
H A DDerivedDoubleGaugeImpl.java105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleGaugeImpl
H A DDerivedLongGaugeImpl.java105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongGaugeImpl
H A DLongGaugeImpl.java105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongGaugeImpl
H A DDoubleGaugeImpl.java105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleGaugeImpl
H A DLongCumulativeImpl.java109 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongCumulativeImpl
H A DDerivedLongCumulativeImpl.java111 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongCumulativeImpl
H A DDerivedDoubleCumulativeImpl.java111 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleCumulativeImpl
H A DDoubleCumulativeImpl.java109 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleCumulativeImpl
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/turbine/
Dopencensus-java-api.jario/opencensus/common/Clock.class <Unknown> package io.opencensus.common public ...
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
H A DDerivedLongGaugeImplTest.java204 public void removeTimeSeries() { in removeTimeSeries() method in DerivedLongGaugeImplTest
H A DDerivedDoubleGaugeImplTest.java208 public void removeTimeSeries() { in removeTimeSeries() method in DerivedDoubleGaugeImplTest
H A DDerivedDoubleCumulativeImplTest.java250 public void removeTimeSeries() { in removeTimeSeries() method in DerivedDoubleCumulativeImplTest
H A DDerivedLongCumulativeImplTest.java247 public void removeTimeSeries() { in removeTimeSeries() method in DerivedLongCumulativeImplTest
H A DLongGaugeImplTest.java161 public void removeTimeSeries() { in removeTimeSeries() method in LongGaugeImplTest
H A DDoubleGaugeImplTest.java165 public void removeTimeSeries() { in removeTimeSeries() method in DoubleGaugeImplTest
H A DDoubleCumulativeImplTest.java182 public void removeTimeSeries() { in removeTimeSeries() method in DoubleCumulativeImplTest
H A DLongCumulativeImplTest.java182 public void removeTimeSeries() { in removeTimeSeries() method in LongCumulativeImplTest

12