Home
last modified time | relevance | path

Searched refs:longFunction (Results 1 – 5 of 5) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DAttributeValue.java98 Function<? super Long, T> longFunction, in match() argument
120 Function<? super Long, T> longFunction, in match() argument
139 Function<? super Long, T> longFunction, in match() argument
148 Function<? super Long, T> longFunction, in match() argument
172 Function<? super Long, T> longFunction, in match() argument
181 Function<? super Long, T> longFunction, in match() argument
205 Function<? super Long, T> longFunction, in match() argument
207 return longFunction.apply(getLongValue()); in match()
214 Function<? super Long, T> longFunction, in match() argument
217 return longFunction.apply(getLongValue()); in match()
[all …]
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DValue.java96 Function<? super Long, T> longFunction, in match() argument
111 Function<? super Long, T> longFunction, in match() argument
146 Function<? super Long, T> longFunction, in match() argument
150 return longFunction.apply(getValue()); in match()
184 Function<? super Long, T> longFunction, in match() argument
222 Function<? super Long, T> longFunction, in match() argument
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/
DDerivedLongGaugeTest.java46 private static final ToLongFunction<Object> longFunction = field in DerivedLongGaugeTest
58 derivedLongGauge.createTimeSeries(null, null, longFunction); in noopCreateTimeSeries_WithNullLabelValues()
66 derivedLongGauge.createTimeSeries(labelValues, null, longFunction); in noopCreateTimeSeries_WithNullElement()
73 derivedLongGauge.createTimeSeries(EMPTY_LABEL_VALUES, null, longFunction); in noopCreateTimeSeries_WithInvalidLabelSize()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
DDerivedLongGaugeImplTest.java74 private static final ToLongFunction<Object> longFunction = field in DerivedLongGaugeImplTest
100 derivedLongGauge.createTimeSeries(null, null, longFunction); in createTimeSeries_WithNullLabelValues()
113 derivedLongGauge.createTimeSeries(labelValues, null, longFunction); in createTimeSeries_WithNullElement()
123 derivedLongGauge.createTimeSeries(labelValues, null, longFunction); in createTimeSeries_WithInvalidLabelSize()
163 derivedLongGauge.createTimeSeries(LABEL_VALUES, null, longFunction); in removeTimeSeries()
182 derivedLongGauge.createTimeSeries(LABEL_VALUES, null, longFunction); in multipleMetrics_GetMetric()
208 derivedLongGauge.createTimeSeries(LABEL_VALUES, null, longFunction); in clear()
DMetricRegistryImplTest.java77 private static final ToLongFunction<Object> longFunction = field in MetricRegistryImplTest
269 derivedLongGauge.createTimeSeries(LABEL_VALUES, null, longFunction); in addDerivedLongGauge_GetMetrics()
322 derivedLongGauge.createTimeSeries(LABEL_VALUES, null, longFunction); in getMetrics()