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

1 2 34 5 6 7 8

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 208 EFI_EVENT Timer;
337 The heart beat timer of IP4 service instance. It times out
342 @param[in] Event The IP4 service instance's heart beat timer.
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h 118 EFI_EVENT Timer;
336 the state transfers to Dhcp6Bound and the valid and preferred timer restarts.
337 If fails, the state transfers to Dhcp6Bound but the timer continues.
340 to Dhcp6Bound, and the valid and preferred timer restarts. If it fails, the state
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 232 EFI_EVENT Timer;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 766 EFI_EVENT Timer;
770 // Create the timer for the timeout
772 Timer = NULL;
779 &Timer );
782 // Start the timeout timer
786 Status = gBS->SetTimer ( Timer,
797 // Poll until an event is detected or the timer fires
842 if ( NULL != Timer ) {
843 Status = gBS->CheckEvent ( Timer );
858 // Stop the timer
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
MpService.c 208 UINT64 Timer;
227 for (Timer = StartSyncTimer ();
228 !IsSyncTimerTimeout (Timer) &&
263 for (Timer = StartSyncTimer ();
264 !IsSyncTimerTimeout (Timer) &&
548 UINT64 Timer;
555 for (Timer = StartSyncTimer ();
556 !IsSyncTimerTimeout (Timer) &&
581 for (Timer = StartSyncTimer ();
582 !IsSyncTimerTimeout (Timer) &&
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Timer.java 30 import static com.android.deskclock.data.Timer.State.EXPIRED;
31 import static com.android.deskclock.data.Timer.State.MISSED;
32 import static com.android.deskclock.data.Timer.State.PAUSED;
33 import static com.android.deskclock.data.Timer.State.RESET;
34 import static com.android.deskclock.data.Timer.State.RUNNING;
37 * A read-only domain object representing a countdown timer.
39 public final class Timer {
72 /** The minimum duration of a timer. */
75 /** The maximum duration of a new timer created via the user interface. */
81 /** A unique identifier for the timer. *
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ping6.c 50 EFI_EVENT Timer;
104 RTT timer tick routine.
124 Get the timer period of the system.
126 This function tries to get the system timer period by creating
127 an 1ms period timer.
129 @return System timer period in MS, or 0 if operation failed.
183 Initialize the timer event for RTT (round trip time).
187 @retval EFI_SUCCESS RTT timer is started.
188 @retval Others Failed to start the RTT timer.
230 Free RTT timer event resource.
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 25 #include "llvm/Support/Timer.h"
308 TimeBucketRegion Timer;
311 Timer.setBucket(&TimeByBucket[MC->getID()]);
318 TimeBucketRegion Timer;
321 Timer.setBucket(&TimeByBucket[MC->getID()]);
523 TimeBucketRegion Timer;
526 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
545 TimeBucketRegion Timer;
550 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
    [all...]
  /external/python/cpython2/Lib/
threading.py 33 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
    [all...]
  /external/python/cpython3/Lib/
threading.py 28 'Barrier', 'BrokenBarrierError', 'Timer', 'ThreadError',
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
AmbientBrightnessStatsTracker.java 62 private final Timer mTimer;
76 mTimer = new Timer(() -> mInjector.elapsedRealtimeMillis());
110 Slog.e(TAG, "Timer not running while trying to add brightness stats.");
312 static class Timer {
318 public Timer(Clock clock) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTest.java 22 import java.util.Timer;
39 * Timer is not cancelled.
50 // Should we terminate the timer at a specific timerCounter?
53 // The timer we belong to
54 Timer timer = null; field in class:TimerTest.TimerTestTask
59 public TimerTestTask(Timer t) {
60 timer = t;
70 if (terminateCount == timerCounter && timer != null) {
71 timer.cancel()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 130 evTimerID timer; member in struct:evStream
132 #define EV_STR_TIMEROK 0x0001 /*%< IFF timer valid. */
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
174 struct { evTimer *this; } timer; member in union:evEvent_p::__anon1444
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.c 139 // Start the timer, and wait Timeout seconds to establish the TCP connection.
523 EFI_EVENT Timer;
525 Status = gBS->CreateEvent (EVT_TIMER, TPL_CALLBACK, NULL, NULL, &Timer);
531 Timer,
537 gBS->CloseEvent (Timer);
543 TimerStatus = gBS->CheckEvent (Timer);
551 gBS->CloseEvent (Timer);
    [all...]

Completed in 2340 milliseconds

1 2 34 5 6 7 8