OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:longFunction
(Results
1 - 3
of
3
) sorted by null
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/
DerivedLongGaugeTest.java
46
private static final ToLongFunction<Object>
longFunction
=
58
derivedLongGauge.createTimeSeries(null, null,
longFunction
);
66
derivedLongGauge.createTimeSeries(labelValues, null,
longFunction
);
73
derivedLongGauge.createTimeSeries(EMPTY_LABEL_VALUES, null,
longFunction
);
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
DerivedLongGaugeImplTest.java
74
private static final ToLongFunction<Object>
longFunction
=
100
derivedLongGauge.createTimeSeries(null, null,
longFunction
);
113
derivedLongGauge.createTimeSeries(labelValues, null,
longFunction
);
123
derivedLongGauge.createTimeSeries(labelValues, null,
longFunction
);
163
derivedLongGauge.createTimeSeries(LABEL_VALUES, null,
longFunction
);
182
derivedLongGauge.createTimeSeries(LABEL_VALUES, null,
longFunction
);
208
derivedLongGauge.createTimeSeries(LABEL_VALUES, null,
longFunction
);
MetricRegistryImplTest.java
77
private static final ToLongFunction<Object>
longFunction
=
269
derivedLongGauge.createTimeSeries(LABEL_VALUES, null,
longFunction
);
322
derivedLongGauge.createTimeSeries(LABEL_VALUES, null,
longFunction
);
Completed in 300 milliseconds