HomeSort by relevance Sort by last modified time
    Searched defs:idle (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 73 // The time can be treated as user, kernel or idle.
77 // idle time is a process that wastes time when nothing is ready to run.
206 // kernel_time includes Kernel idle time, so no need to
278 unsigned long long idle; local
281 &system, &idle) != 4) {
286 const uint64 total_times = cpu_times + idle;
  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 56 // The time can be treated as user, kernel or idle.
60 // idle time is a process that wastes time when nothing is ready to run.
189 // kernel_time includes Kernel idle time, so no need to
261 unsigned long long idle; local
264 &system, &idle) != 4) {
269 const uint64 total_times = cpu_times + idle;
  /external/netperf/
netcpu_kstat10.c 45 uint64_t idle; member in struct:cpu_time_counters
61 "\t idle %llu\n",counters[instance].idle);
144 counters[cpu_num].idle = knp->value.ui64;
294 counters is not going to use a comparison to an idle rate. so, the
352 spent in user, idle and kernel. We also have nanoseconds spent
356 idle will also include time spent in interrupt. for netperf's
358 but we certainly do care for idle. the $64B question becomes -
361 we could just subtract interrupt time from idle. that has the
366 time from each of user, kernel and idle in proportion to thei
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java 25 public static final int IDLE = 0;
48 // to idle when running into a wall
59 mCurrentAnimation = IDLE;
73 case IDLE:
74 idle(parentObject);
190 protected void idle(GameObject parentObject) { method in class:NPCAnimationComponent
235 mCurrentAnimation = IDLE;
273 mCurrentAnimation = IDLE;
286 mCurrentAnimation = IDLE;
331 mCurrentAnimation = IDLE;
    [all...]
  /bionic/libc/kernel/uapi/linux/
ax25.h 106 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
117 unsigned int idle, idletimer; member in struct:ax25_info_struct
  /development/ndk/platforms/android-L/include/linux/
ax25.h 106 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
117 unsigned int idle, idletimer; member in struct:ax25_info_struct
  /external/iputils/Modules/
pg3.c 195 u32 idle_start, idle; local
201 idle = get_cycles() - idle_start;
202 if (idle*1000 >= pg_ipg*pg_cpu_speed)
205 idle_acc_lo += idle;
206 if (idle_acc_lo < idle)
347 u32 total, idle; local
389 u32 idle_start, idle; local
397 idle = get_cycles() - idle_start;
398 idle_acc_lo += idle;
399 if (idle_acc_lo < idle)
406 u32 idle_start, idle; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
ax25.h 93 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
103 unsigned int idle, idletimer; member in struct:ax25_info_struct
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 45 public int idle; field in class:GenericWaveRS.WorldState
223 mScript.set_gIdle(mWorldState.idle);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ax25.h 93 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
103 unsigned int idle, idletimer; member in struct:ax25_info_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ax25.h 93 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
103 unsigned int idle, idletimer; member in struct:ax25_info_struct
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ax25.h 106 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
117 unsigned int idle, idletimer; member in struct:ax25_info_struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ax25.h 106 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
117 unsigned int idle, idletimer; member in struct:ax25_info_struct
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ax25.h 106 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
117 unsigned int idle, idletimer; member in struct:ax25_info_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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 */
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 267 IdleFuture idle; local
270 idle = expectIdle();
274 idle.get();
279 idle = expectIdle();
281 idle.get();
286 idle = expectIdle();
289 idle.get();
294 idle = expectIdle();
297 idle.get();
301 idle = expectIdle()
    [all...]
  /external/qemu/include/ui/
console.h 169 int idle; member in struct:DisplayChangeListener
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 199 self.idle(event)
201 def idle(self, event): member in class:Application
    [all...]
  /bionic/libc/kernel/uapi/drm/
r128_drm.h 201 int idle; member in struct:drm_r128_cce_stop
  /external/kernel-headers/original/uapi/drm/
r128_drm.h 249 int idle; member in struct:drm_r128_cce_stop
  /external/ppp/pppd/
auth.c 168 /* Hook to enable a plugin to control the idle time limit */
1144 * check_idle - check whether the link has been idle for long
1151 struct ppp_idle idle; local
1155 if (!get_idle_time(0, &idle))
1158 tlim = idle_time_hook(&idle);
1160 itime = MIN(idle.xmit_idle, idle.recv_idle);
1164 /* link is idle: shut it down. */
    [all...]
  /hardware/intel/img/libdrm/shared-core/
r128_drm.h 249 int idle; member in struct:drm_r128_cce_stop
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
r128_drm.h 249 int idle; member in struct:drm_r128_cce_stop
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
r128_drm.h 249 int idle; member in struct:drm_r128_cce_stop

Completed in 1441 milliseconds

1 2 34 5