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

1 2

  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 60 public static final int RETRY = 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 46 RETRY = "retry"
119 return s == RETRY
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 46 RETRY = "retry"
119 return s == RETRY
  /external/chromium_org/sync/engine/
get_updates_delegate.cc 62 // Special case: A GU performed for no other reason than retry will have its
63 // origin set to RETRY.
64 if (nudge_tracker_.GetLegacySource() == sync_pb::GetUpdatesCallerInfo::RETRY)
65 get_updates->set_get_updates_origin(sync_pb::SyncEnums::RETRY);
non_blocking_type_commit_contribution.cc 80 case sync_pb::CommitResponse::RETRY:
get_updates_processor_unittest.cc 274 // Schedule a retry.
278 // Get the nudge tracker to think the retry is due.
288 EXPECT_EQ(sync_pb::SyncEnums::RETRY, gu_msg.get_updates_origin());
289 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::RETRY,
305 // Schedule a retry.
309 // Get the nudge tracker to think the retry is due.
322 EXPECT_NE(sync_pb::SyncEnums::RETRY, gu_msg.get_updates_origin());
323 EXPECT_NE(sync_pb::GetUpdatesCallerInfo::RETRY,
directory_commit_contribution.cc 115 // We handle over quota like a retry, which is same as transient.
116 case sync_pb::CommitResponse::RETRY:
commit_util.cc 430 if (sync_pb::CommitResponse::RETRY == response) {
431 DVLOG(1) << "Retry Committing: " << local_entry;
446 // it as an error response and retry later.
syncer_proto_util.cc 98 case HttpResponse::RETRY:
  /external/chromium_org/sync/protocol/
proto_enum_conversions_unittest.cc 63 sync_pb::GetUpdatesCallerInfo::RETRY,
proto_enum_conversions.cc 99 ENUM_CASE(sync_pb::GetUpdatesCallerInfo, RETRY);
118 ENUM_CASE(sync_pb::SyncEnums, RETRY);
132 ENUM_CASE(sync_pb::CommitResponse, RETRY);
  /external/chromium_org/tools/auto_bisect/
request_build.py 42 SUCCESS, WARNINGS, FAILURE, SKIPPED, EXCEPTION, RETRY, TRYPENDING = range(7)
46 PENDING = (RETRY, TRYPENDING) # These indicate in progress or in pending queue.
  /external/ipsec-tools/src/racoon/
cfparse.h 105 RETRY = 321,
270 #define RETRY 321
  /external/chromium_org/sync/engine/net/
server_connection_manager.h 67 // RETRY is returned when a Commit request fails with a RETRY response from
70 // TODO(idana): the server no longer returns RETRY so we should remove this
72 RETRY,
server_connection_manager.cc 49 ENUM_CASE(RETRY);
  /external/chromium_org/v8/src/
regexp-macro-assembler.h 177 // RETRY: Something significant changed during execution, and the matching
185 enum Result { RETRY = -2, EXCEPTION = -1, FAILURE = 0, SUCCESS = 1 };
regexp-macro-assembler.cc 150 DCHECK(result >= RETRY);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 52 private static final int RETRY = 0x0C;
258 case RETRY:
260 Log.w(TAG, "RETRY: Wrong length received: " + tagLength + " expected: "
465 appParamBuf.put((byte) RETRY);
670 public void setRetry(int retry) throws IllegalArgumentException {
671 if (retry < 0 || retry > 0x0001)
673 this.mRetry = retry;
    [all...]
  /external/chromium_org/sync/sessions/
nudge_tracker.cc 111 // If a retry was required, we've just serviced it. Unset the flag.
284 // RETRY. The server makes optimization decisions based on this field, so
324 return sync_pb::GetUpdatesCallerInfo::RETRY;
345 // If current_retry_time_ is still set, that means we have an old retry time
347 // this retry, hit a network connection error, and now we're in exponential
348 // backoff. In that case, we want this sync cycle to include the GU retry
357 // there until a GU retry has succeeded.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 38 case buildbot.RETRY:
39 return "retry";
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc     [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc     [all...]

Completed in 735 milliseconds

1 2