Searched defs:nice (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_mac.cc36 nice = static_cast<double>(cpu_infos[i].cpu_ticks[CPU_STATE_NICE]), local
40 infos->at(i)->usage.user = user + nice;
42 infos->at(i)->usage.total = sys + user + nice + idle;
H A Dcpu_info_provider_linux.cc50 uint64 user = 0, nice = 0, sys = 0, idle = 0; local
57 &nice,
66 infos->at(pindex)->usage.user = static_cast<double>(user + nice);
69 static_cast<double>(sys + user + nice + idle);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_thread.cc95 int IrtThreadNice(const int nice) { argument
/external/easymock/src/org/easymock/internal/
H A DMocksBehavior.java33 private final boolean nice; field in class:MocksBehavior
47 public MocksBehavior(boolean nice) { argument
48 this.nice = nice;
106 if (stubOrNice == null && nice) {
113 // Do not move the cursor in case of stub, nice or error
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.cc259 unsigned long long nice; local
263 &user, &nice,
268 const uint64 cpu_times = nice + system + user;
/external/fio/os/windows/
H A Dposix.c622 int nice(int incr) function
/external/fio/
H A Dthread_options.h170 unsigned int nice; member in struct:thread_options
388 uint32_t nice; member in struct:thread_options_pack
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5902 milliseconds