/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/metrics/ |
H A D | DerivedDoubleCumulative.java | 94 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 D | DerivedLongCumulative.java | 92 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 D | DerivedDoubleGauge.java | 94 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 D | DerivedLongGauge.java | 92 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 D | DoubleCumulative.java | 115 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 D | LongCumulative.java | 114 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 D | LongGauge.java | 112 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 D | DoubleGauge.java | 115 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 D | DerivedDoubleGaugeImpl.java | 105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleGaugeImpl
|
H A D | DerivedLongGaugeImpl.java | 105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongGaugeImpl
|
H A D | LongGaugeImpl.java | 105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongGaugeImpl
|
H A D | DoubleGaugeImpl.java | 105 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DoubleGaugeImpl
|
H A D | LongCumulativeImpl.java | 109 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in LongCumulativeImpl
|
H A D | DerivedLongCumulativeImpl.java | 111 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedLongCumulativeImpl
|
H A D | DerivedDoubleCumulativeImpl.java | 111 public synchronized void removeTimeSeries(List<LabelValue> labelValues) { in removeTimeSeries() method in DerivedDoubleCumulativeImpl
|
H A D | DoubleCumulativeImpl.java | 109 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/ |
D | opencensus-java-api.jar | io/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 D | DerivedLongGaugeImplTest.java | 204 public void removeTimeSeries() { in removeTimeSeries() method in DerivedLongGaugeImplTest
|
H A D | DerivedDoubleGaugeImplTest.java | 208 public void removeTimeSeries() { in removeTimeSeries() method in DerivedDoubleGaugeImplTest
|
H A D | DerivedDoubleCumulativeImplTest.java | 250 public void removeTimeSeries() { in removeTimeSeries() method in DerivedDoubleCumulativeImplTest
|
H A D | DerivedLongCumulativeImplTest.java | 247 public void removeTimeSeries() { in removeTimeSeries() method in DerivedLongCumulativeImplTest
|
H A D | LongGaugeImplTest.java | 161 public void removeTimeSeries() { in removeTimeSeries() method in LongGaugeImplTest
|
H A D | DoubleGaugeImplTest.java | 165 public void removeTimeSeries() { in removeTimeSeries() method in DoubleGaugeImplTest
|
H A D | DoubleCumulativeImplTest.java | 182 public void removeTimeSeries() { in removeTimeSeries() method in DoubleCumulativeImplTest
|
H A D | LongCumulativeImplTest.java | 182 public void removeTimeSeries() { in removeTimeSeries() method in LongCumulativeImplTest
|