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

1 2

  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 54 private final int retryCount;
62 public DefaultHttpRequestRetryHandler(int retryCount, boolean requestSentRetryEnabled) {
64 this.retryCount = retryCount;
75 * Used <code>retryCount</code> and <code>requestSentRetryEnabled</code> to determine
88 if (executionCount > this.retryCount) {
132 return retryCount;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
httpd.pm 195 my $retryCount = 20;
196 while (!-f $httpdPidFile && $retryCount) {
198 --$retryCount;
201 if (!$retryCount) {
235 my $retryCount = 20;
236 while (kill(0, $pid) && $retryCount) {
238 --$retryCount;
240 return $retryCount != 0;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 103 int retryCount = 30;
107 } while (btState == BluetoothAdapter.STATE_TURNING_OFF && --retryCount > 0);
DockService.java 209 int retryCount = prefs.getInt(KEY_CONNECT_RETRY_COUNT, 0);
210 if (retryCount < MAX_CONNECT_RETRY) {
211 prefs.edit().putInt(KEY_CONNECT_RETRY_COUNT, retryCount + 1).apply();
219 int retryCount = prefs.getInt(KEY_CONNECT_RETRY_COUNT, 0);
220 if (retryCount < MAX_CONNECT_RETRY) {
221 prefs.edit().putInt(KEY_CONNECT_RETRY_COUNT, retryCount + 1).apply();
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecController.java 362 * @param retryCount the number of retry used to send polling message to remote devices
366 int retryCount) {
372 runDevicePolling(sourceAddress, pollingCandidates, retryCount, callback, allocated);
434 final List<Integer> candidates, final int retryCount,
451 if (sendPollMessage(sourceAddress, candidate, retryCount)) {
457 runDevicePolling(sourceAddress, candidates, retryCount, callback,
466 private boolean sendPollMessage(int sourceAddress, int destinationAddress, int retryCount) {
468 for (int i = 0; i < retryCount; ++i) {
HdmiCecFeatureAction.java 211 int retryCount) {
212 mService.pollDevices(callback, getSourceAddress(), pickStrategy, retryCount);
HdmiControlService.java 760 * @param retryCount the number of retry used to send polling message to remote devices
765 int retryCount) {
768 retryCount);
    [all...]
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 86 int retryCount = 0;
89 while (retryCount < MAX_RETRY) {
100 retryCount++;
  /frameworks/support/v4/java/android/support/v4/app/
NotificationManagerCompat.java 341 record.retryCount = 0;
440 record.retryCount = 0;
468 record.retryCount++;
469 if (record.retryCount > SIDE_CHANNEL_RETRY_MAX_COUNT) {
471 + record.componentName + " after " + record.retryCount + " retries");
475 int delayMs = SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS * (1 << (record.retryCount - 1));
538 public int retryCount = 0;
  /art/runtime/jdwp/
jdwp_adb.cc 184 int retryCount = 0;
269 if (++retryCount > 5) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 88 int retryCount = 0;
91 retryCount ++;
103 } else if (retryCount > SOCKET_OPEN_MAX_RETRY) {
RIL.java 480 int retryCount = 0;
510 if (retryCount == 8) {
513 + "' socket after " + retryCount
515 } else if (retryCount > 0 && retryCount < 8) {
526 retryCount++;
530 retryCount = 0;
    [all...]
  /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 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.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 
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 692 int retryCount = 0;
701 retryCount = 0;
735 if (retryCount > 50) {
737 throw_sqlite3_exception(env, connection->db, "retrycount exceeded");
742 retryCount++;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /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 

Completed in 1544 milliseconds

1 2