Searched defs:idle (Results 1 - 22 of 22) sorted by relevance

/external/ppp/pppd/plugins/
H A Dminconn.c45 "Set minimum connect time before idle timeout applies" },
49 static int my_get_idle(struct ppp_idle *idle) argument
53 if (idle == NULL)
55 t = idle->xmit_idle;
56 if (idle->recv_idle < t)
57 t = idle->recv_idle;
/external/jetty/src/java/org/eclipse/jetty/server/session/
H A DHashedSession.java43 /** Whether the session has been saved because it has been deemed idle;
105 // Only idle the session if not already idled and no previous save/idle has failed
216 public synchronized void idle() method in class:HashedSession
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLooper.java13 * that are scheduled to run immediately can be triggered by calling {@link #idle()}
100 shadowOf(Looper.getMainLooper()).idle(interval);
107 public void idle() { method in class:ShadowLooper
117 public void idle(long intervalMillis) { method in class:ShadowLooper
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc67 long long idle = 0; local
68 if (GetData(busy, idle, m_busyArray, m_idleArray) != 0)
72 long long deltaIdle = idle - m_oldIdleTime;
74 m_oldIdleTime = idle;
110 int CpuLinux::GetData(long long& busy, long long& idle, long long*& busyArray, argument
148 idle = lidle;
/external/libvncserver/test/
H A Dencodingstest.c204 static void idle(rfbScreenInfo* server) function
304 idle(server);
/external/netperf/
H A Dnetcpu_kstat10.c45 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 i
[all...]
H A Dnetcpu_pstatnew.c42 uint64_t idle; member in struct:cpu_time_counters
55 idle. The rate at which this increments during a test is compared
84 /* get the idle sycle counter for each processor. now while on a
104 res[i].idle = (((uint64_t)psp[i].psp_idlecycles.psc_hi << 32) +
110 res[i].idle);
161 "\t idle %llu\n",counters[instance].idle);
227 thing in measuring user, kernel, interrupt and idle all together
231 properly accounted. The sum of user, kernel, interrupt and idle
237 idle cycle
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DNPCAnimationComponent.java48 // to idle when running into a wall
74 idle(parentObject);
190 protected void idle(GameObject parentObject) { method in class:NPCAnimationComponent
/external/toybox/toys/other/
H A Dvmstat.c19 of CPU time spent running user code, system code, idle, and awaiting I/O.
30 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member in struct:vmstat_proc
125 // add up user, sys, idle, and wait time used since last time
131 // cache, swap_in, swap_out, io_in, io_out, sirq, ctxt, user, sys, idle,wait
/external/iputils/Modules/
H A Dpg3.c195 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/
H A Dax25.h93 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
103 unsigned int idle, idletimer; member in struct:ax25_info_struct
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A DPySourceColor.py55 idle
119 psc.convert('c:/Python22/PySourceColor.py', colors=psc.idle, show=1)
175 'null', 'mono', 'lite', 'dark','dark2', 'pythonwin','idle',
467 idle = { variable
600 Optional-> null, mono, dark, dark2, lite, idle, pythonwin, viewcvs
650 python PySourceColor.py -i c:/myDir/ -c idle -m css -e
818 path2file(fi, '/tmp/idle.html', idle, show=show, quiet=quiet)
819 path2file(fi, '/tmp/idle_css.html', idle, show=show,
888 colors=null,mono,lite,dark,dark2,idle,o
[all...]
/external/libvncserver/x11vnc/
H A Dxevents.c1007 double idle; local
1028 idle = ((double) info.idle)/1000.0;
1037 if (db > 1) fprintf(stderr, "idle: %.4f latest: %.4f dt: %.4f\n", idle, now - tlatest_rfb, idle - (now - tlatest_rfb));
1039 if (now - tlatest_rfb <= idle + 0.005) {
1041 } else if (idle < grab_local) {
1104 /* autorepeat should be on when idle */
1109 rfbLog("idle keyboar
[all...]
/external/kernel-headers/original/uapi/drm/
H A Dr128_drm.h249 int idle; member in struct:drm_r128_cce_stop
H A Dradeon_drm.h591 int idle; member in struct:drm_radeon_cp_stop
/external/libdrm/include/drm/
H A Dr128_drm.h249 int idle; member in struct:drm_r128_cce_stop
H A Dradeon_drm.h589 int idle; member in struct:drm_radeon_cp_stop
/external/ppp/pppd/
H A Dauth.c163 /* Hook to enable a plugin to control the idle time limit */
1175 * check_idle - check whether the link has been idle for long
1182 struct ppp_idle idle; local
1186 if (!get_idle_time(0, &idle))
1189 tlim = idle_time_hook(&idle);
1191 itime = MIN(idle.xmit_idle, idle.recv_idle);
1195 /* link is idle: shut it down. */
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c230 bool idle; member in struct:_drm_intel_bo_gem
593 if (bo_gem->reusable && bo_gem->idle)
601 bo_gem->idle = !busy.busy;
2378 bo_gem->idle = false;
2475 bo_gem->idle = false;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c869 wpa_printf(MSG_DEBUG, "P2P: Cancelled P2P group idle timeout");
5643 static void wpas_p2p_idle_update(void *ctx, int idle) argument
5648 wpa_printf(MSG_DEBUG, "P2P: GO - group %sidle", idle ? "" : "not ");
5649 if (idle) {
5728 * something goes wrong in this step before the P2P group idle
6366 wpa_printf(MSG_DEBUG, "P2P: Ignore group idle timeout - "
6371 wpa_printf(MSG_DEBUG, "P2P: Group idle timeout reached - terminate "
6382 wpa_printf(MSG_DEBUG, "P2P: Cancelled P2P group idle timeout");
6406 * early due to group idle timeout.
6408 wpa_printf(MSG_DEBUG, "P2P: Do not use P2P group idle timeou
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...

Completed in 3049 milliseconds