HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 76 - 100 of 345) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.h 37 /// Timer event information
67 TIMER_EVENT_INFO Timer;
89 Initializes timer support.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Timer.c 2 TCP timer related functions.
31 Timeout handler for TCP retransmission timer.
42 Timeout handler for window probe timer.
53 Timeout handler for keepalive timer.
64 Timeout handler for FIN_WAIT_2 timer.
75 Timeout handler for 2MSL timer.
125 "because conenction timer timeout for TCB %p\n", Tcb));
133 "connection timer timeout for TCB %p\n", Tcb));
145 Timeout handler for TCP retransmission timer.
196 Timeout handler for window probe timer.
    [all...]
Tcp4Proto.h 74 #define TCP_CTRL_NO_KEEPALIVE 0x0002 ///< Disable keepalive timer
85 #define TCP_CTRL_TIMER_ON 0x1000 ///< At least one of the timer is on
90 // Timer related values
92 #define TCP_TIMER_CONNECT 0 ///< Connection establishment timer
93 #define TCP_TIMER_REXMIT 1 ///< Retransmit timer
94 #define TCP_TIMER_PROBE 2 ///< Window probe timer
95 #define TCP_TIMER_KEEPALIVE 3 ///< Keepalive timer
96 #define TCP_TIMER_FINWAIT2 4 ///< FIN_WAIT_2 timer
98 #define TCP_TIMER_NUMBER 6 ///< The total number of TCP timer.
204 UINT16 EnabledTimer; ///< Which timer is currently enabled
    [all...]
  /external/catch2/include/internal/
catch_benchmark.h 25 Timer m_timer;
catch_section.h 34 Timer m_timer;
  /external/iperf3/src/
t_timer.c 37 #include "timer.h"
54 Timer *tp;
60 printf("failed to create timer\n");
69 printf("timer should not have expired\n");
77 printf("timer should have expired\n");
  /external/pdfium/xfa/fwl/
