HomeSort by relevance Sort by last modified time
    Searched full:execcount (Results 1 - 12 of 12) 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/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 34 double ExecCount;
41 explicit ProfileEstimatorPass(const double execcount = 0)
42 : FunctionPass(ID), ExecCount(execcount) {
44 if (execcount == 0) ExecCount = LoopWeight;
91 Pass *createProfileEstimatorPass(const unsigned execcount) {
92 return new ProfileEstimatorPass(execcount);
209 EdgeInformation[BB->getParent()][edge] = BBWeight * ExecCount;
252 BBWeight *= (ExecCount+1)
    [all...]
  /external/icu4c/tools/ctestfw/
uperf.cpp 22 static int32_t execCount = 0;
279 execCount = 0;
281 if (!res || (execCount <= 0)) {
364 execCount++;
515 execCount--; // correct a previously assumed test-exec, as this only calls a subtest
  /external/icu4c/test/intltest/
intltest.cpp 450 static int32_t execCount = 0;
557 execCount--; // correct a previously assumed test-exec, as this only calls a subtest
722 execCount++;
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 341 int execCount = 0;
443 execCount++;
460 this.log.debug("Attempt " + execCount + " to execute request");
    [all...]
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /dalvik/hit/samples/
android.hprof     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 482 milliseconds