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

/external/apache-http/src/org/apache/http/
H A DHttpConnection.java108 HttpConnectionMetrics getMetrics(); method in interface:HttpConnection
/external/apache-http/src/org/apache/http/io/
H A DSessionInputBuffer.java61 HttpTransportMetrics getMetrics(); method in interface:SessionInputBuffer
H A DSessionOutputBuffer.java61 HttpTransportMetrics getMetrics(); method in interface:SessionOutputBuffer
/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionInputBuffer.java113 public HttpTransportMetrics getMetrics() { method in class:LoggingSessionInputBuffer
114 return this.in.getMetrics();
H A DLoggingSessionOutputBuffer.java105 public HttpTransportMetrics getMetrics() { method in class:LoggingSessionOutputBuffer
106 return this.out.getMetrics();
H A DAbstractClientConnAdapter.java206 public HttpConnectionMetrics getMetrics() { method in class:AbstractClientConnAdapter
209 return conn.getMetrics();
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java175 public HttpTransportMetrics getMetrics() { method in class:AbstractSessionOutputBuffer
H A DAbstractSessionInputBuffer.java271 public HttpTransportMetrics getMetrics() { method in class:AbstractSessionInputBuffer
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java134 inbuffer.getMetrics(),
135 outbuffer.getMetrics());
215 public HttpConnectionMetrics getMetrics() { method in class:AbstractHttpClientConnection
H A DAbstractHttpServerConnection.java134 inbuffer.getMetrics(),
135 outbuffer.getMetrics());
198 public HttpConnectionMetrics getMetrics() { method in class:AbstractHttpServerConnection
/external/robolectric/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/harfbuzz/src/
H A Dharfbuzz-shape.h55 void (*getMetrics)(HB_Font *font, HB_Glyph glyph, HB_GlyphMetrics *metrics); member in struct:HB_FontClass
/external/skia/legacy/src/core/
H A DSkScalerContext.cpp271 void SkScalerContext::getMetrics(SkGlyph* glyph) { function in class:SkScalerContext
529 this->getMetrics(&tmpGlyph);
/external/skia/src/core/
H A DSkScalerContext.cpp274 void SkScalerContext::getMetrics(SkGlyph* glyph) { function in class:SkScalerContext
522 this->getMetrics(&tmpGlyph);
/external/robolectric/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/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 305 milliseconds