Home
last modified time | relevance | path

Searched refs:getMetrics (Results 1 – 25 of 108) sorted by relevance

12345

/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
DPerfStatsCollectorTest.java33 Collection<Metric> metrics = collector.getMetrics(); in shouldMeasureElapsedTimeForEvents()
53 Collection<Metric> metrics = collector.getMetrics(); in shouldMeasureElapsedTimeForRepeatedEvents()
66 Collection<Metric> metrics = collector.getMetrics(); in shouldRunAndMeasureSuccessfulCallable()
87 Collection<Metric> metrics = collector.getMetrics(); in shouldRunAndMeasureExceptionThrowingCallable()
105 Collection<Metric> metrics = collector.getMetrics(); in shouldRunAndMeasureCheckedException()
116 assertThat(collector.getMetrics()).isEmpty(); in reset_shouldClearAllMetadataAndMetrics()
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMetricProducerImpl.java35 public Collection<Metric> getMetrics() { in getMetrics() method in MetricProducerImpl
36 return statsManager.getMetrics(); in getMetrics()
DStatsManager.java74 Collection<Metric> getMetrics() { in getMetrics() method in StatsManager
75 return measureToViewMap.getMetrics(clock, state.getInternal()); in getMetrics()
/external/skqp/gm/
Ddftext.cpp78 y += font.getMetrics(nullptr)*scales[i]; in onDraw()
92 rotY += font.getMetrics(nullptr); in onDraw()
108 y += font.getMetrics(nullptr)*scaleFactor; in onDraw()
148 y += font.getMetrics(nullptr); in onDraw()
162 y += font.getMetrics(nullptr); in onDraw()
Dtypeface.cpp120 SkScalar dy = font.getMetrics(nullptr); in onDraw()
242 SkScalar dy = SkScalarCeilToScalar(font.getMetrics(nullptr));
289 SkScalar dy = SkScalarCeilToScalar(font.getMetrics(nullptr));
342 SkScalar dy = SkScalarCeilToScalar(font.getMetrics(nullptr));
Dscaledemoji.cpp72 font.getMetrics(&metrics); in onDraw()
123 font.getMetrics(&metrics); in onDraw()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
DMetricRegistryImplTest.java241 Collection<Metric> metricCollections = metricRegistry.getMetricProducer().getMetrics(); in addLongGauge_GetMetrics()
255 Collection<Metric> metricCollections = metricRegistry.getMetricProducer().getMetrics(); in addDoubleGauge_GetMetrics()
270 Collection<Metric> metricCollections = metricRegistry.getMetricProducer().getMetrics(); in addDerivedLongGauge_GetMetrics()
285 Collection<Metric> metricCollections = metricRegistry.getMetricProducer().getMetrics(); in addDerivedDoubleGauge_GetMetrics()
297 assertThat(metricRegistry.getMetricProducer().getMetrics()).isEmpty(); in empty_GetMetrics()
313 public void getMetrics() { in getMetrics() method in MetricRegistryImplTest
327 Collection<Metric> metricCollections = metricRegistry.getMetricProducer().getMetrics(); in getMetrics()
/external/skia/gm/
Ddftext.cpp94 y += font.getMetrics(nullptr)*scales[i]; in onDraw()
108 rotY += font.getMetrics(nullptr); in onDraw()
124 y += font.getMetrics(nullptr)*scaleFactor; in onDraw()
164 y += font.getMetrics(nullptr); in onDraw()
178 y += font.getMetrics(nullptr); in onDraw()
Dscaledemoji.cpp77 font.getMetrics(&metrics); in onDraw()
125 font.getMetrics(&metrics); in onDraw()
185 font.getMetrics(&metrics); in onDraw()
Duserfont.cpp32 font.getMetrics(&metrics); in make_tf()
77 *spacing = font.getMetrics(nullptr); in make_blob()
Dtypeface.cpp128 SkScalar dy = font.getMetrics(nullptr); in onDraw()
236 SkScalar dy = SkScalarCeilToScalar(font.getMetrics(nullptr));
283 SkScalar dy = SkScalarCeilToScalar(font.getMetrics(nullptr));
337 SkScalar dy = SkScalarCeilToScalar(font.getMetrics(nullptr));
/external/apache-http/src/org/apache/http/impl/
DAbstractHttpServerConnection.java139 inbuffer.getMetrics(), in init()
140 outbuffer.getMetrics()); in init()
203 public HttpConnectionMetrics getMetrics() { in getMetrics() method in AbstractHttpServerConnection
DAbstractHttpClientConnection.java139 inbuffer.getMetrics(), in init()
140 outbuffer.getMetrics()); in init()
220 public HttpConnectionMetrics getMetrics() { in getMetrics() method in AbstractHttpClientConnection
/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionOutputBuffer.java110 public HttpTransportMetrics getMetrics() { in getMetrics() method in LoggingSessionOutputBuffer
111 return this.out.getMetrics(); in getMetrics()
DLoggingSessionInputBuffer.java118 public HttpTransportMetrics getMetrics() { in getMetrics() method in LoggingSessionInputBuffer
119 return this.in.getMetrics(); in getMetrics()
DAbstractClientConnAdapter.java211 public HttpConnectionMetrics getMetrics() { in getMetrics() method in AbstractClientConnAdapter
214 return conn.getMetrics(); in getMetrics()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDisplay.java67 protected void getMetrics(DisplayMetrics outMetrics) { in getMetrics() method in ShadowDisplay
77 directlyOn(realObject, Display.class).getMetrics(outMetrics); in getMetrics()
94 getMetrics(outMetrics); in getRealMetrics()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateApproximateWidths.java79 int defaultWidth = widths.getMetrics(0xFFFD); in showWidths()
86 int cjkWidth = widths.getMetrics(0x4E00); in showWidths()
97 int cpWidth = widths.getMetrics(it.codepoint); in showWidths()
182 private int getMetrics(int cp) { in getMetrics() method in GenerateApproximateWidths.Widths
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DMetricProducer.java39 public abstract Collection<Metric> getMetrics(); in getMetrics() method in MetricProducer
/external/apache-http/src/org/apache/http/
DHttpConnection.java113 HttpConnectionMetrics getMetrics(); in getMetrics() method
/external/apache-http/src/org/apache/http/io/
DSessionInputBuffer.java66 HttpTransportMetrics getMetrics(); in getMetrics() method
DSessionOutputBuffer.java66 HttpTransportMetrics getMetrics(); in getMetrics() method
/external/skia/samplecode/
DSampleChineseFling.cpp78 font.getMetrics(&fMetrics); in onOnceBeforeDraw()
187 font.getMetrics(&fMetrics); in onOnceBeforeDraw()
/external/apache-http/android/src/android/net/http/
DAndroidHttpClientConnection.java119 inbuffer.getMetrics(), in bind()
120 outbuffer.getMetrics()); in bind()
455 public HttpConnectionMetrics getMetrics() { in getMetrics() method in AndroidHttpClientConnection
/external/skia/modules/skplaintexteditor/src/
Dshape.cpp59 font.getMetrics(&metrics); in finalRect()
102 info.fFont.getMetrics(&metrics); in runInfo()
197 font.getMetrics(&metrics); in set_character_bounds()

12345