HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 276 - 300 of 475) sorted by null

<<111213141516171819

  /system/core/init/
init_parser.cpp 115 android::base::Timer t;
ueventd.cpp 202 android::base::Timer cold_boot_timer;
service.h 78 bool ExecStart(std::unique_ptr<android::base::Timer>* exec_waiter);
227 std::unique_ptr<android::base::Timer> exec_waiter_;
init.cpp 76 using android::base::Timer;
95 static std::unique_ptr<Timer> waiting_for_prop(nullptr);
157 waiting_for_prop.reset(new Timer());
228 Timer t;
876 Timer t;
    [all...]
property_service.cpp 59 using android::base::Timer;
354 Timer timer; local
356 uint64_t millis = timer.duration().count();
372 // Timer rounds milliseconds down in case of EINTR we want it to be rounded up
588 Timer t;
  /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();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 53 import com.android.mail.perf.Timer;
395 Timer t = new Timer();
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 34 import com.android.deskclock.data.Timer;
39 import com.android.deskclock.timer.TimerFragment;
40 import com.android.deskclock.timer.TimerService;
399 final List<Timer> timers = DataModel.getDataModel().getTimers();
401 final Timer newestTimer = timers.get(timers.size() - 1);
411 // If no length is supplied, show the timer setup view.
416 // Open DeskClock which is now positioned on the timers tab and show the timer setup.
418 LOGGER.i("Showing timer setup");
422 // Verify that the timer length is between one second and one day.
424 if (lengthMillis < Timer.MIN_LENGTH)
435 Timer timer = null; local
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.c 90 // For NT32 Simulator only. 358049 is a similar value to keep timer granularity.
91 // Set the timer period by ourselves.
96 // The timer period is in femtosecond (1 femtosecond is 1e-15 second).
97 // So 1e+12 is divided by timer period to produce the freq in tick/ms.
209 Because nothing can be done here, all things move to the timer rountine.
901 // Create and start timer to send icmp6 echo request packet per second.
908 &Private->Timer
930 Private->Timer,
966 gBS->SetTimer (Private->Timer, TimerCancel, 0);
1009 if (Private->Timer != NULL) {
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayFragment.java 66 import java.util.Timer;
110 private Timer mClickTrackingTimer;
442 mClickTrackingTimer = new Timer();
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 46 #include "llvm/Support/Timer.h"
182 static llvm::Timer* TUTotalTimer;
197 TUTotalTimer = new llvm::Timer("Analyzer Total Time");
396 llvm::Timer* AnalysisConsumer::TUTotalTimer = nullptr;
  /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) {
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
InstrumentClusterController.java 58 import java.util.Timer;
359 private final Timer mTimer = new Timer("ClusterMediaProgress");
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 117 EFI_EVENT Timer;
184 In IA64, the register is the Interval Timer Vector (ITV).
281 // The timer period is in femtosecond (1 femtosecond is 1e-15 second).
282 // So 1e+12 is divided by timer period to produce the freq in ticks/ms.
418 Because nothing can be done here, all things move to the timer rountine.
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 61 import java.util.Timer;
102 * Number of milliseconds between timer ticks (500).
126 // Global timer. Use this for all timer tasks.
128 private Timer timer; field in class:SIPTransactionStack
364 // / Timer to regularly ping the thread auditor (on behalf of the timer
367 // / Timer thread handle
376 // Check if we still have a timer (it may be null after shutdown
    [all...]
  /cts/hostsidetests/sustainedperf/dhrystone/
Drystone-2.1.sh 545 X * "printf"s are provided marking the points "Start Timer"
546 X * and "Stop Timer". DO NOT use the UNIX "time(1)"
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 30 import java.util.Timer;
82 Timer timer; field in class:AuthenticationHelperImpl
  /external/swiftshader/src/
Android.mk 47 Common/Timer.cpp
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryUtils.java 397 final BatteryStats.Timer timer = uid.getForegroundActivityTimer(); local
398 if (timer != null) {
399 return timer.getTotalTimeLocked(rawRealtimeUs, BatteryStats.STATS_SINCE_CHARGED);
407 final BatteryStats.Timer timer = uid.getForegroundServiceTimer(); local
408 if (timer != null) {
409 return timer.getTotalTimeLocked(rawRealtimeUs, BatteryStats.STATS_SINCE_CHARGED);
  /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::__anon1326
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h 240 EFI_EVENT Timer;
458 the state transfers to Dhcp6Bound and the valid and preferred timer restarts.
459 If fails, the state transfers to Dhcp6Bound but the timer continues.
462 to Dhcp6Bound, and the valid and preferred timer restarts. If it fails, the state
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 230 EFI_EVENT Timer;
    [all...]
  /external/libcxx/utils/libcxx/
util.py 219 timerObject = threading.Timer(timeout, killProcess)

Completed in 407 milliseconds

<<111213141516171819