/external/iproute2/man/man8/ |
tc-cbq.8 | 65 idle time calculations based on the timing of dequeue events and 70 be idle 90% of the time. If it isn't, it needs to be throttled so that it 71 IS idle 90% of the time. 78 The calculated idle time is subtracted from the EWMA measured one, 86 Conversely, an idle link might amass a huge avgidle, which would then 173 To determine the idle time, CBQ must know the bandwidth of your underlying 186 When CBQ needs to measure the average idle time, it does so using an 252 idle time, and pass 1 packet. However, Unix kernels generally have a
|
tc-fq.8 | 43 TCP pacing is good for flows having idle times, as the congestion 45 This removes the 'slow start after idle' choice, badly hitting
|
/external/libchrome/base/ |
run_loop.h | 48 // the queue (it goes idle). WARNING: This may never return! Only use this 110 // that we should quit Run once it becomes idle.
|
/external/libmicrohttpd/doc/chapters/ |
sessions.inc | 50 of active sessions. Which bounds are used for idle sessions or the 70 associated with long-time idle sessions (where the business process
|
/external/opencv3/samples/directx/ |
d3dsample.hpp | 106 // do render at idle 107 virtual int idle() { return render(); } function in class:D3DSample
|
/external/replicaisland/src/com/replica/replicaisland/ |
EnemyAnimationComponent.java | 29 IDLE, 71 mSprite.playAnimation(EnemyAnimations.IDLE.ordinal());
|
SleeperComponent.java | 62 parentObject.setCurrentAction(GameObject.ActionType.IDLE); 94 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
|
TheSourceComponent.java | 70 parentObject.setCurrentAction(ActionType.IDLE); 71 currentAction = ActionType.IDLE;
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
DumpCommand.java | 84 // do a wait for idle in case the app is busy. 101 System.err.println("ERROR: could not get idle state.");
|
/frameworks/base/docs/html/reference/android/support/test/espresso/ |
IdlingResource.html | 287 become idle prior to executing a view operation. 289 <b>Important Note:</b> it is assumed that the resource stays idle most of the time. 317 <p>Registered by an <code><a href="/reference/android/support/test/espresso/IdlingResource.html">IdlingResource</a></code> to notify Espresso of a transition to idle. 403 <p>Returns <code>true</code> if resource is currently idle. 522 <p>Returns <code>true</code> if resource is currently idle. Espresso will <b>always</b> call this 555 that your resource is idle 561 You only need to call this upon transition from busy to idle - if the resource is already idle
|
/frameworks/base/docs/html-intl/intl/ko/about/versions/marshmallow/ |
android-6.0-testing.jd | 172 $ adb shell am set-idle <packageName> true 177 <pre>$ adb shell am set-idle <packageName> false</pre>
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ModeTransitionView.java | 54 private static final int IDLE = 0; 180 } else if (mAnimationType == IDLE || mAnimationType == FADE_OUT) { 278 mAnimationType = IDLE; 355 mAnimationType = IDLE; 493 mAnimationType = IDLE; 511 if (mAnimationType != IDLE) { 536 mAnimationType = IDLE; 578 mAnimationType = IDLE;
|
/packages/apps/Nfc/nci/jni/ |
Pn544Interop.cpp | 78 ** Description: Start polling when activation state is idle. 97 if (state == NfcTag::Idle)
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
PhoneStateBroadcaster.java | 70 * updating the call state to idle. If the call becomes non-external, then the call state can 85 // consider external calls, so an external call is going to cause the state to be idle.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netax25/ |
ax25.h | 119 unsigned int idle, idletimer; member in struct:ax25_info_struct 160 #define AX25_VALUES_IDLE 13 /* mode vc idle timer */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netax25/ |
ax25.h | 119 unsigned int idle, idletimer; member in struct:ax25_info_struct 160 #define AX25_VALUES_IDLE 13 /* mode vc idle timer */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
textView.py | 1 """Simple text browser for IDLE 9 """A simple text viewer dialog for IDLE
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
textView.py | 1 """Simple text browser for IDLE 9 """A simple text viewer dialog for IDLE
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
textView.py | 1 """Simple text browser for IDLE 9 """A simple text viewer dialog for IDLE
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
textView.py | 1 """Simple text browser for IDLE 9 """A simple text viewer dialog for IDLE
|
/prebuilts/tools/common/m2/repository/org/antlr/antlr4-master/4.5.3/ |
antlr4-master-4.5.3.pom | 52 <name>Jim Idle</name> 53 <email>jimi@idle.ws</email>
|
/prebuilts/tools/common/offline-m2/org/antlr/antlr4-master/4.5.3/ |
antlr4-master-4.5.3.pom | 52 <name>Jim Idle</name> 53 <email>jimi@idle.ws</email>
|
/system/extras/tests/workloads/ |
pwrtest.sh | 261 echo Test 1 : measure idle power for $idleTime minutes 262 run_test idle $idleTime 266 run_test idle-airplane $idleTime 272 powerOutput="idle-power.out" 273 displayPowerOutput="idle-display-power.out" 274 airplanePowerOutput="idle-airplane-power.out" 275 airplaneDisplayPowerOutput="idle-airplane-display-power.out" 284 tests="$tests idle"
|
/system/update_engine/ |
service_delegate_android_interface.h | 67 // Reset the already applied update back to an idle state. This method can 69 // status back to idle, deleting the currently applied update if any. In case
|
update_attempter_android.cc | 104 SetStatusAndNotify(UpdateStatus::IDLE); 121 DCHECK(status_ == UpdateStatus::IDLE); 244 << UpdateStatusToString(status_) << " to UpdateStatus::IDLE"; 247 case UpdateStatus::IDLE: 252 // after resetting to idle state, it doesn't go back to 267 SetStatusAndNotify(UpdateStatus::IDLE); 400 if (status_ == UpdateStatus::IDLE) { 411 : UpdateStatus::IDLE);
|