cfwl_caret.cpp 30 m_pTimer(pdfium::MakeUnique<CFWL_Caret::Timer>(this)),
99 CFWL_Caret::Timer::Timer(CFWL_Caret* pCaret) : CFWL_Timer(pCaret) {}
101 void CFWL_Caret::Timer::Run(CFWL_TimerInfo* pTimerInfo) {
cfwl_scrollbar.h 57 class Timer : public CFWL_Timer {
59 explicit Timer(CFWL_ScrollBar* pToolTip);
60 ~Timer() override {}
64 friend class CFWL_ScrollBar::Timer;
136 CFWL_ScrollBar::Timer m_Timer;
  /external/autotest/client/cros/faft/utils/
firmware_check_keys.py 8 from threading import Timer
46 Timer(0, self._keyboard_input).start()
  /external/cldr/tools/java/org/unicode/cldr/util/
Timer.java 7 public final class Timer {
48 public String toString(Timer other) {
  /external/mockito/src/main/java/org/mockito/verification/
Timeout.java 9 import org.mockito.internal.util.Timer;
42 Timeout(long pollingPeriodMillis, VerificationMode delegate, Timer timer) {
43 this(new VerificationOverTimeImpl(pollingPeriodMillis, delegate, true, timer));
  /external/v8/tools/clusterfuzz/
v8_commands.py 10 from threading import Event, Timer
54 timer = Timer(timeout, kill_process)
55 timer.start()
57 timer.cancel()
  /external/python/cpython2/Lib/test/
test_timeit.py 41 def wrap_timer(self, timer):
42 """Records 'timer' and returns self as callable timer."""
43 self.saved_timer = timer
75 self.assertRaises(ValueError, timeit.Timer, stmt=None)
76 self.assertRaises(SyntaxError, timeit.Timer, stmt='return')
77 self.assertRaises(SyntaxError, timeit.Timer, stmt='yield')
78 self.assertRaises(SyntaxError, timeit.Timer, stmt='break')
79 self.assertRaises(SyntaxError, timeit.Timer, stmt='continue')
82 self.assertRaises(ValueError, timeit.Timer, setup=None
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Timer.cpp 1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
14 #include "llvm/Support/Timer.h"
51 cl::desc("File to append -stats and -timer output to"),
88 // Timer Implementation
91 void Timer::init(StringRef Name, StringRef Description) {
95 void Timer::init(StringRef Name, StringRef Description, TimerGroup &tg) {
96 assert(!TG && "Timer already initialized");
104 Timer::~Timer() {
134 void Timer::startTimer()
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 1 //===-- Timer.cpp - Interval Timing Support -------------------------------===//
14 #include "llvm/Support/Timer.h"
49 cl::desc("File to append -stats and -timer output to"),
94 // Timer Implementation
97 void Timer::init(StringRef Name, StringRef Description) {
101 void Timer::init(StringRef Name, StringRef Description, TimerGroup &tg) {
102 assert(!TG && "Timer already initialized");
110 Timer::~Timer() {
140 void Timer::startTimer()
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h 67 #define TCP_CTRL_NO_KEEPALIVE 0x0002 ///< Disable keepalive timer.
78 #define TCP_CTRL_TIMER_ON 0x1000 ///< At least one of the timer is on.
83 // Timer related values
85 #define TCP_TIMER_CONNECT 0 ///< Connection establishment timer.
86 #define TCP_TIMER_REXMIT 1 ///< Retransmit timer.
87 #define TCP_TIMER_PROBE 2 ///< Window probe timer.
88 #define TCP_TIMER_KEEPALIVE 3 ///< Keepalive timer.
89 #define TCP_TIMER_FINWAIT2 4 ///< FIN_WAIT_2 timer.
90 #define TCP_TIMER_2MSL 5 ///< TIME_WAIT timer.
91 #define TCP_TIMER_NUMBER 6 ///< The total number of the TCP timer.
    [all...]
TcpTimer.c 2 TCP timer related functions.
32 Timeout handler for TCP retransmission timer.
43 Timeout handler for window probe timer.
54 Timeout handler for keepalive timer.
65 Timeout handler for FIN_WAIT_2 timer.
76 Timeout handler for 2MSL timer.
158 "TcpConnectTimeout: connection closed because conenction timer timeout for TCB %p\n",
169 "TcpConnectTimeout: send reset because connection timer timeout for TCB %p\n",
183 Timeout handler for TCP retransmission timer.
239 Timeout handler for window probe timer.
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 156 (VOID **)&pNicDevice->Timer );
159 "0x%08x: Allocated timer\r\n",
160 pNicDevice->Timer ));
169 // Start the timer
171 Status = gBS->SetTimer ( pNicDevice->Timer,
203 "ERROR - Failed to start the timer, Status: %r\r\n",
209 "ERROR - Failed to create timer event, Status: %r\r\n",
296 // Stop the timer
298 if ( NULL != pNicDevice->Timer ) {
299 gBS->SetTimer ( pNicDevice->Timer, TimerCancel, 0 );
    [all...]
  /external/fonttools/Tests/misc/
loggingTools_test.py 5 Timer,
67 timer = Timer()
69 fist_lap = timer.split()
70 assert timer.elapsed == fist_lap
72 second_lap = timer.split()
74 assert timer.elapsed == second_lap
77 timer = Timer()
79 overall_time = timer.time(
    [all...]
  /external/autotest/frontend/client/src/autotest/common/
PaddedJsonRpcProxy.java 8 import com.google.gwt.user.client.Timer;
36 private Timer timeoutTimer;
48 timeoutTimer = new Timer() {
84 * See the implementation of com.google.gwt.user.client.Timer.fire(), from which this
  /external/cldr/tools/java/org/unicode/cldr/draft/
TransformTest.java 3 import org.unicode.cldr.util.Timer;
107 Timer t = new Timer();
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_execution_profiler.cc 35 void InitAndStartTimer(std::stack<std::unique_ptr<se::Timer>>* timers,
37 timers->push(absl::make_unique<se::Timer>(stream->parent()));
41 uint64 GetCyclesTaken(std::stack<std::unique_ptr<se::Timer>>* timers,
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeCoreTimerLib/
DxeCoreTimerLib.c 2 A non-functional instance of the Timer Library.
22 #include <Protocol/Timer.h>
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.h 56 EFI_EVENT Timer;
76 In IA64, the register is the Interval Timer Vector (ITV).
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.h 14 Timer.h
19 This Timer module uses an NT Thread to simulate the timer-tick driven
20 timer service.
30 #include <Protocol/Timer.h>
39 // Legal timer value range in 100 ns units
45 // Default timer value in 100 ns units (10 ms)

Completed in 1538 milliseconds

1 2 34 5 6 7 8 91011>>