/external/eigen/bench/btl/generic_bench/static/ |
bench_static.hh | 29 #include "timers/portable_perf_analyzer.hh" 30 // #include "timers/mixed_perf_analyzer.hh" 31 // #include "timers/x86_perf_analyzer.hh"
|
/packages/apps/Browser/src/com/android/browser/ |
WebViewTimersControl.java | 23 * Centralised point for controlling WebView timers pausing and resuming. 54 if (LOGD_ENABLED) Log.d(LOGTAG, "Resuming webview timers, view=" + wv); 62 if (LOGD_ENABLED) Log.d(LOGTAG, "Pausing webview timers, view=" + wv);
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerFragment.java | 72 public static final String GOTO_SETUP_VIEW = "deskclock.timers.gotosetup"; 166 // If we're going from two timers to one (in the same row), we don't want to 280 // span all columns so that it's centered. Otherwise, all timers should just span one. 354 // Individual timers are updated in button handlers. 360 // Individual timers are updated in button handlers. 447 if (bundle != null && bundle.containsKey(Timers.TIMESUP_MODE)) { 448 if (bundle.getBoolean(Timers.TIMESUP_MODE, false)) { 483 // switch to the timers view. 491 updateTimersState(t, Timers.START_TIMER); 568 if (mPrefs.getBoolean(Timers.FROM_NOTIFICATION, false)) [all...] |
TimerAlertFullScreen.java | 64 // timers in STATE_TIMESUP state 66 args.putBoolean(Timers.TIMESUP_MODE, true); 96 // Volume keys and camera keys stop all the timers 147 if (Timers.LOGGING) {
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
vec2.cpp | 20 #include <utils/Timers.h>
|
vec3.cpp | 20 #include <utils/Timers.h>
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profile-handler_unittest.cc | 78 // Whether each thread has separate timers. 119 // This function checks whether the timers are shared between thread. This 143 LOG(INFO, "threads have separate timers"); 146 LOG(INFO, "threads have shared timers"); 177 // If timers are separate, check that timer is enabled for this thread. 185 // If timers are separate, check that timer is enabled for this thread. 201 // Determines whether threads have separate timers. 210 // Sets up the profile timers and SIGPROF/SIGALRM handler in a known state. 217 // At this time ProfileHandler knows if the timers are shared. 226 // whether timers are shared [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profile-handler_unittest.cc | 78 // Whether each thread has separate timers. 119 // This function checks whether the timers are shared between thread. This 143 LOG(INFO, "threads have separate timers"); 146 LOG(INFO, "threads have shared timers"); 177 // If timers are separate, check that timer is enabled for this thread. 185 // If timers are separate, check that timer is enabled for this thread. 201 // Determines whether threads have separate timers. 210 // Sets up the profile timers and SIGPROF/SIGALRM handler in a known state. 217 // At this time ProfileHandler knows if the timers are shared. 226 // whether timers are shared [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_fixup.h | 20 #include <utils/Timers.h>
|
/external/chromium_org/ash/accelerators/ |
exit_warning_handler.h | 34 // WAIT_FOR_DOUBLE_PRESS action: show ui & start timers 40 // WAIT_FOR_DOUBLE_PRESS action: show ui & start timers
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testtimer.c | 61 /* Test multiple timers */ 62 printf("Testing multiple timers...\n");
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMTimer.cpp | 54 && nestingLevel == 1; // Gestures should not be forwarded to nested timers. 59 // Timers on hidden pages are aligned so that they fire once per 66 // Alignment does not apply to timers on visible pages. 121 // Simple case for non-one-shot timers. 137 // Delete timer before executing the action for one-shot timers. 188 // tolerance of the fire time. This avoids speeding up timers
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
profile-handler.cc | 34 // Implements management of profile timers and the corresponding signal handler. 72 // This class manages profile timers and associated signal handler. This is a 80 // The function also attempts to determine whether or not timers are shared by 82 // Linux kernel versions, each thread has separate timers.) 84 // Prior to determining whether timers are shared, this function will 86 // that timers are shared, then it will stop the timer if no callbacks are 146 // Whether or not the threading system provides interval timers that are 153 // Timers are shared by all threads. 155 // Timers are separate in each thread. 185 // Starts the interval timer. If the thread library shares timers betwee [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profile-handler.cc | 34 // Implements management of profile timers and the corresponding signal handler. 72 // This class manages profile timers and associated signal handler. This is a 80 // The function also attempts to determine whether or not timers are shared by 82 // Linux kernel versions, each thread has separate timers.) 84 // Prior to determining whether timers are shared, this function will 86 // that timers are shared, then it will stop the timer if no callbacks are 146 // Whether or not the threading system provides interval timers that are 153 // Timers are shared by all threads. 155 // Timers are separate in each thread. 185 // Starts the interval timer. If the thread library shares timers betwee [all...] |
/external/chromium_org/ui/message_center/ |
message_center_impl.h | 35 // that timers never cause a callback on a destructed object. 77 // A class that manages all the timers running for individual notification popup 79 // timers expire. 96 // Pauses all running timers. 99 // Continues all managed timers. 102 // Removes all managed timers. 124 // The PopupTimerCollection contains all the managed timers by their ID. They
|
/external/qemu/android/ |
looper-generic.c | 265 ARefSet timers[1]; /* set of all timers */ member in struct:GLooper 266 GLoopTimer* activeTimers; /* sorted list of active timers */ 279 arefSet_add(looper->timers, tt); 285 arefSet_del(looper->timers, tt); 417 /* Do we have any expired timers here ? */ 436 /* Fire the pending timers, if any. We do that in a separate 438 * by starting/stopping other timers. 469 arefSet_done(looper->timers);
|
/external/bluetooth/bluedroid/bta/sys/ |
ptim.c | 52 ** Description Update the protocol timer list and handle expired timers. 54 ** timers when the periodic GKI timer expires. 87 /* while there are expired timers */
|
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
v8_log_importer_test.js | 55 var threads = p.findAllThreadsNamed('V8 Timers'); 68 var threads = p.findAllThreadsNamed('V8 Timers'); 72 assertEquals(t.name, 'V8 Timers');
|
/external/chromium_org/base/message_loop/ |
incoming_task_queue.cc | 105 // Windows timers are granular to 15.6ms. If we only set high-res 106 // timers for those under 15.6ms, then a 18ms timer ticks at ~32ms, 108 // res timers for any timer which is within 2x of the granularity.
|
/external/libnfc-nci/src/nfa/sys/ |
nfa_sys_ptim.c | 54 ** Description Update the protocol timer list and handle expired timers. 56 ** timers when the periodic GKI timer expires. 89 /* while there are expired timers */
|
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/ |
SDL_systimer.c | 113 // create a thread to process a threaded timers 120 SDL_SetError("Cannot create event for timers thread"); 126 SDL_SetError("Cannot create timers thread, check amount of RAM available");
|
/bionic/libc/bionic/ |
fork.c | 39 /* Posix mandates that the timers of a fork child process be 41 * going to stop all timers now, and only re-start them in case
|
/external/chromium/chrome/browser/ui/gtk/ |
reload_button_gtk.h | 71 // The mode we should be in assuming no timers are running. 88 // The delay times for the timers. These are members so that tests can modify
|
/external/chromium/chrome/browser/ui/views/ |
reload_button.h | 62 // The mode we should be in assuming no timers are running. 68 // The delay times for the timers. These are members so that tests can modify
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmInitReceiver.java | 58 // Clear stopwatch and timers data 61 Log.v("AlarmInitReceiver - Reset timers and clear stopwatch data");
|