HomeSort by relevance Sort by last modified time
    Searched defs:execCount (Results 1 - 6 of 6) sorted by null

  /external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java 67 private int execCount;
92 this.execCount = 0;
163 return this.execCount;
167 this.execCount++;
DefaultRequestDirector.java 299 int execCount = 0;
416 execCount++;
426 this.log.debug("Attempt " + execCount + " to execute request");
434 if (retryHandler.retryRequest(ex, execCount, context)) {
    [all...]
  /external/icu4c/tools/ctestfw/
uperf.cpp 18 static int32_t execCount = 0;
275 execCount = 0;
277 if (!res || (execCount <= 0)) {
361 execCount++;
512 execCount--; // correct a previously assumed test-exec, as this only calls a subtest
  /external/icu4c/test/intltest/
intltest.cpp 435 static int32_t execCount = 0;
541 execCount--; // correct a previously assumed test-exec, as this only calls a subtest
700 execCount++;
    [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 407 milliseconds