HomeSort by relevance Sort by last modified time
    Searched full:timers (Results 101 - 125 of 398) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/workers/
WorkerContext.idl 59 // Timers
  /frameworks/base/include/gui/
SensorEventQueue.h 25 #include <utils/Timers.h>
  /frameworks/base/libs/gui/
ISensorEventConnection.cpp 22 #include <utils/Timers.h>
ISensorServer.cpp 23 #include <utils/Timers.h>
  /frameworks/base/libs/utils/
Android.mk 45 Timers.cpp \
SystemClock.cpp 36 #include <utils/Timers.h>
Timers.cpp 20 #include <utils/Timers.h>
  /frameworks/base/native/android/
sensor.cpp 25 #include <utils/Timers.h>
  /frameworks/base/opengl/tests/gl_perf/
gl2_perf.cpp 27 #include <utils/Timers.h>
  /packages/apps/Browser/src/com/android/browser/preferences/
AccessibilityPreferencesFragment.java 35 // Used to pause/resume timers, which are required for WebViewPreview
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
dir 9 "h" gives a primer for first-timers,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 67 #define TIMER_OFF 65535U /* to switch off timers */
  /external/chromium/base/
time_unittest.cc 146 // able to detect the fine-granularity timers at least once, then the test
156 // Loop until we can detect that the clock has changed. Non-HighRes timers
  /external/qemu/android/
looper.h 279 * more registered watchers for events/timers in the looper.
334 * timers and ios properly
  /external/qemu/
qemu-timer.h 12 /* timers */
28 when the virtual machine is stopped. Virtual timers use a high
qemu-timer.c 83 hw_error("cannot save state if virtual timers are running");
181 /* timers */
362 printf("Available alarm timers, in order of precedence:\n");
413 /* Disable remaining timers */
777 /* vm time timers */
    [all...]
  /bionic/libc/docs/
OVERVIEW.TXT 309 PThread Real-Time Timers:
314 Bionic also now supports SIGEV_THREAD real-time timers (see timer_create()).
317 timers with compatible properties are used.
319 This means that if your code uses a lot of SIGEV_THREAD timers, your program
321 timers, it'd better handle timeout events directly instead.
323 Other timers (e.g. SIGEV_SIGNAL) are handled by the kernel and use much less
  /ndk/docs/system/libc/
OVERVIEW.html 297 PThread Real-Time Timers:
302 Bionic also now supports SIGEV_THREAD real-time timers (see timer_create()).
305 timers with compatible properties are used.
307 This means that if your code uses a lot of SIGEV_THREAD timers, your program
309 timers, it'd better handle timeout events directly instead.
311 Other timers (e.g. SIGEV_SIGNAL) are handled by the kernel and use much less
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 710 if (!timers)
713 HashMap<uint32_t, PluginTimer*>::const_iterator end = timers->end();
714 for (HashMap<uint32_t, PluginTimer*>::const_iterator it = timers->begin(); it != end; ++it) {
728 if (!timers)
731 HashMap<uint32_t, PluginTimer*>::const_iterator end = timers->end();
732 for (HashMap<uint32_t, PluginTimer*>::const_iterator it = timers->begin(); it != end; ++it) {
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.mm 110 // performs the show/hide (animation) immediately. It does not touch the timers.
139 // Start timers for showing/hiding the floating bar.
146 // Methods called when the show/hide timers fire. Do not call directly.
  /external/qemu/telephony/
sysdeps_posix.c 312 /** timers
347 assert( timer != NULL && "too many timers allocated" );
484 /* enqueue pending timers */
  /external/tcpdump/
sctpConstants.h 287 /* number of simultaneous timers running */
288 #define SCTP_MAX_NET_TIMERS 6 /* base of where net timers start */
312 /* Here we define the default timers and the
  /external/libnfc-nxp/inc/
phNfcConfig.h 410 /* Macro to Enable The P2P Transaction Timers */
468 /* Reset the Default values of Host Link Timers */
  /external/netperf/
netcpu_ntperf.c 197 // setup to measure timestamps with the high resolution timers.
478 /* watchdog timers such as the udp stream test. We let these */
  /external/skia/bench/
benchmain.cpp 252 } else if (strcmp(*argv, "-timers") == 0) {
266 log_error("missing arg for -timers\n");

Completed in 209 milliseconds

1 2 3 45 6 7 8 91011>>