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

  /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/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...]
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 320 public void closeIdleConnections(long idletime, TimeUnit tunit) {
323 // idletime can be 0 or negative, no problem there
330 System.currentTimeMillis() - tunit.toMillis(idletime);
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 128 { "idletime", dhd_idletime, DHD_GET_VAR, DHD_SET_VAR,
1048 int32 idletime; local
1054 idletime = 0;
1056 idletime = DHD_IDLE_IMMEDIATE;
1058 idletime = strtol(argv[1], &endptr, 0);
1064 if ((idletime < 0) && (idletime != DHD_IDLE_IMMEDIATE)) {
1070 strcpy(buf, "idletime");
1072 memcpy(endptr, &idletime, sizeof(uint32));
1080 idletime = *(int32*)buf
    [all...]
  /frameworks/base/services/java/com/android/server/
ProcessStats.java 278 final long idletime = sysCpu[3]; local
289 mRelIdleTime = (int)(idletime - mBaseIdleTime);
305 mBaseIdleTime = idletime;
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 216 int32 idletime; /* Control for activity timeout */ member in struct:dhd_bus
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 152 milliseconds