/prebuilts/gdb/darwin-x86/lib/python2.7/ |
timeit.py | 9 Library usage: see the Timer class. 16 -r/--repeat N: how many times to repeat the timer (default 3) 33 The difference in default timer function is because on Windows, 36 time() is much more precise. On either platform, the default timer 64 __all__ = ["Timer"] 71 # On Windows, the best timer is time.clock() 74 # On most other platforms the best timer is time.time() 78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt 95 """Create a timer function. Used if the "statement" is a callable.""" 105 class Timer [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
timeit.py | 9 Library usage: see the Timer class. 16 -r/--repeat N: how many times to repeat the timer (default 3) 33 The difference in default timer function is because on Windows, 36 time() is much more precise. On either platform, the default timer 64 __all__ = ["Timer"] 71 # On Windows, the best timer is time.clock() 74 # On most other platforms the best timer is time.time() 78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt 95 """Create a timer function. Used if the "statement" is a callable.""" 105 class Timer [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
timeit.py | 9 Library usage: see the Timer class. 16 -r/--repeat N: how many times to repeat the timer (default 3) 33 The difference in default timer function is because on Windows, 36 time() is much more precise. On either platform, the default timer 64 __all__ = ["Timer"] 71 # On Windows, the best timer is time.clock() 74 # On most other platforms the best timer is time.time() 78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt 95 """Create a timer function. Used if the "statement" is a callable.""" 105 class Timer [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
timeit.py | 9 Library usage: see the Timer class. 16 -r/--repeat N: how many times to repeat the timer (default 3) 33 The difference in default timer function is because on Windows, 36 time() is much more precise. On either platform, the default timer 64 __all__ = ["Timer"] 71 # On Windows, the best timer is time.clock() 74 # On most other platforms the best timer is time.time() 78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt 95 """Create a timer function. Used if the "statement" is a callable.""" 105 class Timer [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/ |
PL180Mci.c | 97 // Set Data Length & Data Timer
301 UINTN Timer;
312 Timer = MMCI0_TIMEOUT * 100;
365 Timer = MMCI0_TIMEOUT * 60;
369 while (((Status & MCI_STATUS_TXDONE) != MCI_STATUS_TXDONE) && Timer) {
372 while (((Status & MCI_STATUS_CMD_DATAEND) != MCI_STATUS_CMD_DATAEND) && Timer) {
376 Timer--;
382 if (Timer == 0) {
430 // Set Data Length & Data Timer
|
/external/libchrome/base/timer/ |
timer_unittest.cc | 5 #include "base/timer/timer.h" 24 // The message loops on which each timer should be tested. 131 // This should run before the timer expires. 134 // Now start the timer. 180 // This should run before the timer expires. 183 // Now start the timer. 212 // If Delay is never called, the timer shouldn't go off. 214 base::DelayTimer timer(FROM_HERE, TimeDelta::FromMilliseconds(1), &target, 229 base::DelayTimer timer(FROM_HERE, TimeDelta::FromMilliseconds(1), &target [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/ |
facp.asl | 61 [0004] PM Timer Block Address : 00000001 67 [0001] PM Timer Block Length : 04 98 32-bit PM Timer (V1) : 0 105 Use Platform Timer (V4) : 0 162 [0012] PM Timer Block : [Generic Address Structure]
|
/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 | 204 UINT64 Timer;
223 for (Timer = StartSyncTimer ();
224 !IsSyncTimerTimeout (Timer) &&
259 for (Timer = StartSyncTimer ();
260 !IsSyncTimerTimeout (Timer) &&
552 UINT64 Timer;
559 for (Timer = StartSyncTimer ();
560 !IsSyncTimerTimeout (Timer) &&
585 for (Timer = StartSyncTimer ();
586 !IsSyncTimerTimeout (Timer) && [all...] |
/external/skia/tests/ |
StrokerTest.cpp | 54 skiatest::Timer timer; local 62 if (FLAGS_timeout && timer.elapsedMs() > MS_TEST_DURATION) { 69 skiatest::Timer timer; local 78 if (FLAGS_timeout && timer.elapsedMs() > MS_TEST_DURATION) { 86 skiatest::Timer timer; local 94 if (FLAGS_timeout && timer.elapsedMs() > MS_TEST_DURATION) { 101 skiatest::Timer timer local 153 skiatest::Timer timer; local 192 skiatest::Timer timer; local 232 skiatest::Timer timer; local 284 skiatest::Timer timer; local 342 skiatest::Timer timer; local 387 skiatest::Timer timer; local [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
BatteryStatsBackgroundStatsTest.java | 165 // Start timer 177 // Stop timer 209 // Start timer (optimized) 221 // Start timer (unoptimized) 233 // Stop timer (optimized) 237 // Stop timer (unoptimized) 243 BatteryStats.Timer timer = bi.getUidStats().get(UID).getBluetoothScanTimer(); local 244 BatteryStats.Timer bgTimer = bi.getUidStats().get(UID).getBluetoothScanBackgroundTimer(); 245 BatteryStats.Timer badTimer = bi.getUidStats().get(UID).getBluetoothUnoptimizedScanTimer() 307 BatteryStats.Timer timer = jobs.valueAt(0); local 368 BatteryStats.Timer timer = syncs.valueAt(0); local [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerFragment.java | 17 package com.android.deskclock.timer; 46 import com.android.deskclock.data.Timer; 71 /** Notified when the user swipes vertically to change the visible timer. */ 89 /** {@code true} while this fragment is creating a new timer; {@code false} otherwise. */ 93 * @return an Intent that selects the timers tab with the setup screen for a new timer in place. 127 // If timer setup state is present, retrieve it to be later honored. 158 // A specific timer must be shown; show the list of timers. 161 // No timers exist, a timer is being created, or the last view was timer setup; 162 // show the timer setup view 176 final Timer timer = DataModel.getDataModel().getMostRecentExpiredTimer(); local 182 final Timer timer = DataModel.getDataModel().getTimer(showTimerId); local 201 final Timer timer = DataModel.getDataModel().getTimer(showTimerId); local 241 final Timer timer = getTimer(); local 331 final Timer timer = getTimer(); local 370 final Timer timer = DataModel.getDataModel().addTimer(timerLength, "", false); local 392 final Timer timer = getTimer(); local [all...] |
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
PlayerActivity.java | 40 import java.util.Timer; 71 private Timer mSeekbarTimer; 72 private Timer mControllersTimer; 152 mSeekbarTimer = new Timer(); 167 mControllersTimer = new Timer(); 322 mControllersTimer = new Timer();
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
Dhcp4Driver.c | 170 if (DhcpSb->Timer != NULL) {
171 gBS->SetTimer (DhcpSb->Timer, TimerCancel, 0);
172 gBS->CloseEvent (DhcpSb->Timer);
174 DhcpSb->Timer = NULL;
226 // Create various resources, UdpIo, Timer, and get Mac address
233 &DhcpSb->Timer
328 Status = gBS->SetTimer (DhcpSb->Timer, TimerPeriodic, TICKS_PER_SECOND);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Driver.c | 165 MtftpSb->Timer = NULL;
172 // Create the timer and a udp to be notified when UDP is uninstalled
179 &MtftpSb->Timer
188 // Create the timer used to time out the procedure which is used to
199 gBS->CloseEvent (MtftpSb->Timer);
214 gBS->CloseEvent (MtftpSb->Timer);
237 gBS->CloseEvent (MtftpSb->Timer);
291 Status = gBS->SetTimer (MtftpSb->Timer, TimerPeriodic, TICKS_PER_SECOND);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ia32/ |
X86LocalApicTimerInitialize.asm | 16 ; Initialize Local Apic Timer
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/X64/ |
X86LocalApicTimerInitialize.asm | 16 ; Initialize Local Apic Timer
|
/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.
|
/external/autotest/server/site_tests/firmware_ECLidSwitch/ |
firmware_ECLidSwitch.py | 5 from threading import Timer 17 t = Timer(seconds, f, args, kargs)
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
DNSTask.java | 5 import java.util.Timer; 16 * This is the root class for all task scheduled by the timer in JmDNS. 47 * @param timer 48 * task timer. 50 public abstract void start(Timer timer);
|
Responder.java | 9 import java.util.Timer; 62 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer) 65 public void start(Timer timer) { 91 timer.schedule(this, delay);
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
Prober.java | 8 import java.util.Timer; 57 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer) 60 public void start(Timer timer) { 70 timer.schedule(this, JmDNSImpl.getRandom().nextInt(1 + DNSConstants.PROBE_WAIT_INTERVAL), DNSConstants.PROBE_WAIT_INTERVAL); 72 timer.schedule(this, DNSConstants.PROBE_CONFLICT_INTERVAL, DNSConstants.PROBE_CONFLICT_INTERVAL);
|
/external/swiftshader/src/D3D9/ |
Direct3DQuery9.cpp | 18 #include "Timer.hpp" 175 timestamp = sw::Timer::counter(); 238 case D3DQUERYTYPE_TIMESTAMPFREQ: *(UINT64*)data = sw::Timer::frequency(); break; // FIXME: Verify behaviour
|
/packages/apps/Email/tests/src/com/android/email/ |
ThrottleTest.java | 27 import java.util.Timer; 169 * Substitute for {@link Timer} that works based on the provided {@link Clock}. 171 private static class MockTimer extends Timer {
|
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 63 * A constant indicating a partial wake lock timer. 68 * A constant indicating a full wake lock timer. 73 * A constant indicating a window wake lock timer. 78 * A constant indicating a sensor timer. 83 * A constant indicating a a wifi running timer 88 * A constant indicating a full wifi lock timer 98 * A constant indicating a wifi multicast timer 103 * A constant indicating a video turn on timer 108 * A constant indicating a vibrator on timer 113 * A constant indicating a foreground activity timer 3638 final Timer timer = u.getAggregatedPartialWakelockTimer(); local 3680 final Timer timer = syncs.valueAt(isy); local 3696 final Timer timer = jobs.valueAt(ij); local 3738 final Timer timer = se.getSensorTime(); local 4637 final BatteryStats.Timer timer = ent.getValue(); local 4647 final TimerEntry timer = ktimers.get(i); local 4669 TimerEntry timer = timers.get(i); local 4688 final Timer timer = ent.getValue(); local 4694 TimerEntry timer = reasons.get(i); local 4728 final Timer timer = ent.getValue(); local 4742 final Timer timer = ent.getValue(); local 5141 final Timer timer = syncs.valueAt(isy); local 5175 final Timer timer = jobs.valueAt(ij); local 5251 final Timer timer = se.getSensorTime(); local [all...] |