HomeSort by relevance Sort by last modified time
    Searched defs:retryCount (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 59 private final int retryCount;
67 public DefaultHttpRequestRetryHandler(int retryCount, boolean requestSentRetryEnabled) {
69 this.retryCount = retryCount;
80 * Used <code>retryCount</code> and <code>requestSentRetryEnabled</code> to determine
93 if (executionCount > this.retryCount) {
137 return retryCount;
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DumpMojo.java 94 * @parameter property="jacoco.retryCount" default-value="10"
96 private int retryCount;
116 client.setRetryCount(retryCount);
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DumpTask.java 37 private int retryCount = 10;
76 * @param retryCount
79 public void setRetryCount(final int retryCount) {
80 this.retryCount = retryCount;
144 client.setRetryCount(retryCount);
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 86 int retryCount = 0;
89 while (retryCount < MAX_RETRY) {
100 retryCount++;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
ExecDumpClient.java 29 private int retryCount;
34 * <code>reset==false</code>, <code>retryCount==0</code> and
40 this.retryCount = 0;
68 * @param retryCount
71 public void setRetryCount(final int retryCount) {
72 this.retryCount = retryCount;
142 if (++count > retryCount) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 102 int retryCount = 30;
106 } while (btState == BluetoothAdapter.STATE_TURNING_OFF && --retryCount > 0);
DockService.java 217 int retryCount = prefs.getInt(KEY_CONNECT_RETRY_COUNT, 0);
218 if (retryCount < MAX_CONNECT_RETRY) {
219 prefs.edit().putInt(KEY_CONNECT_RETRY_COUNT, retryCount + 1).apply();
227 int retryCount = prefs.getInt(KEY_CONNECT_RETRY_COUNT, 0);
228 if (retryCount < MAX_CONNECT_RETRY) {
229 prefs.edit().putInt(KEY_CONNECT_RETRY_COUNT, retryCount + 1).apply();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 57 final String rawChecksum, final String checksum, final int retryCount,
68 mRetryCount = retryCount;
90 final int retryCount = values.getAsInteger(MetadataDbHelper.RETRY_COUNT_COLUMN);
112 checksum, retryCount, localFilename, remoteFilename, version, formatVersion,
MetadataDbHelper.java 484 final String rawChecksum, final String checksum, final int retryCount,
497 result.put(RETRY_COUNT_COLUMN, retryCount);
    [all...]
  /art/runtime/jdwp/
jdwp_adb.cc 184 int retryCount = 0;
269 if (++retryCount > 5) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapRilReceiver.java 48 int retryCount = 0;
71 if (retryCount == 8) {
74 + "' socket after " + retryCount
76 } else if (retryCount > 0 && retryCount < 8) {
88 retryCount++;
  /cts/hostsidetests/services/windowmanager/src/android/wm/cts/
CrossAppDragAndDropTests.java 176 int retryCount = 3;
185 } while (retryCount-- > 0);
268 int retryCount = 3;
285 } while (retryCount-- > 0);
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 690 int retryCount = 0;
699 retryCount = 0;
733 if (retryCount > 50) {
735 throw_sqlite3_exception(env, connection->db, "retrycount exceeded");
740 retryCount++;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 105 int retryCount = 0;
108 retryCount ++;
120 } else if (retryCount > SOCKET_OPEN_MAX_RETRY) {
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java 87 int retryCount = 0;
92 retryCount++;
93 if (retryCount > VNS_CONNECT_MAX_RETRY) {
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.cpp 525 int retryCount = 0;
534 retryCount++;
535 if (retryCount > MAX_GET_RETRY_FOR_NOT_READY) {
    [all...]
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.c     [all...]
  /frameworks/support/compat/java/android/support/v4/app/
NotificationManagerCompat.java 422 record.retryCount = 0;
521 record.retryCount = 0;
549 record.retryCount++;
550 if (record.retryCount > SIDE_CHANNEL_RETRY_MAX_COUNT) {
552 + record.componentName + " after " + record.retryCount + " retries");
556 int delayMs = SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS * (1 << (record.retryCount - 1));
619 public int retryCount = 0;
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/
org.jacoco.ant-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/
org.jacoco.ant-0.7.6.201602180812.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 

Completed in 906 milliseconds

1 2 3 4