/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
|
/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/autotest/frontend/client/src/autotest/common/ui/ |
CustomTabPanel.java | 14 import com.google.gwt.user.client.Timer;
|
/external/libcxx/utils/libcxx/ |
util.py | 219 timerObject = threading.Timer(timeout, killProcess)
|
/external/skia/tests/ |
skia_test.cpp | 109 const Timer timer; local 111 SkMSec elapsed = timer.elapsedMsInt();
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
DragScrollListenerTest.java | 36 import java.util.Timer;
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryUtils.java | 263 final BatteryStats.Timer timer = uid.getForegroundActivityTimer(); local 264 if (timer != null) { 265 return timer.getTotalTimeLocked(rawRealtimeMs, BatteryStats.STATS_SINCE_CHARGED);
|
/prebuilts/go/darwin-x86/src/net/ |
fd_plan9.go | 37 rtimer *time.Timer 38 wtimer *time.Timer 240 // Stop timer 254 // Interrupt I/O operation once timer has expired
|
/prebuilts/go/linux-x86/src/net/ |
fd_plan9.go | 37 rtimer *time.Timer 38 wtimer *time.Timer 240 // Stop timer 254 // Interrupt I/O operation once timer has expired
|
/system/core/init/ |
init.cpp | 90 static std::unique_ptr<Timer> waiting_for_prop(nullptr); 144 waiting_for_prop.reset(new Timer()); 198 Timer t; 842 Timer t; [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
PassManager.cpp | 22 #include "llvm/Support/Timer.h" 468 DenseMap<Pass*, Timer*> TimingData; 478 for (DenseMap<Pass*, Timer*>::iterator I = TimingData.begin(), 489 /// getPassTimer - Return the timer for the specified pass if it exists. 490 Timer *getPassTimer(Pass *P) { 495 Timer *&T = TimingData[P]; 497 T = new Timer(P->getPassName(), TG); [all...] |
/device/linaro/bootloader/edk2/DuetPkg/ |
DuetPkg.fdf | 78 INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
LegacyBiosInterface.h | 35 #include <Protocol/Timer.h>
531 // 8254 Timer registers
539 // Timer 0, Read/Write LSB then MSB, Square wave output, binary count use.
558 // Timer Architectural Protocol
560 EFI_TIMER_ARCH_PROTOCOL *Timer;
[all...] |