Searched refs:idle (Results 1 - 25 of 93) sorted by relevance

1234

/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/python/cpython2/PC/VS8.0/
H A Didle.bat2 rem start idle
3 rem Usage: idle [-d]
12 set cmd=%exe% ../../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/python/cpython2/PC/VS9.0/
H A Didle.bat2 rem start idle
3 rem Usage: idle [-d]
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/python/cpython2/PCbuild/
H A Didle.bat2 rem start idle
3 rem Usage: idle [-d]
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/syslinux/com32/libutil/include/
H A Dlibutil.h39 # include <syslinux/idle.h>
/external/syslinux/com32/lib/syslinux/
H A Didle.c29 * idle.c
38 #include <syslinux/idle.h>
/external/python/cpython3/PCbuild/
H A Didle.bat2 rem start idle
3 rem Usage: idle [-d]
12 set cmd=%exe% ../Lib/idlelib/idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/python/cpython2/Lib/idlelib/
H A Didle.bat4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/python/cpython3/Lib/idlelib/
H A Didle.bat4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/syslinux/com32/lib/sys/
H A Dsleep.c7 #include <syslinux/idle.h>
H A Dline_input.c36 #include <syslinux/idle.h>
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_gpu_load.c30 * frequency and the "busy" or "idle" counter is incremented based on
121 unsigned idle = p_atomic_read(&rscreen->grbm_counters.array[busy_index + 1]); local
123 return busy | ((uint64_t)idle << 32);
131 unsigned idle = (end >> 32) - (begin >> 32); local
139 if (idle || busy) {
140 return busy*100 / (busy + idle);
/external/toybox/toys/net/
H A Dnetcat.c21 -W SECONDS timeout for idle connection
54 long idle; // -W Wait # seconds for more data
93 // Addjust idle and quit_delay to miliseconds or -1 for no timeout
94 TT.idle = TT.idle ? TT.idle*1000 : -1;
135 pollinate(in1, in2, out1, out2, TT.idle, TT.quit_delay);
194 pollinate(in1, in2, out1, out2, TT.idle, TT.quit_delay);
/external/syslinux/com32/include/syslinux/
H A Dpmapi.h68 void (*idle)(void); member in struct:com32_pmapi
/external/syslinux/core/
H A Dpmapi.c35 .idle = __idle,
/external/drm_hwcomposer/tests/
H A Dqueue_worker_test.cpp46 ASSERT_FALSE(idle());
172 ASSERT_FALSE(qw.idle());
175 ASSERT_FALSE(qw.idle());
181 ASSERT_FALSE(qw.idle());
185 ASSERT_TRUE(qw.idle());
188 ASSERT_FALSE(qw.idle());
191 ASSERT_TRUE(qw.idle());
198 ASSERT_FALSE(qw.idle());
/external/kernel-headers/original/uapi/linux/
H A Dax25.h94 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
104 unsigned int idle, idletimer; member in struct:ax25_info_struct
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLooper.java26 * triggered by calling {@link #idle()}.
168 getShadowMainLooper().idle();
178 getShadowMainLooper().idle(amount, unit);
202 getShadowMainLooper().idle();
222 public void idle() { method in class:ShadowLooper
223 idle(0, TimeUnit.MILLISECONDS);
230 * @deprecated Use {@link #idle(long, TimeUnit)}.
233 public void idle(long intervalMillis) { method in class:ShadowLooper
234 idle(intervalMillis, TimeUnit.MILLISECONDS);
241 public void idle(lon method in class:ShadowLooper
[all...]
/external/autotest/client/cros/
H A Dmainloop.py48 def idle(self): member in class:ExceptionForwardingMainLoop
49 raise Exception('idle must be overridden')
63 gobject.idle_add(self.idle)
82 def idle(self): member in class:GenericTesterMainLoop
/external/python/cpython2/Demo/rpc/
H A Drnusersclient.py76 for (line, name, host, time), idle in list:
80 print "%r %r %r %s %s" % (name, host, line, time, idle)
87 for (line, name, host, time), idle in list:
/external/robolectric/v1/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/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/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java728 SpriteAnimation idle = new SpriteAnimation(PlayerAnimations.IDLE.ordinal(), 1);
729 idle.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_stand),
853 staticData.add(idle);
1192 SpriteAnimation idle = new SpriteAnimation(EnemyAnimations.IDLE.ordinal(), 4);
1193 idle.addFrame(new AnimationFrame(
1196 idle.addFrame(new AnimationFrame(
1199 idle.addFrame(new AnimationFrame(
1202 idle.addFrame(new AnimationFrame(
1206 idle.setLoop(true);
1223 staticData.add(idle);
[all...]
/external/lisa/experiments/
H A Drun_uibench_cgroup.py142 tr.analysis.residency.plot_cgroup('schedtune', idle=False)
143 tr.analysis.residency.plot_cgroup('schedtune', idle=True)
/external/autotest/site_utils/
H A Dlab_inventory_unittest.py88 def _check_counts(self, working, broken, idle):
97 @param idle The expected total of idle devices.
101 self.assertEqual(self.histories.get_idle(), idle)
103 working + broken + idle)
124 """Testing counting for idle status values."""
430 StatusCounts = collections.namedtuple('StatusCounts', ['good', 'bad', 'idle'])
509 sum([p.idle for p in expected_counts]),
622 bad, idle, good, spare = [int(x) for x in items[2:-1]]
623 self._model_data.append((model, (good, bad, idle, spar
[all...]

Completed in 774 milliseconds

1234