HomeSort by relevance Sort by last modified time
    Searched full:idletime (Results 1 - 19 of 19) sorted by null

  /external/chromium/chrome/browser/sync/engine/
idle_query_linux.h 19 int IdleTime();
idle_query_linux.cc 37 int IdleQueryLinux::IdleTime() {
  /external/netperf/
netcpu_ntperf.c 59 LARGE_INTEGER IdleTime;
279 PerfCntrs->EndInfo[i].KernelTime.QuadPart -= PerfCntrs->EndInfo[i].IdleTime.QuadPart;
280 PerfCntrs->EndInfo[MAXCPUS].IdleTime.QuadPart += PerfCntrs->EndInfo[i].IdleTime.QuadPart;
314 DeltaInfo[i].IdleTime.QuadPart = PerfCntrs->EndInfo[i].IdleTime.QuadPart -
315 PerfCntrs->StartInfo[i].IdleTime.QuadPart;
328 DeltaInfo[i].IdleTime.QuadPart +
336 tot_CPU_Util = 100.0*(1.0 - (double)DeltaInfo[MAXCPUS].IdleTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //Lint
369 100.0*(1.0 - (double)DeltaInfo[i].IdleTime.QuadPart/(double)TotalCPUTime[i].QuadPart)); //Lin
    [all...]
  /external/chromium/chrome/browser/
idle_linux.cc 76 unsigned int idle_time = idle_query.IdleTime();
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java 103 * @param idletime the idle time of connections to be closed
104 * @param tunit the unit for the <code>idletime</code>
108 void closeIdleConnections(long idletime, TimeUnit tunit)
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 112 * @param idleTime the minimum idle time, in milliseconds, for connections to be closed
115 public void closeIdleConnections(long idleTime) {
118 long idleTimeout = System.currentTimeMillis() - idleTime;
SingleClientConnManager.java 344 public void closeIdleConnections(long idletime, TimeUnit tunit) {
347 // idletime can be 0 or negative, no problem there
354 System.currentTimeMillis() - tunit.toMillis(idletime);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 235 * @param idletime the time the connections should have been idle
237 * @param tunit the unit for the <code>idletime</code>
239 public void closeIdleConnections(long idletime, TimeUnit tunit) {
241 // idletime can be 0 or negative, no problem there
248 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 236 static void get_uptime(double *uptime, double *idletime)
241 fscanf(fUptime, "%lg %lg", uptime, idletime);
246 *uptime = *idletime = 0.;
252 double uptime, idletime; local
257 get_uptime(&uptime, &idletime);
260 if (dUptime->success && uptime && idletime)
262 dUptime->start_idletime = idletime - dUptime->start_idletime;
264 dUptime->last_idletime = idletime - dUptime->last_idletime;
727 double uptime, idletime, load = 0; local
730 get_uptime(&uptime, &idletime);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 61 KISS_DUPLEX_LINK, /* fullduplex, key down trx after 'idletime' sec */
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 128 { "idletime", dhd_idletime, DHD_GET_VAR, DHD_SET_VAR,
1085 int32 idletime; local
1091 idletime = 0;
1093 idletime = DHD_IDLE_IMMEDIATE;
1095 idletime = strtol(argv[1], &endptr, 0);
1101 if ((idletime < 0) && (idletime != DHD_IDLE_IMMEDIATE)) {
1107 strcpy(buf, "idletime");
1109 memcpy(endptr, &idletime, sizeof(uint32));
1117 idletime = *(int32*)buf
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 128 { "idletime", dhd_idletime, DHD_GET_VAR, DHD_SET_VAR,
1085 int32 idletime; local
1091 idletime = 0;
1093 idletime = DHD_IDLE_IMMEDIATE;
1095 idletime = strtol(argv[1], &endptr, 0);
1101 if ((idletime < 0) && (idletime != DHD_IDLE_IMMEDIATE)) {
1107 strcpy(buf, "idletime");
1109 memcpy(endptr, &idletime, sizeof(uint32));
1117 idletime = *(int32*)buf
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
LoadAverageService.java 188 final int idleTime = stats.getLastIdleTime();
190 final int totalTime = userTime+systemTime+iowaitTime+irqTime+softIrqTime+idleTime;
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 285 final long idletime = sysCpu[3]; local
296 mRelIdleTime = (int)(idletime - mBaseIdleTime);
312 mBaseIdleTime = idletime;
  /external/iproute2/man/man8/
tc-cbq-details.8 92 During operations, the effective idletime is measured using an
tc-cbq.8 73 During operations, the effective idletime is measured using an
  /system/core/rootdir/etc/
init.testmenu 269 echo " 7: set powerd idletime ($powerdidletime)"
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 
  /prebuilt/sdk/10/
android.jar 

Completed in 2775 milliseconds