Searched defs:requestCount (Results 1 - 25 of 31) sorted by relevance

12

/external/apache-http/src/org/apache/http/impl/
H A DHttpConnectionMetricsImpl.java55 private long requestCount = 0; field in class:HttpConnectionMetricsImpl
90 return this.requestCount;
94 this.requestCount++;
112 value = new Long(requestCount);
146 this.requestCount = 0;
/external/guava/guava/src/com/google/common/cache/
H A DCacheStats.java99 public long requestCount() { method in class:CacheStats
112 * {@code hitCount / requestCount}, or {@code 1.0} when {@code requestCount == 0}.
116 long requestCount = requestCount();
117 return (requestCount == 0) ? 1.0 : (double) hitCount / requestCount;
132 * {@code missCount / requestCount}, or {@code 0.0} when {@code requestCount == 0}.
140 long requestCount
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowHttpResponseCache.java26 private int requestCount = 0; field in class:ShadowHttpResponseCache
84 return requestCount;
89 requestCount += 1;
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockWebServer.java86 private final AtomicInteger requestCount = new AtomicInteger(); field in class:MockWebServer
179 return requestCount.get();
366 requestCount.incrementAndGet();
421 requestCount.incrementAndGet();
/external/oj-libjdwp/src/share/back/
H A DVirtualMachineImpl.c863 int requestCount; local
871 requestCount = inStream_readInt(in);
877 for (i = 0; i < requestCount; i++) {
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockWebServer.java118 private final AtomicInteger requestCount = new AtomicInteger(); field in class:MockWebServer
296 return requestCount.get();
524 requestCount.incrementAndGet();
585 requestCount.incrementAndGet();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCache.java165 private int requestCount; field in class:Cache
395 requestCount++;
420 return requestCount;
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java342 private long requestCount; field in class:NanoHTTPD.DefaultAsyncRunner
368 ++this.requestCount;
371 t.setName("NanoHttpd Request Processor (#" + this.requestCount + ")");
/external/python/cpython2/Mac/Modules/file/
H A D_Filemodule.c2741 UInt64 requestCount; local
2748 &requestCount))
2754 requestCount,
3207 PyDoc_STR("(SInt16 forkRefNum, FSAllocationFlags flags, UInt16 positionMode, SInt64 positionOffset, UInt64 requestCount) -> (UInt64 actualCount)")},
/external/robolectric/v3/
H A Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/shadows/ ...
/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/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/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/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 651 milliseconds

12