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

1 2 3 4 5 6 7 891011>>

  /system/core/libutils/
SystemClock.cpp 36 #include <utils/Timers.h>
  /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/chromium_org/content/browser/indexed_db/
indexed_db_factory.cc 99 // Timers on backing stores hold a reference to this factory. When the
101 // termination the timers must be stopped so that this factory and the
indexed_db_factory_unittest.cc 28 // For timers to post events.
477 // Terminate all pending-close timers.
  /external/chromium_org/v8/test/cctest/
test-time.cc 154 // timers at least once, then the test has succeeded.
162 // 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...]
  /ndk/docs/text/system/libc/
OVERVIEW.text 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
  /packages/apps/DeskClock/res/values-en-rGB/
strings.xml 129 <string name="timer_ring_service_desc" msgid="2620214305660322415">"Sound playback service for timers set in Clock."</string>
199 <item quantity="other" msgid="3799129667336330616">"<xliff:g id="NUMBER">%d</xliff:g> timers"</item>
315 <string name="timers_stopped" msgid="2393640808691864520">"<xliff:g id="NUMBER">%d</xliff:g> timers stopped"</string>
316 <string name="all_timers_stopped_notif" msgid="278532320068394600">"Touch to see your timers"</string>
317 <string name="timers_in_use" msgid="5570729467344408506">"<xliff:g id="NUMBER">%d</xliff:g> timers"</string>
  /packages/apps/DeskClock/res/values-en-rIN/
strings.xml 129 <string name="timer_ring_service_desc" msgid="2620214305660322415">"Sound playback service for timers set in Clock."</string>
199 <item quantity="other" msgid="3799129667336330616">"<xliff:g id="NUMBER">%d</xliff:g> timers"</item>
315 <string name="timers_stopped" msgid="2393640808691864520">"<xliff:g id="NUMBER">%d</xliff:g> timers stopped"</string>
316 <string name="all_timers_stopped_notif" msgid="278532320068394600">"Touch to see your timers"</string>
317 <string name="timers_in_use" msgid="5570729467344408506">"<xliff:g id="NUMBER">%d</xliff:g> timers"</string>
  /packages/apps/DeskClock/res/values-nl/
strings.xml 129 <string name="timer_ring_service_desc" msgid="2620214305660322415">"Geluidsweergaveservice voor timers ingesteld in Klok."</string>
199 <item quantity="other" msgid="3799129667336330616">"<xliff:g id="NUMBER">%d</xliff:g> timers"</item>
315 <string name="timers_stopped" msgid="2393640808691864520">"<xliff:g id="NUMBER">%d</xliff:g> timers gestopt"</string>
316 <string name="all_timers_stopped_notif" msgid="278532320068394600">"Tik om uw timers te bekijken"</string>
317 <string name="timers_in_use" msgid="5570729467344408506">"<xliff:g id="NUMBER">%d</xliff:g> timers"</string>
  /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/chromium_org/chrome/browser/ui/cocoa/
presentation_mode_controller.mm 113 // performs the show/hide (animation) immediately. It does not touch the timers.
142 // Start timers for showing/hiding the floating bar.
149 // 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/chromium_org/chrome/browser/net/
http_server_properties_manager.h 164 // Starts the timers to update the cached prefs. This are overridden in tests
187 // Starts the timers to update the prefs from cache. This are overridden in
  /external/chromium_org/third_party/WebKit/Source/platform/
Timer.cpp 44 // Timers are stored in a heap data structure, used to implement a priority queue.
246 // Timers should be in the heap if and only if they have a non-zero next fire time.
  /external/chromium_org/v8/src/
v8-counters.h 40 /* Garbage collection timers. */ \
44 /* Parsing timers. */ \
  /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/v8/src/
v8-counters.h 39 /* Garbage collection timers. */ \
43 /* Parsing timers. */ \
  /bionic/libc/include/sys/
limits.h 155 #define _POSIX_TIMERS 1 /* Posix timers are supported */
  /cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp 20 #include <utils/Timers.h>
whitebalancetest.cpp 20 #include <utils/Timers.h>

Completed in 2205 milliseconds

1 2 3 4 5 6 7 891011>>