HomeSort by relevance Sort by last modified time
    Searched full:timer (Results 51 - 75 of 1190) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/timer/
SDL_timer.c 38 /* Data used for a thread-based timer */
53 /* Set whether or not the timer should use a thread.
54 This should not be called while the timer subsystem is running.
61 SDL_SetError("Timer already initialized");
118 struct _SDL_TimerID timer; local
126 printf("Executing timer %p (thread = %d)\n",
129 timer = *t;
131 ms = timer.cb(timer.interval, timer.param)
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 346 SysTimer timer = _s_free_timers; local
347 assert( timer != NULL && "too many timers allocated" );
348 _s_free_timers = timer->next;
349 timer->next = NULL;
350 return timer;
354 void sys_timer_unset( SysTimer timer )
356 if (timer->callback != NULL) {
363 if (node == timer) {
369 timer->next = NULL;
370 timer->callback = NULL
486 SysTimer timer = _s_timers; local
511 SysTimer timer; local
    [all...]
  /external/dropbear/libtommath/etc/
makefile.icc 37 nasm -f coff timer.asm
38 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
42 nasm -f gnuwin32 timer.asm
43 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
47 nasm -f elf -DUSE_ELF timer.asm
48 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86l
  /external/opencore/nodes/streaming/medialayernode/include/
pvmf_ml_eos_timer.h 35 * Observer class for the EOS timer AO
41 * A timer event, indicating that the EOS timer has expired.
47 * RTCP timer object to Jitter Buffer node. This object generates events at
57 /** Start EOS Timer */
62 /** Stop Timer events */
  /dalvik/libcore/luni/src/main/java/java/util/
Timer.java 23 * {@code Timer}s are used to schedule jobs for execution in a background process. A
26 * {@code Timer} and its associated thread. All tasks which are scheduled to run after
37 * Multiple threads can share a single {@code Timer} without the need for their own
40 * A {@code Timer} can be set to schedule tasks either at a fixed rate or
48 * system delays prevent the {@code Timer} from firing for an extended time.
57 public class Timer {
172 * True if the method cancel() of the Timer was called or the !!!stop()
178 * True if the Timer has become garbage
189 * Starts a new timer.
201 * This method will be launched on separate thread for each Timer
    [all...]
  /external/webkit/WebCore/manual-tests/wml/
onevent-refresh.wml 5 <timer name="T" value="30"/>
13 <p>When the timer timeout(3s), the page will be refresh. As a consequence, we can see the following variable reference has been substituted</p>
access-target.wml 5 <timer name="t1" value="30"/>
  /external/webkit/WebKit/android/plugins/
PluginTimer.cpp 98 PluginTimer* timer = new PluginTimer(&m_list, instance, repeat, proc); local
102 timer->startRepeating(dinterval);
104 timer->startOneShot(dinterval);
106 return timer->timerID();
111 // Although it looks like simply deleting the timer would work here
116 PluginTimer* timer = PluginTimer::Find(m_list, timerID); local
117 if (timer)
118 timer->unschedule();
  /packages/apps/Calendar/res/values-da/
arrays.xml 29 <item msgid="6972139375792068825">"2 timer"</item>
30 <item msgid="5643568168685093982">"3 timer"</item>
31 <item msgid="2179302053572039553">"12 timer"</item>
32 <item msgid="314399712609472931">"24 timer"</item>
47 <item msgid="119808229352802480">"2 timer"</item>
48 <item msgid="7456742278252094745">"3 timer"</item>
49 <item msgid="5263928189935026559">"12 timer"</item>
50 <item msgid="6451763179435252852">"24 timer"</item>
  /packages/apps/Calendar/res/values-nb/
arrays.xml 29 <item msgid="6972139375792068825">"2 timer"</item>
30 <item msgid="5643568168685093982">"3 timer"</item>
31 <item msgid="2179302053572039553">"12 timer"</item>
32 <item msgid="314399712609472931">"24 timer"</item>
47 <item msgid="119808229352802480">"2 timer"</item>
48 <item msgid="7456742278252094745">"3 timer"</item>
49 <item msgid="5263928189935026559">"12 timer"</item>
50 <item msgid="6451763179435252852">"24 timer"</item>
  /external/opencore/oscl/oscl/osclproc/src/
oscl_timer.h 53 * This function will be called when the timer associated
56 * @param timerID The ID given at timer request.
58 * Any extra info given at timer request.
66 * A timer class for scheduling one or more timeout events.
114 * @param frequency The frequency of the timer in cycles/second. A value of
115 * 1 means the timer will cycle in 1 second intervals.
121 * Set the global observer. Each timer can request a local
131 * Set the frequency of the timer in cycles/second.
133 * @param frequency A value of 1 means the timer will cycle in one second
139 * Set the exact frequency of the timer in microsecond
    [all...]
  /bionic/libc/kernel/common/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /external/qemu/
hpet.h 13 #define HPET_INFO_PERIODIC 0x0001 /* timer is periodic */
  /external/webkit/WebCore/manual-tests/
input-starved-by-timers.html 8 var multiplyFactor = 2; // Create this many timers in every timer callback.
22 // we can check how long it actually took (latency caused by a long timer queue).
29 // Once the timer queue gets long enough for the timer firing latency to be over the limit,
  /external/wpa_supplicant/wpa_gui/
scanresults.ui.h 21 delete timer;
30 timer = new QTimer(this);
31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
32 timer->start(10000, FALSE);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 21 delete timer;
30 timer = new QTimer(this);
31 connect(timer, SIGNAL(timeout()), SLOT(getResults()));
32 timer->start(10000, FALSE);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
types.h 15 #include <linux/timer.h>
  /cts/tools/host/src/com/android/cts/
ProgressObserver.java 19 import java.util.Timer;
27 private Timer mNotifyTimer;
33 mNotifyTimer = new Timer();
  /external/kernel-headers/original/asm-arm/arch/
mtd-xip.h 33 volatile xip_omap_mpu_timer_regs_t* timer = xip_omap_mpu_timer_base(nr); local
34 return timer->read_tim;
54 * the system timer tick period. This should put the CPU into idle mode
  /external/webkit/WebCore/wml/
WMLTimerElement.h 25 #include "Timer.h"
40 void timerFired(Timer<WMLTimerElement>*);
51 Timer<WMLTimerElement> m_timer;

Completed in 44 milliseconds

1 23 4 5 6 7 8 91011>>