/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dqblk_xfs.h | 88 * These timers can only be set in super user's dquot. For others, timers are
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dqblk_xfs.h | 88 * These timers can only be set in super user's dquot. For others, timers are
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dqblk_xfs.h | 88 * These timers can only be set in super user's dquot. For others, timers are
|
/system/extras/tests/sdcard/ |
stopwatch.h | 120 // Affects all the timers. Instructs all the timers to print the
|
/external/chromium_org/base/timer/ |
timer_unittest.cc | 248 base::OneShotTimer<ResetHelper> timers[20]; local 249 for (size_t i = 0; i < arraysize(timers); ++i) { 250 timers[i].Start(FROM_HERE, TimeDelta::FromMilliseconds(i * 10), 291 // that timers work properly in all configurations. 369 // timers not yet fired. It may only trigger exceptions
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 51 import com.android.deskclock.timer.Timers; 106 // Timer receiver may ask to go to the timers fragment if a timer expired. 198 editor.putBoolean(Timers.NOTIF_APP_OPEN, true); 201 timerIntent.setAction(Timers.NOTIF_IN_USE_CANCEL); 213 editor.putBoolean(Timers.NOTIF_APP_OPEN, false);
|
Utils.java | 58 import com.android.deskclock.timer.Timers; 211 * Broadcast a message to show the in-use timers in the notifications 215 timerIntent.setAction(Timers.NOTIF_IN_USE_SHOW); 220 * Broadcast a message to show the in-use timers in the notifications 224 timerIntent.setAction(Timers.NOTIF_TIMES_UP_SHOW); 229 * Broadcast a message to cancel the in-use timers in the notifications 233 timerIntent.setAction(Timers.NOTIF_TIMES_UP_CANCEL);
|
/external/chromium/chrome/browser/ |
browser_about_handler.cc | 690 // We maintain two lists - one for counters and one for timers. 691 // Timers actually get stored on both lists. 698 ListValue* timers; local 699 if (!root.GetList("timers", &timers)) { 700 timers = new ListValue(); 701 root.Set("timers", timers); 763 // Store this on the timers list as well. 764 timers->Append(counter) [all...] |
platform_util_common_linux.cc | 109 // Not gtk_dialog_run as it prevents timers from running in the unit tests.
|
/external/chromium_org/chrome/browser/ui/webui/ |
about_ui.cc | 625 // We maintain two lists - one for counters and one for timers. 626 // Timers actually get stored on both lists. 633 ListValue* timers; local 634 if (!root.GetList("timers", &timers)) { 635 timers = new ListValue(); 636 root.Set("timers", timers); 698 // Store this on the timers list as well. 699 timers->Append(counter) [all...] |
/external/chromium/chrome/browser/resources/ |
about_stats.html | 168 /* Compute the average time for timers */ 293 <td class="top" width="100">Timers</td> 303 <tr jsselect="timers" name="timer">
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
autolocktest.cpp | 20 #include <utils/Timers.h>
|
exposurecompensationtest.cpp | 20 #include <utils/Timers.h>
|
imagetesthandler.cpp | 20 #include <utils/Timers.h>
|
meteringtest.cpp | 20 #include <utils/Timers.h>
|
/external/chromium/base/ |
time_win.cc | 19 // timers on any system. 26 // faster multimedia timers can hurt battery life. See the intel 108 // We implement time using the high-resolution timers so that we can get 169 // Using anything other than 1ms makes timers granular
|
/external/chromium/chrome/browser/ui/cocoa/ |
gradient_button_cell.h | 102 // Safely stop continuous pulsing by turning off all timers.
|
/external/chromium_org/base/debug/ |
profiler.h | 34 // Reset profiling after a fork, which disables timers.
|
/external/chromium_org/base/message_loop/ |
incoming_task_queue.h | 47 // Returns true if the message loop has high resolution timers enabled.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
horizontal_scrollbar_view.js | 86 // Clear the timer if we have one, so we don't have two timers running at
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
gradient_button_cell.h | 101 // Safely stop continuous pulsing by turning off all timers.
|
/external/chromium_org/media/cast/ |
cast_environment.h | 24 // The main thread is where the cast system is configured and where timers
|
/external/chromium_org/remoting/base/ |
plugin_thread_task_runner.h | 117 // The list of timestamps when scheduled timers are expected to fire.
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerRunLoop.h | 52 // Blocking call. Waits for tasks and timers, invokes the callbacks.
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
Timer.h | 96 unsigned m_heapInsertionOrder; // Used to keep order among equal-fire-time timers
|