/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
script.js | 73 // We can't use the onload event because this script runs at document idle,
|
/external/chromium/net/tools/flip_server/ |
acceptor_thread.h | 72 // idle longer than the configured timeout.
|
/external/netperf/ |
netcpu_perfstat.c | 43 idle. The rate at which this increments during a test is compared 107 res[i] = per_cpu_pointer->idle; 189 firstcnt[j] = per_cpu_pointer->idle; 231 secondcnt[j] = per_cpu_pointer->idle;
|
netcpu_pstat.c | 34 idle. The rate at which this increments during a test is compared 61 /* get the idle sycle counter for each processor */ 94 count how high the idle counter gets each time. Return the measured 140 /* get the idle sycle counter for each processor */
|
netcpu_sysctl.c | 90 /* calibrate_sysctl - perform the idle rate calculation using the
|
netcpu_procstat.c | 40 idle. The rate at which this increments during a test is compared 161 /* Idle time is the 4th space-separated token */ 222 does not go south. raj 6/95 and if we run completely out of idle,
|
/external/webkit/Source/WebCore/loader/appcache/ |
DOMApplicationCache.idl | 36 const unsigned short IDLE = 1;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerGetCurrentPositionStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerGetDurationStateUnitTest.java | 34 * {Idle, Initialized, Error}
|
MediaPlayerGetVideoHeightStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerGetVideoWidthStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerIsPlayingStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerPauseStateUnitTest.java | 34 * {Idle, Initialized, Prepared, Stopped, Error}
|
MediaPlayerResetStateUnitTest.java | 32 * {Idle, Initialized, Prepared, Started, Paused, Stopped, PlaybackCompleted}.
|
MediaPlayerSeekToStateUnitTest.java | 34 * {Idle, Initialized, Stopped, Error}
|
MediaPlayerSetAudioStreamTypeStateUnitTest.java | 33 * {Idle, Initialized, Stopped, Prepared, Started, Paused, PlaybackComplted}.
|
MediaPlayerSetLoopingStateUnitTest.java | 33 * {Idle, Initialized, Stopped, Prepared, Started, Paused, PlaybackComplted}.
|
MediaPlayerSetVolumeStateUnitTest.java | 32 * {Idle, Initialized, Stopped, Prepared, Started, Paused, PlaybackComplted}.
|
MediaPlayerStartStateUnitTest.java | 34 * {Idle, Initialized, Stopped, Error}
|
MediaPlayerStopStateUnitTest.java | 34 * {Idle, Initialized, Error}
|
/frameworks/base/services/java/com/android/server/am/ |
BroadcastRecord.java | 63 static final int IDLE = 0; 144 case IDLE: stateStr=" (IDLE)"; break; 184 state = IDLE;
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipCallBase.java | 53 if (connections.isEmpty()) setState(State.IDLE);
|
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
SpinnerProgressDialog.java | 63 // Pass touch events to tools for killing idle even when the progress dialog is shown.
|
/external/chromium/base/threading/ |
worker_pool_posix_unittest.cc | 136 // Wake up the idle threads so they can terminate. 227 EXPECT_EQ(2, peer_.num_idle_threads()) << "Existing threads are now idle."; 250 // Wake up all idle threads so they can exit.
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_task.h | 19 // - Keep connection idle at least |websocket_idle_ms| msec. 20 // Checks WebSocket connection keep open in idle state. 24 // Checks server can push a message after connection has been idle.
|