/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
kernel_stat.h | 28 cputime64_t idle; member in struct:cpu_usage_stat
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
kernel_stat.h | 28 cputime64_t idle; member in struct:cpu_usage_stat
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
kernel_stat.h | 28 cputime64_t idle; member in struct:cpu_usage_stat
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/ |
Visualization3RS.java | 66 if (mWorldState.idle == 0) { 67 mWorldState.idle = 1; 72 if (mWorldState.idle != 0) { 73 mWorldState.idle = 0;
|
/external/webkit/LayoutTests/http/tests/appcache/ |
update-cache.html | 54 log((applicationCache.status == applicationCache.IDLE) ? "Cache status is IDLE" : ("FAIL: Incorrect cache status, " + applicationCache.status));
|
idempotent-update.html | 23 if (applicationCache.status != applicationCache.IDLE)
|
/system/core/nexus/ |
SupplicantState.cpp | 43 else if (val == SupplicantState::IDLE) 44 strncpy(buffer, "IDLE", max);
|
SupplicantStatus.cpp | 81 else if (!strcmp(value, "IDLE")) 82 state = SupplicantState::IDLE;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/ |
se.cpp | [all...] |
/packages/wallpapers/MusicVisualization/res/raw/ |
many.rs | 132 float idle[4096]; 171 // idle state animation 190 // idle animation 196 // morph from idle animation back to waveform 197 makeIdleWave(idle); 203 points[i*8+1] = (val * (FADEIN_LENGTH - fadeincounter) + idle[i*8+1] * fadeincounter) / FADEIN_LENGTH; 204 points[i*8+5] = (-val * (FADEIN_LENGTH - fadeincounter) + idle[i*8+5] * fadeincounter) / FADEIN_LENGTH;
|
/packages/apps/Settings/src/com/android/settings/vpn/ |
AuthenticationActor.java | 135 broadcastConnectivity(VpnState.IDLE, 147 broadcastConnectivity(VpnState.IDLE, 188 broadcastConnectivity(VpnState.IDLE); 196 broadcastConnectivity(VpnState.IDLE); 202 if (!cv.block(1000)) broadcastConnectivity(VpnState.IDLE);
|
/frameworks/base/vpn/java/android/net/vpn/ |
VpnProfile.java | 39 private transient VpnState mState = VpnState.IDLE; 113 return ((mState == null) ? VpnState.IDLE : mState); 117 return (mState == VpnState.IDLE);
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
dhdioctl.h | 110 /* Enter idle immediately (no timeout) */ 113 /* Values for idleclock iovar: other values are the sd_divisor to use when idle */ 114 #define DHD_IDLE_ACTIVE 0 /* Do not request any SD clock change when idle */
|
/device/htc/dream/overlay/frameworks/base/core/res/res/xml/ |
power_profile.xml | 47 <!-- Power consumption when CPU is idle --> 48 <item name="cpu.idle">1.7</item>
|
/device/htc/sapphire/overlay/frameworks/base/core/res/res/xml/ |
power_profile.xml | 47 <!-- Power consumption when CPU is idle --> 48 <item name="cpu.idle">1.7</item>
|
/frameworks/base/core/res/res/xml/ |
power_profile.xml | 45 <!-- Power consumption when CPU is idle --> 46 <item name="cpu.idle">0.1</item>
|
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 63 idle time calculations based on the timing of dequeue events and 67 Shaping is done using link idle time calculations, and actions taken if 71 be idle 90% of the time. If it isn't, it needs to be throttled so that it 72 IS idle 90% of the time. 75 derives the idle time from the number of microseconds (in fact, jiffies) 85 designed - again, how do we calculate the idle time? 97 The calculated idle time is subtracted from the EWMA measured one, 105 Conversely, an idle link might amass a huge avgidle, which would then 262 To determine the idle time, CBQ must know the bandwidth of your underlying 275 When CBQ needs to measure the average idle time, it does so using an [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
IdleConnectionHandler.java | 44 * A helper class for connection managers to track idle connections. 85 * Removes the given connection from the list of connections to be closed when idle. 110 * Closes connections that have been idle for at least the given amount of time. 112 * @param idleTime the minimum idle time, in milliseconds, for connections to be closed
|
/external/kernel-headers/original/asm-arm/arch/ |
mtd-xip.h | 54 * the system timer tick period. This should put the CPU into idle mode
|
/external/kernel-headers/original/linux/ |
kernel_stat.h | 23 cputime64_t idle; member in struct:cpu_usage_stat
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxmodes_c.h | 31 manager is idle.
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
3dfx_mmio.h | 45 /* Wait for idle accelerator */
|
matrox_mmio.h | 45 /* Wait for idle accelerator */
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11modes_c.h | 31 manager is idle.
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
offline-access-frame.html | 21 if (applicationCache.status == applicationCache.IDLE) {
|