HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 226 - 250 of 426) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/
workqueue.cc 27 #include "timer.h"
315 Timer timer; local
317 timer.start();
323 Timer::TimeStats elapsed = timer.get_elapsed_time();
  /frameworks/base/services/core/java/com/android/server/am/
HealthStatsBatteryStatsWriter.java 52 BatteryStats.Timer timer; local
91 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_FULL);
92 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_FULL, key, timer);
95 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL);
96 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_PARTIAL, key, timer);
99 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_WINDOW);
100 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_WINDOW, key, timer);
103 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_DRAW);
104 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_DRAW, key, timer);
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
CameraTestBase.java 53 import java.util.Timer;
448 private Timer mTimer = new Timer(true); // run as a daemon thread
601 private Timer mTimer = new Timer(true); // run as a daemon thread
  /tools/tradefederation/core/src/com/android/tradefed/util/
RunUtil.java 35 import java.util.Timer;
64 private ThreadLocal<Timer> mWatchdogInterrupt = null;
474 mWatchdogInterrupt = new ThreadLocal<Timer>() {
476 protected Timer initialValue() {
477 return new Timer(true);
746 /** Allow to stop the Timer Thread for the run util instance if started. */
755 /** Timer that will execute a interrupt on the Thread registered. */
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Driver.c 231 gBS->CloseEvent (Instance->Timer);
308 // There is a timer for each Dhcp6 instance, which is used to track the
316 &Dhcp6Ins->Timer
645 // Start the timer when the instance is ready to use.
648 Instance->Timer,
  /external/clang/include/clang/Frontend/
CompilerInstance.h 32 class Timer;
108 /// \brief The frontend timer group.
111 /// \brief The frontend timer.
112 std::unique_ptr<llvm::Timer> FrontendTimer;
561 /// @name Frontend timer
566 llvm::Timer &getFrontendTimer() const {
567 assert(FrontendTimer && "Compiler instance has no frontend timer!");
677 /// Create the frontend timer and replace any existing one with it.
  /packages/apps/DocumentsUI/src/com/android/documentsui/
FocusManager.java 55 import java.util.Timer;
414 private Timer mTimer;
421 // timer (see #activate, below).
496 mTimer = new Timer();
517 // Using a timer repeat period of SEARCH_TIMEOUT/2 means the
521 // between 500 and 750 ms. A smaller timer period results in
  /packages/services/Car/service/src/com/android/car/
CarPowerManagementService.java 32 import java.util.Timer;
67 * Blocking inside this call can trigger watchdog timer which can terminate the
101 private Timer mTimer;
381 mTimer = new Timer();
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/TimerDxe/
Timer.c 2 Template for Timer Architecture Protocol driver of the ARM flavor
28 #include <Protocol/Timer.h>
34 // The notification function to call on every timer interrupt.
38 // The current period of the timer interrupt
80 // DXE core uses this callback for the EFI timer tick. The DXE core uses locks
82 // to make sure TPL level is set to TPL_HIGH while we are handling the timer tick.
90 // Clear all timer interrupts
101 the timer interrupt fires. It also passes the amount of time since the last
104 returned. If the CPU does not support registering a timer interrupt handler,
109 register the NotifyFunction with the timer interrupt, then EFI_DEVICE_ERROR
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
TimerDxe.c 2 Timer Architecture Protocol driver of the ARM flavor
30 #include <Protocol/Timer.h>
33 // The notification function to call on every timer interrupt.
37 // The current period of the timer interrupt
39 // The latest Timer Tick calculated for mTimerPeriod
41 // Number of elapsed period since the last Timer interrupt
49 the timer interrupt fires. It also passes the amount of time since the last
52 returned. If the CPU does not support registering a timer interrupt handler,
57 register the NotifyFunction with the timer interrupt, then EFI_DEVICE_ERROR
61 @param NotifyFunction The function to call when a timer interrupt fires. This
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
SP804Timer.c 2 Template for Timer Architecture Protocol driver of the ARM flavor
28 #include <Protocol/Timer.h>
37 // The notification function to call on every timer interrupt.
41 // The current period of the timer interrupt
74 // DXE core uses this callback for the EFI timer tick. The DXE core uses locks
76 // to make sure TPL level is set to TPL_HIGH while we are handling the timer tick.
80 // If the interrupt is shared then we must check if this interrupt source is the one associated to this Timer
98 the timer interrupt fires. It also passes the amount of time since the last
101 returned. If the CPU does not support registering a timer interrupt handler,
106 register the NotifyFunction with the timer interrupt, then EFI_DEVICE_ERROR
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
EdkIIGlueDxe.h 227 #include EFI_ARCH_PROTOCOL_DEFINITION (Timer)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 206 EFI_EVENT Timer;
335 The heart beat timer of IP4 service instance. It times out
340 @param[in] Event The IP4 service instance's heart beat timer.
  /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/Omap35xxPkg/TimerDxe/
Timer.c 2 Template for Timer Architecture Protocol driver of the ARM flavor
28 #include <Protocol/Timer.h>
34 // The notification function to call on every timer interrupt.
38 // The current period of the timer interrupt
80 // DXE core uses this callback for the EFI timer tick. The DXE core uses locks
82 // to make sure TPL level is set to TPL_HIGH while we are handling the timer tick.
90 // Clear all timer interrupts
101 the timer interrupt fires. It also passes the amount of time since the last
104 returned. If the CPU does not support registering a timer interrupt handler,
109 register the NotifyFunction with the timer interrupt, then EFI_DEVICE_ERROR
    [all...]
  /external/autotest/client/site_tests/hardware_Badblocks/
hardware_Badblocks.py 91 # Start timeout timer thread.
92 t = threading.Timer(tmout, self._timeout, [badblocks_proc])
98 # Stop timer if badblocks has finished.
  /external/autotest/client/site_tests/security_DeviceJail_Filesystem/
security_DeviceJail_Filesystem.py 104 timeout = threading.Timer(self.SHUTDOWN_TIMEOUT_SEC,
  /external/autotest/frontend/afe/json_rpc/
serviceHandler.py 115 timer = autotest_stats.Timer('rpc', metadata=metadata)
118 timer.start()
125 timer.stop(methName)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
java_heap_profiler.py 35 self._timer = threading.Timer(self._DEFAULT_INTERVAL, self._OnTimer)
  /system/core/init/
init_parser.cpp 97 Timer t;
service.h 78 bool ExecStart(std::unique_ptr<Timer>* exec_waiter);
214 std::unique_ptr<Timer> exec_waiter_;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 46 #include "llvm/Support/Timer.h"
519 new llvm::Timer("Clang front-end timer", *FrontendTimerGroup));
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
MainFragment.java 63 private Timer mBackgroundTimer;
245 mBackgroundTimer = new Timer();
  /external/swiftshader/src/
Android.mk 30 Common/Timer.cpp
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 53 import com.android.mail.perf.Timer;
395 Timer t = new Timer();
    [all...]

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 91011>>