HomeSort by relevance Sort by last modified time
    Searched defs:Timer (Results 51 - 75 of 185) sorted by null

1 23 4 5 6 7 8

  /device/google/contexthub/firmware/os/core/
timer.c 24 #include <timer.h>
32 #define MAX_INTERNAL_EVENTS 32 //also used for external app timer() calls
37 osLog(LOG_INFO, "%s " fmt, "[timer]", ##__VA_ARGS__); \
42 struct Timer {
57 static struct Timer mTimers[MAX_TIMERS];
73 static struct Timer *timFindTimerById(uint32_t timId) /* no locks taken. be careful what you do with this */
89 static void timCallFunc(struct Timer *tim)
103 ERROR_PRINT("Could not enqueue private timer event\n");
118 struct Timer *tim;
161 //we loop while loop does something, or while (if next timer exists), it is due by the time loop ends, or platform code fails to set an alarm to wake us for i
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h 124 // Timer event and various timer
126 EFI_EVENT Timer;
128 UINT32 PacketToLive; // Retransmission timer for our packets
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.h 75 EFI_EVENT Timer; ///< Ticking timer for all the MTFTP clients
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.h 41 EFI_EVENT Timer; /// Ticking timer for DNS cache update.
65 EFI_EVENT Timer; /// Ticking timer for packet retransmission.
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Impl.h 115 EFI_EVENT Timer;
451 systems, the periodic timer event in the managed network driver may
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
QNCSmmPeriodicTimer.c 2 File to contain all the hardware specific stuff for the Periodical Timer dispatch protocol.
81 UINTN NumChildren; // number of children using this timer
83 UINTN CurrentSetting; // interval this timer is set at right now (index into interval table)
115 // Determine which timer this child is using
128 // (2) the timer interval table is corrupt
144 // Figure out which timer the child is requesting and
197 // The timer will be restarted on the "ClearSource" call.
222 SUPPORTED_TIMER Timer;
228 // Find the minimum required interval for each timer
230 for (Timer = (SUPPORTED_TIMER)0; Timer < NUM_TIMERS; Timer++) {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DxeMpLib.c 21 #include <Protocol/Timer.h>
197 This function is triggered by timer periodically to check the
375 // Set timer to check all APs status.
651 EFI_TIMER_ARCH_PROTOCOL *Timer;
656 // Locate Timer Arch Protocol
658 Status = gBS->LocateProtocol (&gEfiTimerArchProtocolGuid, NULL, (VOID **) &Timer);
660 Timer = NULL;
663 if (Timer != NULL) {
665 // Save current rate of DXE Timer
667 Timer->GetTimerPeriod (Timer, &TimerPeriod);
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
14 #include "llvm/Support/Timer.h"
49 cl::desc("File to append -stats and -timer output to"),
95 // Timer Implementation
98 void Timer::init(StringRef N) {
102 void Timer::init(StringRef N, TimerGroup &tg) {
103 assert(!TG && "Timer already initialized");
110 Timer::~Timer() {
138 void Timer::startTimer()
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_scrollbar.cpp 485 CFWL_ScrollBar::Timer::Timer(CFWL_ScrollBar* pToolTip) : CFWL_Timer(pToolTip) {}
487 void CFWL_ScrollBar::Timer::Run(CFWL_TimerInfo* pTimerInfo) {
  /external/skia/tests/
Test.h 152 /** Timer provides wall-clock duration since its creation. */
153 class Timer {
155 /** Starts the timer. */
156 Timer();
  /external/skqp/tests/
Test.h 152 /** Timer provides wall-clock duration since its creation. */
153 class Timer {
155 /** Starts the timer. */
156 Timer();
  /external/swiftshader/third_party/LLVM/lib/Support/
Timer.cpp 1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
14 #include "llvm/Support/Timer.h"
52 cl::desc("File to append -stats and -timer output to"),
100 // Timer Implementation
103 void Timer::init(StringRef N) {
104 assert(TG == 0 && "Timer already initialized");
111 void Timer::init(StringRef N, TimerGroup &tg) {
112 assert(TG == 0 && "Timer already initialized");
119 Timer::~Timer() {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
14 #include "llvm/Support/Timer.h"
49 cl::desc("File to append -stats and -timer output to"),
94 // Timer Implementation
97 void Timer::init(StringRef Name, StringRef Description) {
101 void Timer::init(StringRef Name, StringRef Description, TimerGroup &tg) {
102 assert(!TG && "Timer already initialized");
110 Timer::~Timer() {
140 void Timer::startTimer()
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsTimerTest.java 29 import com.android.internal.os.BatteryStatsImpl.Timer;
37 class TestTimer extends Timer {
135 * to the timer.
142 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
143 timer.nextComputeCurrentCount = 3000;
145 // Test that starting the timer counts the unplugged time and counters
146 timer.nextComputeRunTime = 4;
147 timer.onTimeStarted(10, 20, 50);
148 Assert.assertEquals(50, timer.lastComputeRunTimeRealtime);
149 Assert.assertEquals(4, timer.getUnpluggedTime())
224 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
259 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
359 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
401 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
437 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
460 TestTimer timer = new TestTimer(clocks, 0, timeBase); local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
InstallerTest.java 45 private final Timer mManual = new Timer("Manual");
46 private final Timer mQuota = new Timer("Quota");
48 private static class Timer {
53 public Timer(String title) {
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
Timer.java 36 * Timer.startTiming("myEvent");
38 * Timer.stopTiming("myEvent");
41 * The other way is to instantiate a timer that can be passed around, and started and paused. The
42 * timer will accumulate the results for each tag, and dump the results when asked.
45 * Timer timer = new Timer();
48 * timer.start("tagA");
50 * timer.pause("tagA");
54 * timer.dumpResults()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 1 //===-- llvm/Support/Timer.h - Interval Timing Support ----------*- C++ -*-===//
22 class Timer;
72 /// the Timer will print the amount of time it has captured to standard error
73 /// when the last timer is destroyed, otherwise it is printed when its
76 class Timer {
81 bool Running; ///< Is the timer currently running?
82 bool Triggered; ///< Has the timer ever been triggered?
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
85 Timer **Prev; ///< Pointer to \p Next of previous timer in group
    [all...]

Completed in 1497 milliseconds

1 23 4 5 6 7 8