Searched defs:getMetrics (Results 1 - 25 of 36) sorted by relevance

12

/external/apache-http/src/org/apache/http/
H A DHttpConnection.java113 HttpConnectionMetrics getMetrics(); method in interface:HttpConnection
/external/apache-http/src/org/apache/http/io/
H A DSessionInputBuffer.java66 HttpTransportMetrics getMetrics(); method in interface:SessionInputBuffer
H A DSessionOutputBuffer.java66 HttpTransportMetrics getMetrics(); method in interface:SessionOutputBuffer
/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionInputBuffer.java118 public HttpTransportMetrics getMetrics() { method in class:LoggingSessionInputBuffer
119 return this.in.getMetrics();
H A DLoggingSessionOutputBuffer.java110 public HttpTransportMetrics getMetrics() { method in class:LoggingSessionOutputBuffer
111 return this.out.getMetrics();
H A DAbstractClientConnAdapter.java211 public HttpConnectionMetrics getMetrics() { method in class:AbstractClientConnAdapter
214 return conn.getMetrics();
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java180 public HttpTransportMetrics getMetrics() { method in class:AbstractSessionOutputBuffer
H A DAbstractSessionInputBuffer.java276 public HttpTransportMetrics getMetrics() { method in class:AbstractSessionInputBuffer
/external/apache-http/android/src/android/net/http/
H A DAndroidHttpClientConnection.java119 inbuffer.getMetrics(),
120 outbuffer.getMetrics());
455 public HttpConnectionMetrics getMetrics() { method in class:AndroidHttpClientConnection
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java139 inbuffer.getMetrics(),
140 outbuffer.getMetrics());
220 public HttpConnectionMetrics getMetrics() { method in class:AbstractHttpClientConnection
H A DAbstractHttpServerConnection.java139 inbuffer.getMetrics(),
140 outbuffer.getMetrics());
203 public HttpConnectionMetrics getMetrics() { method in class:AbstractHttpServerConnection
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDisplay.java34 public void getMetrics(DisplayMetrics outMetrics) { method in class:ShadowDisplay
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java154 public IntIntMap getMetrics () method in class:ReportProperties.ParsedProperties
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowDisplay.java67 public void getMetrics(DisplayMetrics outMetrics) { method in class:ShadowDisplay
77 directlyOn(realObject, Display.class).getMetrics(outMetrics);
94 getMetrics(outMetrics);
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
H A DPerfStatsCollector.java89 public synchronized Collection<Metric> getMetrics() { method in class:PerfStatsCollector
/external/skia/tools/fonts/
H A DSkTestScalerContext.cpp103 void SkTestTypeface::getMetrics(SkGlyph* glyph) { function in class:SkTestTypeface
207 this->getTestTypeface()->getMetrics(glyph);
/external/skqp/tools/
H A DSkTestScalerContext.cpp103 void SkTestTypeface::getMetrics(SkGlyph* glyph) { function in class:SkTestTypeface
207 this->getTestTypeface()->getMetrics(glyph);
/external/skia/src/core/
H A DSkScalerContext.cpp104 void SkScalerContext::getMetrics(SkGlyph* glyph) { function in class:SkScalerContext
447 this->getMetrics(&tmpGlyph);
/external/skqp/src/core/
H A DSkScalerContext.cpp110 void SkScalerContext::getMetrics(SkGlyph* glyph) { function in class:SkScalerContext
453 this->getMetrics(&tmpGlyph);
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 566 milliseconds

12