Searched refs:sys_idle (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor_unittest.cc180 float proc_idle = 0.f, sys_idle = 0.f; local
185 sys_idle = sampler.GetSystemLoad();
197 << std::setprecision(2) << std::setw(6) << sys_idle;
198 EXPECT_GE(sys_idle, 0.f);
199 EXPECT_LE(sys_idle, static_cast<float>(cpus));
302 sys_idle = sampler.GetSystemLoad();
314 << std::setprecision(2) << std::setw(6) << sys_idle;
315 EXPECT_GE(sys_idle, 0.f);
316 EXPECT_LE(sys_idle, static_cast<float>(cpus));
/external/strace/linux/
H A Ddummy.h95 #define sys_idle printargs macro
/external/strace/linux/bfin/
H A Dsyscallent.h141 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/microblaze/
H A Dsyscallent.h141 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/alpha/
H A Dsyscallent.h349 { 0, 0, sys_idle, "idle" }, /* 320 */
/external/strace/linux/arm/
H A Dsyscallent.h141 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/i386/
H A Dsyscallent.h141 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/m68k/
H A Dsyscallent.h141 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/powerpc/
H A Dsyscallent.h141 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/s390/
H A Dsyscallent.h143 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/s390x/
H A Dsyscallent.h142 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/sh/
H A Dsyscallent.h143 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/sh64/
H A Dsyscallent.h141 { 0, 0, sys_idle, "idle" }, /* 112 */
/external/strace/linux/mips/
H A Dsyscallent-o32.h115 { 0, 0, sys_idle, "idle" }, /* 4112 */
/external/strace/linux/ia64/
H A Dsyscallent.h88 #define sys_idle printargs macro
187 #undef sys_idle macro

Completed in 708 milliseconds