Searched
full:timers (Results
401 -
425 of
712) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/libevent/ |
event.h | 88 @section timers Timers 90 libevent can also be used to create timers that invoke a callback after a 93 evtimer_add(). Timers can be deactivated by calling evtimer_del(). 97 In addition to simple timers, libevent can assign timeout events to file [all...] |
/cts/apps/CtsVerifier/res/values/ |
strings.xml | [all...] |
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_ulinux.c | 707 /* Increment the GKI time value by one tick and update internal timers */ 794 /* register start stop function which disable timer loop in GKI_run() when no timers are 863 ** the tasks and timers when the system is being stopped [all...] |
/external/arduino/hardware/arduino/cores/arduino/ |
wiring.c | 210 // timers 1 and 2 are used for phase-correct hardware pwm
|
/external/bluetooth/bluedroid/include/ |
gki_target.h | 83 /* The number of GKI timers in the software system. */
|
/external/chromium/chrome/browser/history/ |
expire_history_backend.h | 258 // Used to generate runnable methods to do timers on this class. They will be
|
/external/chromium_org/base/timer/ |
timer.h | 167 // Repeating timers automatically post the task again before calling the task
|
/external/chromium_org/chrome/browser/history/ |
expire_history_backend.h | 261 // Used to generate runnable methods to do timers on this class. They will be
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
event_pages.html | 147 <a href="alarms.html">alarms API</a> instead. DOM-based timers won't
|
/external/chromium_org/media/audio/ |
audio_input_controller.cc | 16 // TODO(henrika): remove usage of timers and add support for proper
|
/external/chromium_org/sync/notifier/ |
registration_manager_unittest.cc | 229 // Needed by timers in RegistrationManager.
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSTaskStarter.java | 154 // This is needed because in some case we cancel the timers before all the task have finished running and in some case they will try to reschedule
|
/external/libnfc-nci/src/include/ |
gki_target.h | 125 /* The number of GKI timers in the software system. */
|
/external/libppp/src/ |
README.changes | 81 `set {lcp,ccp,ipcp,chap,pap}retry' for the other timers. These timeout
|
/external/netperf/ |
netcpu_pstatnew.c | 206 /* watchdog timers such as the udp stream test. We let these */
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_events.c | 170 /* The event thread will handle timers too */
|
/external/qemu/slirp-android/ |
tcp_var.h | 51 short t_timer[TCPT_NTIMERS]; /* tcp timers */
|
/external/skia/tools/ |
bench_pictures_main.cpp | 44 DEFINE_string(timers, "c", "[wcgWC]*: Display wall, cpu, gpu, truncated wall or truncated cpu time"
|
/external/tcpdump/ |
print-stp.c | 32 /* STP timers are expressed in multiples of 1/256th second */
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap.h | 115 * EAPOL state machine timers. EAP state machine reads and writes this
|
/frameworks/native/include/gui/ |
IGraphicBufferConsumer.h | 25 #include <utils/Timers.h>
|
/frameworks/native/libs/gui/ |
IGraphicBufferProducer.cpp | 23 #include <utils/Timers.h>
|
/frameworks/native/libs/input/ |
KeyLayoutMap.cpp | 27 #include <utils/Timers.h>
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
gl2_copyTexImage.cpp | 27 #include <utils/Timers.h>
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
gl2_yuvtex.cpp | 28 #include <utils/Timers.h>
|
Completed in 1896 milliseconds
<<11121314151617181920>>