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

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/bluedroid/bta/include/
ptim.h 65 ** Description Update the protocol timer list and handle expired timers.
  /external/bluetooth/bluedroid/stack/include/
btu.h 85 /* HCRP Timers */
92 /* HCRPM Timers */
99 /* BNEP Timers */
190 /* structure to hold registered timers */
  /external/chromium_org/base/message_loop/
message_pump_win.cc 122 // will starve tasks/timers while sitting in a nested message loop. Nested
136 // We would *like* to provide high resolution timers. Windows timers using
139 // is not running our MessageLoop; the only way to have our timers fire in
142 // To provide sub-10ms timers, we process timers directly from our run loop.
143 // For the common case, timers will be processed there as the run loop does
145 // events fire. This mops up the case of timers not being able to work in
147 // pending timers, because they could have already been processed by the
151 // soonest. As new timers are created and destroyed, we update SetTimer
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
viewport-width-test-after-history-navigation.html 24 // This test makes use of the behavior where timers are restored on a cached page.
  /external/eigen/bench/btl/generic_bench/
bench.hh 31 #include "timers/portable_perf_analyzer.hh"
32 // #include "timers/mixed_perf_analyzer.hh"
33 // #include "timers/x86_perf_analyzer.hh"
34 // #include "timers/STL_perf_analyzer.hh"
  /external/grub/netboot/
timer.h 38 /* Timers tick over at this rate */
  /external/iproute2/man/man8/
ip-ntable.8 74 This command allows modifying table parameters such as timers and queue lengths.
  /external/libnfc-nci/src/nfa/int/
nfa_sys_int.h 58 BOOLEAN timers_disabled; /* TRUE if sys timers disabled */
nfa_sys_ptim.h 66 ** Description Update the protocol timer list and handle expired timers.
  /external/libnfc-nci/src/udrv/include/
utimer.h 40 #define UTIMER_NUM_TIMERS 4 /* Number of timers supported */
  /external/qemu/
compatfd.h 26 uint32_t ssi_tid; /* Kernel timer ID (POSIX timers) */
  /external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_timer.c 134 /* Abort, list of timers modified */
190 SDL_SetError("This platform doesn't support multiple timers");
197 SDL_SetError("Multiple timers require threaded events!");
213 /* Look for id in the linked list of timers */
  /external/qemu/distrib/sdl-1.2.15/src/timer/nds/
SDL_systimer.c 67 SDL_SetError("Timers not implemented on NDS");
  /external/skia/bench/
TimerData.h 52 * @param timerFlags bitfield of TimerFlags values indicating which timers should be reported.
  /frameworks/av/include/camera/
ICameraRecordingProxyListener.h 23 #include <utils/Timers.h>
  /frameworks/base/core/java/android/view/animation/
package.html 10 to provide simple rotating timers, activity icons, and other useful UI elements.
  /frameworks/native/opengl/tests/gl_perf/
filltest.cpp 26 #include <utils/Timers.h>
  /frameworks/rs/
rsContext.h 201 // Timers
202 enum Timers {
212 void timerSet(Timers);
302 Timers mTimerActive;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.h 21 #include <utils/Timers.h>
  /system/core/libutils/
Log.cpp 20 #include <utils/Timers.h>
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 35 import com.android.deskclock.timer.Timers;
177 final ArrayList<TimerObj> timers = new ArrayList<TimerObj>(); local
178 TimerObj.getTimersFromSharedPrefs(prefs, timers);
179 for (TimerObj t : timers) {
191 // Timers set without presenting UI to the user will be deleted after use
200 sendBroadcast(new Intent().setAction(Timers.START_TIMER)
201 .putExtra(Timers.TIMER_INTENT_EXTRA, timer.mTimerId));
  /external/chromium/base/
timer_unittest.cc 234 base::OneShotTimer<ResetHelper> timers[20]; local
235 for (size_t i = 0; i < arraysize(timers); ++i) {
236 timers[i].Start(TimeDelta::FromMilliseconds(i * 10), &reset_helper,
277 // that timers work properly in all configurations.
339 // timers not yet fired. It may only trigger exceptions
message_pump_win.cc 104 // We would *like* to provide high resolution timers. Windows timers using
107 // is not running our MessageLoop; the only way to have our timers fire in
110 // To provide sub-10ms timers, we process timers directly from our run loop.
111 // For the common case, timers will be processed there as the run loop does
113 // events fire. This mops up the case of timers not being able to work in
115 // pending timers, because they could have already been processed by the
119 // soonest. As new timers are created and destroyed, we update SetTimer.
131 // timers (in case we are running within a nested, external sub-pump)
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 90 tmp = new TimerGroup("Miscellaneous Ungrouped Timers");
266 // If the timer group is destroyed before the timers it owns, accumulate and
293 // Print the report when all timers in this group are destroyed if some of
315 // Sort the timers in descending order by amount of time taken.
331 // Ungrouped timers don't really make sense to add up. We still print the
363 /// print - Print any started timers in this group and zero them.
367 // See if any of our timers were started, if so add them to TimersToPrint and
378 // If any timers were started, print the group.
383 /// printAll - This static method prints all timers and clears them all out.
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 26 #error NO TIMERS: Must define at least 1 timer in the system!
182 ** it's four general purpose timers. Any of the four timers
240 ** Note that this works when no timers are active since
286 /* Only update the timeout value if it is less than any other newly started timers */
299 ** it's four general purpose timers. There is no harm in
373 ** Description This function is called by an OS to drive the GKI's timers.
375 ** update the timers for all tasks, and check for timeouts.
395 /* If any timers are running in any tasks, decrement the remaining time til
444 /* Check for OS Task Timers */
    [all...]

Completed in 558 milliseconds

1 23 4 5 6 7 8 91011>>