Home
last modified time | relevance | path

Searched defs:doubleFunction (Results 1 – 5 of 5) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DValue.java95 Function<? super Double, T> doubleFunction, in match()
110 Function<? super Double, T> doubleFunction, in match()
145 Function<? super Double, T> doubleFunction, in match()
183 Function<? super Double, T> doubleFunction, in match()
221 Function<? super Double, T> doubleFunction, in match()
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DAttributeValue.java121 Function<? super Double, T> doubleFunction, in match()
149 Function<? super Double, T> doubleFunction, in match()
182 Function<? super Double, T> doubleFunction, in match()
215 Function<? super Double, T> doubleFunction, in match()
248 Function<? super Double, T> doubleFunction, in match()
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/
DDerivedDoubleGaugeTest.java46 private static final ToDoubleFunction<Object> doubleFunction = field in DerivedDoubleGaugeTest
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
DDerivedDoubleGaugeImplTest.java72 private static final ToDoubleFunction<Object> doubleFunction = field in DerivedDoubleGaugeImplTest
DMetricRegistryImplTest.java84 private static final ToDoubleFunction<Object> doubleFunction = field in MetricRegistryImplTest