HomeSort by relevance Sort by last modified time
    Searched full:retrying (Results 1 - 25 of 334) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/gc/
gc_cause.h 28 // retrying allocation.
  /external/chromium_org/google_apis/gcm/engine/
checkin_request.cc 170 LOG(ERROR) << "Failed to get checkin response. Fetcher failed. Retrying.";
182 LOG(ERROR) << "No point retrying the checkin with status: "
195 << response_status << ". Retrying.";
207 LOG(ERROR) << "Android ID or security token is 0. Retrying.";
connection_handler.h 31 // messages. Note that no retrying or queueing is enforced at this layer.
  /external/chromium_org/sync/engine/
update_applicator.h 8 // UpdateApplicator might resemble an iterator, but it actually keeps retrying
  /external/chromium_org/components/sync_driver/
data_type_manager.h 30 RETRYING, // Retrying a pending reconfiguration.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
networktransaction_unittest.py 74 'Retrying in 0 seconds...\n',
76 'Retrying in 0.0 seconds...\n'])
networktransaction.py 58 _log.warn("Received HTTP status %s loading \"%s\". Retrying in %s seconds..." % (e.code, e.filename, self._backoff_seconds))
  /external/chromium_org/net/dns/
serial_worker.cc 62 // If this fails, the loop is gone, so there is no point retrying.
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 33 * RETRYING: data connection failed but we're going to retry.
37 * RETRYING or CONNECTING or SCANNING: CONNECTING
47 RETRYING
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
HLSLCompiler.cpp 113 infoLog.append(" Retrying with ");
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SwipeableConversationItemView.java 66 conversation.sendingState != UIProvider.ConversationSendingState.RETRYING;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 204 || (mState == DctConstants.State.RETRYING)
212 || (mState == DctConstants.State.RETRYING));
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
AddWifiNetworkTask.java 105 ProvisionLogger.loge("Retrying in " + mDurationNextSleep + " ms.");
117 + " Quit retrying and report error.");
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter.cc 111 // try to recover by retrying, and trying different endpoints, and
  /external/chromium_org/chrome/browser/speech/
tts_extension_loader_chromeos.cc 125 VLOG(1) << "TTS component extension loaded, retrying queued utterances.";
  /external/chromium_org/chrome/browser/ui/extensions/
extension_installed_bubble.cc 27 // How long to wait for browser action animations to complete before retrying.
  /external/chromium_org/components/rappor/
log_uploader.h 29 // upload fails, the uploader will keep retrying the upload with an exponential
  /external/chromium_org/content/child/npapi/
plugin_stream.h 106 // and retrying later.
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc 163 // especially at startup and after sign-in on ChromeOS. Retrying once should
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
SessionConnector.java 11 * retrying the connection in the case of a stale host JID.
  /external/chromium_org/remoting/protocol/
pairing_authenticator_base.cc 82 // to the peer and retrying with the PIN.
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
get_files.py 116 print "Sha does not match, retrying..."
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
http_download.py 65 logger('Download failed on %s, retrying... (%d)\n' % (url, i))
  /external/libvpx/libvpx/test/android/
get_files.py 116 print "Sha does not match, retrying..."
  /external/qemu/android/base/
EintrWrapper.h 38 // By default, this will loop indefinitly, retrying the call until

Completed in 1496 milliseconds

1 2 3 4 5 6 7 8 91011>>