HomeSort by relevance Sort by last modified time
    Searched refs:backoff (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/content/
SyncOperation.java 38 public Long backoff; field in class:SyncOperation
43 long delayInMs, long backoff, long delayUntil, boolean allowParallelSyncs) {
59 this.backoff = backoff;
86 this.backoff = other.backoff;
150 backoff);
SyncQueue.java 52 final Pair<Long, Long> backoff = local
62 backoff != null ? backoff.first : 0,
148 public void onBackoffChanged(Account account, int userId, String providerName, long backoff) {
150 // backoff and effectiveStartTime
154 op.backoff = backoff;
SyncManager.java 609 Pair<Long, Long> backoff = mSyncStorageEngine local
613 final long backoffTime = backoff != null ? backoff.first : 0;
730 // don't increase backoff before current backoff is expired. This will happen for op's
734 Log.v(TAG, "Still in backoff, do not increase it. "
756 final long backoff = now + newDelayInMs; local
1833 final Pair<Long, Long> backoff = mSyncStorageEngine.getBackoff( local
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
binary_format.h 526 static inline int backoff(const int unigramFreq) { function in namespace:latinime
528 // For some reason, applying the backoff weight gives bad results in tests. To apply the
529 // backoff weight, we divide the probability by 2, which in our storing format means
548 if (!bigramMap || !bigramFilter) return backoff(unigramFreq);
549 if (!isInFilter(bigramFilter, position)) return backoff(unigramFreq);
555 return backoff(unigramFreq);
  /external/dnsmasq/src/
tftp.c 155 transfer->backoff = 1;
396 transfer->backoff = 0;
422 transfer->backoff = 100;
432 transfer->timeout += 1 + (1<<transfer->backoff);
442 else if (++transfer->backoff > 5)
dnsmasq.h 587 int backoff; member in struct:tftp_transfer
  /external/quake/quake/src/QW/server/
sv_phys.c 201 float backoff; local
211 backoff = DotProduct (in, normal) * overbounce;
215 change = normal[i]*backoff;
716 float backoff; local
748 backoff = 1.5;
750 backoff = 1;
752 ClipVelocity (ent->v.velocity, trace.plane.normal, ent->v.velocity, backoff);
  /external/quake/quake/src/QW/client/
pmove.c 74 float backoff; local
84 backoff = DotProduct (in, normal) * overbounce;
88 change = normal[i]*backoff;
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 192 float backoff; local
202 backoff = DotProduct (in, normal) * overbounce;
206 change = normal[i]*backoff;
1249 float backoff; local
1313 backoff = 1.5;
1316 backoff = 2.0;
1319 backoff = 1;
1321 ClipVelocity (ent->u.v.velocity, trace.plane.normal, ent->u.v.velocity, backoff);
    [all...]
  /gdk/samples/quake/jni/
sv_phys.cpp 192 float backoff; local
202 backoff = DotProduct (in, normal) * overbounce;
206 change = normal[i]*backoff;
1249 float backoff; local
1313 backoff = 1.5;
1316 backoff = 2.0;
1319 backoff = 1;
1321 ClipVelocity (ent->u.v.velocity, trace.plane.normal, ent->u.v.velocity, backoff);
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 655 // Test that exponential backoff is properly triggered.
696 // Test that no polls or extraneous nudges occur when in backoff.
755 // Test that backoff is shaping traffic properly with consecutive errors.
798 const TimeDelta backoff = TimeDelta::FromMilliseconds(100); local
805 EXPECT_CALL(*delay(), GetDelay(_)).WillOnce(Return(backoff));
807 // Optimal start for the post-backoff poll party.
808 TimeTicks optimal_start = TimeTicks::Now() + poll + backoff;
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/sn0/
hubmd.h 436 backoff: 2, member in struct:proto_error_reg
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubmd.h 436 backoff: 2, member in struct:proto_error_reg
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubmd.h 585 backoff: 2, /* 49-48: backoff control */ member in struct:proto_error_reg
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/sn0/
hubmd.h 436 backoff: 2, member in struct:proto_error_reg
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/sn0/
hubmd.h 436 backoff: 2, member in struct:proto_error_reg

Completed in 475 milliseconds