/device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/ |
Timer.h | 21 #include <Protocol/Timer.h>
29 // The PCAT 8253/8254 has an input clock at 1.193182 MHz and Timer 0 is
39 // The maximum tick duration for 8254 timer
43 // The default timer tick duration is set to 10 ms = 100000 100 ns units
53 Initialize the Timer Architectural Protocol driver
58 @retval EFI_SUCCESS Timer Architectural Protocol created
73 This function adjusts the period of timer interrupts to the value specified
74 by TimerPeriod. If the timer period is updated, then the selected timer
76 the timer hardware is not programmable, then EFI_UNSUPPORTED is returned. [all...] |
/external/catch2/include/reporters/ |
catch_reporter_junit.h | 52 Timer suiteTimer;
|
catch_reporter_xml.h | 54 Timer m_testCaseTimer;
|
/external/ltp/testcases/kernel/power_management/ |
README | 87 Timer migration interface test will execute on kernel versions 2.6.31 and above. Timer migration functionality verification testcases will be executed only on suitable architecture like quad core or the number of CPU's in each package should be atleast 4 and above
|
/external/autotest/server/site_tests/firmware_FAFTSetup/ |
firmware_FAFTSetup.py | 6 from threading import Timer 53 Timer(self.KEY_PRESS_DELAY, press_action).start()
|
/external/deqp-deps/SPIRV-Tools/test/ |
timer_test.cpp | 19 #include "source/util/timer.h" 25 // A mock class to mimic Timer class for a testing purpose. It has fixed 27 class MockTimer : public Timer { 30 : Timer(out, measure_mem_usage) {} 46 MockTimer timer(&buf); 47 timer.Start(); 51 timer.Stop(); 52 timer.Report("TimerTest"); 54 EXPECT_EQ(0.019123, timer.CPUTime()); 55 EXPECT_EQ(0.019723, timer.WallTime()) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
CredentialsCache.java | 27 private Timer timer; field in class:CredentialsCache 48 CredentialsCache (Timer timer) { 49 this.timer = timer; 85 this.timer.schedule(timeoutTask, cacheTime*1000);
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
timer_test.cpp | 19 #include "source/util/timer.h" 25 // A mock class to mimic Timer class for a testing purpose. It has fixed 27 class MockTimer : public Timer { 30 : Timer(out, measure_mem_usage) {} 46 MockTimer timer(&buf); 47 timer.Start(); 51 timer.Stop(); 52 timer.Report("TimerTest"); 54 EXPECT_EQ(0.019123, timer.CPUTime()); 55 EXPECT_EQ(0.019723, timer.WallTime()) [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiDhcp6.c | 378 EFI_EVENT Timer;
400 Timer = NULL;
460 Status = gBS->CreateEvent (EVT_TIMER, TPL_CALLBACK, NULL, NULL, &Timer);
466 Timer,
477 TimerStatus = gBS->CheckEvent (Timer);
503 if (Timer != NULL) {
504 gBS->CloseEvent (Timer);
|
/external/iperf3/src/ |
iperf.h | 61 #include "timer.h" 140 int pacing_timer; /* pacing timer in microseconds */ 177 Timer *send_timer; 314 Timer *omit_timer; 315 Timer *timer; member in struct:iperf_test 317 Timer *stats_timer; 318 Timer *reporter_timer;
|
/external/skia/tools/viewer/ |
StatsLayer.cpp | 31 StatsLayer::Timer StatsLayer::addTimer(const char* label, SkColor color, SkColor labelColor) { 32 Timer newTimer = fTimers.count(); 41 void StatsLayer::beginTiming(Timer timer) { 42 fTimers[timer].fTimes[fCurrentMeasurement] -= SkTime::GetMSecs(); 45 void StatsLayer::endTiming(Timer timer) { 46 fTimers[timer].fTimes[fCurrentMeasurement] += SkTime::GetMSecs(); 49 double StatsLayer::getLastTime(Timer timer) { [all...] |
Viewer.h | 119 StatsLayer::Timer fPaintTimer; 120 StatsLayer::Timer fFlushTimer; 121 StatsLayer::Timer fAnimateTimer;
|
/external/skqp/tools/viewer/ |
StatsLayer.cpp | 30 StatsLayer::Timer StatsLayer::addTimer(const char* label, SkColor color, SkColor labelColor) { 31 Timer newTimer = fTimers.count(); 40 void StatsLayer::beginTiming(Timer timer) { 41 fTimers[timer].fTimes[fCurrentMeasurement] -= SkTime::GetMSecs(); 44 void StatsLayer::endTiming(Timer timer) { 45 fTimers[timer].fTimes[fCurrentMeasurement] += SkTime::GetMSecs(); 48 double StatsLayer::getLastTime(Timer timer) { [all...] |
Viewer.h | 119 StatsLayer::Timer fPaintTimer; 120 StatsLayer::Timer fFlushTimer; 121 StatsLayer::Timer fAnimateTimer;
|
/external/tensorflow/tensorflow/stream_executor/ |
stream_executor_internal.h | 53 class Timer; 141 // Pointer-to-implementation object type (i.e. the Timer class delegates to 143 // platform-dependent code to hang any timer data/resource info/functionality 153 // Returns the number of microseconds elapsed in a completed timer. 156 // Returns the number of nanoseconds elapsed in a completed timer. 253 virtual bool AllocateTimer(Timer *timer) = 0; 254 virtual void DeallocateTimer(Timer *timer) = 0; 255 virtual bool StartTimer(Stream *stream, Timer *timer) = 0 [all...] |
/external/cldr/tools/java/org/unicode/cldr/draft/ |
GapStringTest.java | 5 import org.unicode.cldr.util.Timer; 97 Timer timer = new Timer(); local 99 timer.start(); 118 timer.stop(); 119 long gapDuration = timer.getDuration(); 121 timer.start(); 140 timer.stop(); 141 long builderDuration = timer.getDuration() [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
MapMaker.java | 20 import com.google.gwt.user.client.Timer; 113 Timer timer = new Timer() { local 119 timer.schedule((int) expirationMillis);
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
Thunk.c | 22 Sets the counter value for Timer #0 in a legacy 8254 timer.
24 @param Count - The 16-bit counter value to program into Timer #0 of the legacy 8254 timer.
209 // Save current rate of DXE Timer
211 Private->Timer->GetTimerPeriod (Private->Timer, &TimerPeriod);
214 // Disable DXE Timer while executing in real mode
216 Private->Timer->SetTimerPeriod (Private->Timer, 0); [all...] |
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
rx-skip_until.hpp | 216 class Timer = typename rxu::defer_type<rxs::detail::timer, identity_one_worker>::type, 217 class TimerValue = rxu::value_type_t<Timer>, 218 class TriggerObservable = observable<TimerValue, Timer>, 224 return Result(SkipUntil(std::forward<Observable>(o), rxs::timer(std::forward<TimePoint>(when), cn), cn)); 233 class Timer = typename rxu::defer_type<rxs::detail::timer, rxu::decay_t<Coordination>>::type, 234 class TimerValue = rxu::value_type_t<Timer>, 235 class TriggerObservable = observable<TimerValue, Timer>, 240 return Result(SkipUntil(std::forward<Observable>(o), rxs::timer(std::forward<TimePoint>(when), cn), cn)) [all...] |
rx-take_until.hpp | 224 class Timer = typename rxu::defer_type<rxs::detail::timer, identity_one_worker>::type, 225 class TimerValue = rxu::value_type_t<Timer>, 226 class TriggerObservable = observable<TimerValue, Timer>, 232 return Result(TakeUntil(std::forward<Observable>(o), rxs::timer(std::forward<TimePoint>(when), cn), cn)); 241 class Timer = typename rxu::defer_type<rxs::detail::timer, rxu::decay_t<Coordination>>::type, 242 class TimerValue = rxu::value_type_t<Timer>, 243 class TriggerObservable = observable<TimerValue, Timer>, 248 return Result(TakeUntil(std::forward<Observable>(o), rxs::timer(std::forward<TimePoint>(when), cn), cn)) [all...] |
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/ |
TimerLib.c | 32 UINTN Timer = PcdGet32(PcdOmap35xxFreeTimer);
33 UINT32 TimerBaseAddress = TimerBase(Timer);
46 // Start Timer
49 // Disable OMAP Watchdog timer (WDT2)
123 // Timer starts with the reload value
128 // Timer counts up to 0xFFFFFFFF
|
/external/autotest/server/site_tests/firmware_BaseECKeyboard/ |
firmware_BaseECKeyboard.py | 7 from threading import Timer 62 Timer(self.KEY_PRESS_DELAY, press_action).start()
|
/external/mockito/src/test/java/org/mockito/verification/ |
TimeoutTest.java | 11 import org.mockito.internal.util.Timer; 25 Timer timer; field in class:TimeoutTest 31 Timeout t = new Timeout(1, mode, timer); 33 when(timer.isCounting()).thenReturn(true); 38 InOrder inOrder = inOrder(timer); 39 inOrder.verify(timer).start(); 40 inOrder.verify(timer).isCounting(); 45 Timeout t = new Timeout(1, mode, timer); 47 when(timer.isCounting()).thenReturn(true, true, true, false) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
Pipeline.java | 50 private Timer timer; field in class:Pipeline 112 this.timer.schedule(this.myTimerTask, this.readTimeout); 122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) { 125 this.timer = timer;
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
executable.cc | 67 std::unique_ptr<se::Timer> timer; local 69 timer.reset(new se::Timer(stream->parent())); 70 stream->InitTimer(timer.get()).ThenStartTimer(timer.get()); 87 // Ensure the ThenStartTimer call has completed before we destroy timer. 99 VLOG(1) << "enqueueing 'stop timer' and blocking host until done..."; 100 stream->ThenStopTimer(timer.get()); 111 // Overall execution time (in nanoseconds) from the executor timer [all...] |