Searched defs:getMetrics (Results 1 - 25 of 27) 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/chromium_org/tools/perf/metrics/
H A Dmedia.js18 MediaMetricBase.prototype.getMetrics = function() {
25 'metrics': this.getMetrics()
126 HTMLMediaMetric.prototype.getMetrics = function() {
/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/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/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp127 void SkScalerContext::getMetrics(SkGlyph* glyph) { function in class:SkScalerContext
525 this->getMetrics(&tmpGlyph);
/external/skia/src/core/
H A DSkScalerContext.cpp301 void SkScalerContext::getMetrics(SkGlyph* glyph) { function in class:SkScalerContext
699 this->getMetrics(&tmpGlyph);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTests.js614 PageAgent.invoke_setDeviceMetricsOverride(params, getMetrics);
616 function getMetrics()
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 321 milliseconds

12